Changeset 511c38 in git for Tst/Buch/Proc_4_6.tst
- Timestamp:
- Apr 22, 2005, 2:44:06 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 690e8646551b6c99b392da8f4540b4bff569df97
- Parents:
- 1e8e9c929fd88f718639680e809c49a6af6b3860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Buch/Proc_4_6.tst
r1e8e9c r511c38 3 3 4 4 LIB"ring.lib"; 5 proc primaryTest(ideal i, poly p)6 "USAGE: primaryTest(i,p); i standard basis with respect to5 proc PrimaryTest(ideal i, poly p) 6 "USAGE: PrimaryTest(i,p); i standard basis with respect to 7 7 lp, p irreducible polynomial in K[var(n)], 8 8 p^a=i[1] for some a; … … 43 43 ring s=(0,x),(d,e,f,g),lp; 44 44 ideal i=g^5,(x*f-g)^3,5*e-g^2,x*d^3; 45 primaryTest(i,g);45 PrimaryTest(i,g); 46 46 kill s; 47 47 … … 80 80 p=fac[1][k]^fac[2][k]; 81 81 primary=groebner(j+p); 82 prim= primaryTest(primary,fac[1][k]);82 prim=PrimaryTest(primary,fac[1][k]); 83 83 //---test whether all ideals were primary and in general 84 84 // position … … 174 174 } 175 175 176 LIB"elim.lib";176 //LIB"elim.lib"; 177 177 proc decomp(ideal i) 178 178 "USAGE: decomp(i); i ideal
Note: See TracChangeset
for help on using the changeset viewer.