Changeset cd7960 in git
- Timestamp:
- Jul 31, 2016, 10:49:29 AM (7 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- 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
- Files:
-
- 3 added
- 2 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); -
Tst/Short.lst
r34183a rcd7960 76 76 Short/bug_633.tst 77 77 Short/bug_7.tst 78 Short/bug_tr770.tst 78 79 Short/bug_8.tst 79 80 Short/bug_9.tst
Note: See TracChangeset
for help on using the changeset viewer.