MathJax introduction
Nick Hale, 5th March 2012
(Chebfun example fun/MathJax.m)
[Tags: #mathjax]
Chebfun Examples now support LaTeX equations via MathJax ( http://www.mathjax.org ).
MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers.
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
plot(exp(3i*scribble('MathJax is cool!')),'LineWidth',2), axis equal off
