Opened 9 years ago

Closed 9 years ago

#627 closed bug (fixed)

Bug in subst for parameter variable

Reported by: slaplagne@… 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

Change History (1)

comment:1 Changed 9 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.