First time here? Check out the FAQ!
answered 2022-03-29 11:53:00 +0100
The n option for SR.var is supposed to be an integer, not an iterator. Do you mean the following ?
n
SR.var
sage: y = var('y_', n=len(m1)) sage: y (y_0, y_1, y_2)