Changeset e1cc9e6 in git


Ignore:
Timestamp:
Jan 3, 2022, 12:48:58 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
afae87cd07a72255f46d5ed12963167f478e436b
Parents:
a58a2020e02850b2395c30393941f74b1fadf65d
Message:
fix doc: groebner(i,"HC")
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    ra58a20 re1cc9e6  
    822822           specified by @code{\"std\"} or by @code{\"slimgb\"}
    823823           (not for all orderings implemented). @*
    824          - @code{\"HC\"}: using the \"high corner\" from char p in char 0
     824         - @code{\"HC\"}: using the \"high corner\" from char p in char 0.@*
    825825         A further string @code{\"par2var\"} converts parameters to an extra
    826826         block of variables before a Groebner basis computation (and
     
    913913        else
    914914        { ideal ii=i; }
    915         ring S=ring(L);
     915        ring S=ring(L); // switch to ring in char. 32003
    916916        ideal ii=imap(P,ii);
    917917        ii=std(ii);
     
    921921          "computing std with HC";
    922922        }
    923         setring P;
     923        setring P; // back to original ring
    924924        poly save_noether=noether;
    925925        noether=imap(S,HC);
Note: See TracChangeset for help on using the changeset viewer.