First time here? Check out the FAQ!
answered 11 years ago
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