Opened 9 years ago
#575 new proposed feature
towards replacing primdecint::stdZ() by std()
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-0 |
Keywords: | replacing stdZ by std | Cc: |
Description
if I[1]=q in Z, std should replace all other coeffs of polys in I by there value mod q, see primdecint::normalizeZ
Example:
LIB("primdecint.lib"); ring rng = integer,x,dp; short=0; ideal I = 5,23-x^2; std(I); //_[1]=5 //_[2]=x^2-23 proc stdZW(i) {return (Primdecint::stdZ(I));} stdZW(I); //_[1]=5 //_[2]=x^2-3
Note: See
TracTickets for help on using
tickets.