Opened 10 years ago
Last modified 9 years ago
#454 new proposed feature
extend proc changevar and others for rings with minpoly
Reported by: | gorzel | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | Release 4-0-0 |
Component: | singular-libs | Version: | 3-1-6 |
Keywords: | Cc: |
Description (last modified by )
The proc changeord et al will also work for baserings with algebraic extension, if it keeps the minpoly.
Could somebody add this line
if (minpoly!=0) { @newring = @newring + "minpoly = " + string(minpoly)+";";}
to the procs changeord, changevar, and extendring preceeding the line with execute(@newring);
Compare with the attached file ringwithmipo.lib
The proc changechar also forgets the minpoly, but keeping the minpoly may cause a crash with factorize if the minpoly becomes reducible in the new ring, so some warning may be useful there.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | ringwithmipo.lib added |
---|
comment:1 Changed 10 years ago by
Summary: | extend proc changevar and for rings with minpoly → extend proc changevar and others for rings with minpoly |
---|
comment:2 Changed 10 years ago by
Owner: | changed from somebody to hannes |
---|
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 3-1-6 and higher → Release 4-0-0 |
Owner: | changed from hannes to somebody |
Version: | 3-1-5 → 3-1-6 |
Note: See
TracTickets for help on using
tickets.