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

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

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.