- Timestamp:
- Apr 29, 1998, 9:45:34 AM (26 years ago)
- Branches:
- (u'spielwiese', '379ec2d037299db64c43fe3550b5ba8fe508dbe5')
- Children:
- 29f16a612da26ff6720e4cf91b3848e2d8699212
- Parents:
- 0f55108c989c17b3a9f07820dbb1cd95d7a27459
- Location:
- Tst/Old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Old/mre.tst
r0f5510 r040073 9 9 ideal i=x2,y2,z2; 10 10 i; 11 mres(i,0);11 list(mres(i,0)); 12 12 "--------------------------"; 13 13 module m=[x2,0],[0,y4]; 14 14 m; 15 mres(m,0);15 list(mres(m,0)); 16 16 "-------------------------------"; 17 17 ring r2=31991,(t,x,y,z,w),ls; 18 18 ideal j=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2; 19 19 j; 20 mres(j,0);20 list(mres(j,0)); 21 21 "-------------------------"; 22 22 listvar(all); -
Tst/Old/sre.tst
r0f5510 r040073 11 11 ideal i1=std(i); 12 12 i1; 13 sres(i1,4,T);14 sres(i1,4);13 list(sres(i1,4,T)); 14 list(sres(i1,4)); 15 15 "------------------------"; 16 16 module m=[x2y,0],[1,x2z3]; … … 18 18 module m1=std(m); 19 19 m1; 20 sres(m1,0,M);21 sres(m1,0);20 list(sres(m1,0,M)); 21 list(sres(m1,0)); 22 22 "-----------------------"; 23 23 listvar(all);
Note: See TracChangeset
for help on using the changeset viewer.