Code covered by the BSD License  

Highlights from
Chebfun

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

convTest
function convTest

f = chebfun(@(x) exp(-10*x.^2));
x = chebfun(@(x) x, [-1 0 1]);
g = abs(x);

conv(f,g);

Contact us