First time here? Check out the FAQ!
answered 2013-05-03 22:25:47 +0100
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