source: git/Tst/Manual/solutionsMod2.tst

spielwiese
Last change on this file was 2fede6, checked in by Hans Schoenemann <hannes@…>, 10 years ago
rewrite of crypto.lib: use bigint instead of number
  • Property mode set to 100644
File size: 116 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "crypto.lib";
3bigintmat M[3][3]=1,2,3,4,5,6,7,6,5;
4solutionsMod2(M);
5tst_status(1);$
Note: See TracBrowser for help on using the repository browser.