close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #1876: test.tol

File test.tol, 330 bytes (added by Jorge, 10 years ago)
Line 
1Set data = Include( "./args.oza" );
2Matrix difMat = DifEq( data::ma / data::ar, VMat2Mat( data::e_ ) );
3VMatrix difVMat = DifEq( data::ma / data::ar, data::e_ );
4Matrix checkMat = Abs( difMat - VMat2Mat( difVMat ) );
5Real check = MatMax( checkMat );
6WriteLn( "check = " << check );
7WriteLn( If( check < 1.0e-10, "OK", "FAIL" ) );