Ask Your Question

Revision history [back]

The n option for SR.var is supposed to be an integer, not an iterator. Do you mean the following ?

sage: y = var('y_', n=len(m1))
sage: y
(y_0, y_1, y_2)