source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/realize_eye.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: 91 bytes
Line 
1function pass = realize_eye
2
3d = domain(0,4);
4I = eye(d);
5pass = norm(I(10)-eye(10)) < eps;
Note: See TracBrowser for help on using the repository browser.