Changeset cd7960 in git for Singular/LIB/brnoeth.lib
- Timestamp:
- Jul 31, 2016, 10:49:29 AM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7b03761efc366bdaf44e4ac64daa8ae01254efc5
- Parents:
- 34183abab486cee38d70559e5cdcfbc307938f64
- git-author:
- Jakob Kroeker <kroeker@math.uni-hannover.de>2016-07-31 10:49:29+02:00
- git-committer:
- Jakob Kroeker <kroeker@math.uni-hannover.de>2016-07-31 10:57:00+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/brnoeth.lib
r34183a rcd7960 370 370 // the point is non-rational and a field extension with minpoly=aux 371 371 // is needed 372 ring r_ext=(char(basering),@a),(x,y,z),lp; 372 ring r_ext=(char(basering),@a),(x,y,z),lp; 373 poly aux=imap(base_r,aux); 374 minpoly=number(subst(aux,x,@a)); 373 375 poly F=imap(r_auxz,F); 374 376 poly f_xz=subst(F,y,1); 375 poly aux=imap(base_r,aux);376 minpoly=number(subst(aux,x,@a));377 377 map phi=r_ext,x+@a,0,z; 378 378 poly f_origin=phi(f_xz);
Note: See TracChangeset
for help on using the changeset viewer.