Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Where is information passed on to var() stored?

We can link additional information to expressions defined by var(), such as the domain or latex expression, e.g.

sage: var('xt1',domain = real,latex_name = 'x_{t1}')

Where is this information stored and is there a way to modify it, e.g. change the domain or latex_name without having to redefine the expression?