source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/applydiffop.m

Last change on this file was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 150 bytes
Line 
1function pass = applydiffop
2
3d = domain(-3,-1.5);
4D = diff(d);
5f = chebfun(@(x) exp(sin(x).^2+2),d);
6pass = norm(D*f - diff(f)) < chebfunpref('eps');
Note: See TracBrowser for help on using the repository browser.