Changeset 598032 in git
- Timestamp:
- May 20, 1998, 11:20:40 AM (25 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 023adb8fb6d2072bffd057e8797ab9fabb2e9769
- Parents:
- 27c1981e578d8155600fcd80b129943468a6e08d
- Location:
- Tst/Old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Old/m44si.tst
r27c198 r598032 2 2 matrix m[5][5]=maxideal(1),maxideal(1); 3 3 print(m); 4 m=bareiss(m);5 print( m);6 m[3,2];4 list l =bareiss(m); 5 print(l[1]); 6 l[2]; 7 7 $ -
Tst/Old/universal.lst
r27c198 r598032 1 1 cmp 2 barei2 ; barei 3 3 bett 4 4 ch
Note: See TracChangeset
for help on using the changeset viewer.