Changeset 911fd6 in git
- Timestamp:
- Oct 24, 2008, 2:16:59 PM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e866b065c87964cdd519dce1bd592c5e865f116d
- Parents:
- 24f6cd90f7b9f99de4348fb8924de54d3986e660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/algebra.lib
r24f6cd9 r911fd6 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: algebra.lib,v 1.1 7 2008-10-06 17:04:26Singular Exp $";2 version="$Id: algebra.lib,v 1.18 2008-10-24 12:16:59 Singular Exp $"; 3 3 category="Commutative Algebra"; 4 4 info=" … … 265 265 //the intersection of ideal nett=(p-y(0),I[1]-y(1),...) 266 266 //with the ring k[y(0),...,y(n)] is computed, the result is ker 267 execute ("ring r1= ("+charstr(basering)+"),(x(1..n),y(0..z)), dp;");267 execute ("ring r1= ("+charstr(basering)+"),(x(1..n),y(0..z)),lp;"); 268 268 // execute ("ring r1= ("+charstr(basering)+"),(y(0..z),x(1..n)),dp;"); 269 269 execute ("minpoly=number("+mp+");"); … … 279 279 //----------------- 280 280 ideal ker=eliminate(nett,product(va)); 281 ker=std(ker); 281 282 //---------- test wether y(0)-h(y(1),...,y(z)) is in ker -------------- 282 283 l[1]=0;
Note: See TracChangeset
for help on using the changeset viewer.