Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#496 closed bug (fixed)

bug in spielwiese

Reported by: barakat Owned by: somebody
Priority: minor Milestone: 3-2-0 and higher
Component: dontKnow Version: spielwiese
Keywords: Cc:

Description

ring r=(0,x),y,dp; matrix m[1][1]=(1/8*x+1)*y; ring R=0,(x,y),dp; matrix n=imap(r,m);

Singular (master branch ce8e2962) works correctly:

n;

n[1,1]=1/8xy+y

Singular (spielwiese branch 9713eea) has a bug:

n;

n[1,1]=xy+8y

Change History (2)

comment:1 Changed 11 years ago by hannes

Resolution: fixed
Status: newclosed

comment:2 Changed 11 years ago by hannes

Version: 3-1-6spielwiese
Note: See TracTickets for help on using tickets.