source: git/Tst/New/rref.tst @ 514ef4

spielwiese
Last change on this file since 514ef4 was 908d1f1, checked in by Hans Schoenemann <hannes@…>, 2 years ago
tests for rref
  • Property mode set to 100644
File size: 208 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r;
5matrix m[2][2]=1,2,3,4;
6system("rref",m);
7system("rref",smatrix(m));
8
9ring R=QQ,x,dp;
10matrix m[2][2]=1,2,3,4;
11system("rref",m);
12system("rref",smatrix(m));
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.