Changeset e820b2 in git for Singular/LIB/brnoeth.lib


Ignore:
Timestamp:
Feb 7, 2012, 4:28:51 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
Message:
fixes due to minpoly' killer solution

CHG: since setting minpoly kills local objects - declare them again if needed... (psi in brnoeth.lib)
FIX: minpoly may have killed the map already... (pre_HN in LIB/hnoether.lib)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/brnoeth.lib

    r108e2ec re820b2  
    135135    poly G;
    136136    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; }
    139138    poly f=psi(B);
    140139    ideal facts=factorize(f,1);
Note: See TracChangeset for help on using the changeset viewer.