Code covered by the BSD License  

Highlights from
Chebfun

image thumbnail
from Chebfun by Chebfun Team
Numerical computation with functions instead of numbers.

MathJax Introduction

MathJax Introduction

Nick Hale, 5th March 2012

(Chebfun example fun/MathJax.m)

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

Contact us