Opened 9 years ago
Closed 9 years ago
#627 closed bug (fixed)
Bug in subst for parameter variable
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-0 |
Keywords: | Cc: |
Description
ring r = (0,a), x, dp; minpoly = a2+1; poly p = x; subst(p,a,x); output: 0
ring r = (0,a), x, dp; minpoly = a2+1; poly p = x+a; subst(p,a,x); output: 0
Note: See
TracTickets for help on using
tickets.
fixed with 638c230a7830a70d265a617a0f2f2fa0505f2ec0