Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How about this:

sage: eq.subs(beta=beta)
x == 1

Something strange is that the "dictionary approach" does not work:

sage: eq.subs({beta:beta})
x == beta