Project

General

Profile

Bug #1789

Updated by John Abbott about 2 months ago

<pre>
W:=mat([[0,1],[1, -1]]);
O:=MakeTermOrdMat(W);
P:=NewPolyRing(QQ,"x,y",O,2);
Use P;
wdeg(y); ----> [1, 0] WRONG
</pre>

Reported by Robbiano via email on 2024-03-12

Back