Changeset b5640c in git


Ignore:
Timestamp:
Dec 12, 2014, 6:07:23 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
350269c461fd0afbb2c4d79cc7d38d2793207b12
Parents:
739d9e9fe0f165887c076a89767b93cace4563bc
Message:
fix Hess::RiemannRochHess (example)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/hess.lib

    r739d9e rb5640c  
    17991799
    18001800        ring r_ext=(char(basering),@a),(x,y,z),lp;
     1801        poly aux=imap(base_r,aux);
     1802        minpoly=number(subst(aux,x,@a));
    18011803        poly F=imap(r_auxz,F);
    18021804        poly f_xz=subst(F,y,1);
    1803         poly aux=imap(base_r,aux);
    1804         minpoly=number(subst(aux,x,@a));
    18051805        map phi=r_ext,x+@a,0,z;
    18061806        poly f_origin=phi(f_xz);
Note: See TracChangeset for help on using the changeset viewer.