Project

General

Profile

Bug #1273

Updated by John Abbott about 5 years ago

The problem is with double indices. Here is a small failing example:
<pre>
vars := SymbolRange("a", [1,2],[1,2]);
P := NewPolyRing(QQ, vars); --> BOOM!
</pre>

The output of @SymbolRange@ looks wrong anyway, but it should not cause a crash!

Note: reported by Julian Danner (Passau)

Back