Changeset e820b2 in git
- Timestamp:
- Feb 7, 2012, 4:28:51 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f16c7daaa76afc3fdd1ec92e5b33712a2297fc4a
- Parents:
- 108e2ec73be7e6a609b8fa8fb28be6af482e5dcc
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-07 16:28:51+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-07 19:23:15+01:00
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/brnoeth.lib
r108e2ec re820b2 135 135 poly G; 136 136 ring raux2=(char(basering),@a),(x,y),lp; 137 map psi=BR,x,@a; 138 minpoly=number(psi(A)); 137 map psi=BR,x,@a; minpoly=number(psi(A)); if(!defined(psi)){ map psi=BR,x,@a; } 139 138 poly f=psi(B); 140 139 ideal facts=factorize(f,1); -
Singular/LIB/hnoether.lib
r108e2ec re820b2 2941 2941 mipl=string(getminpol(mipo)); // String umgewandelt mit 'a' als Param. 2942 2942 execute("minpoly="+mipl+";"); // "minpoly=poly is not supported" 2943 kill HNhelpring , getminpol;2943 kill HNhelpring; if(defined(getminpol)){ kill getminpol; } 2944 2944 } 2945 2945 if (nvars(altring)==2) {
Note: See TracChangeset
for help on using the changeset viewer.