Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To create a tuple of variables x0,...,xk you can use var("x", n=k), e.g.

sage: var("x", n=10)
(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)