First time here? Check out the FAQ!
answered 2019-02-01 21:08:18 +0100
Why not just rewriting the equation:
sage: eqT[0] = eqT[0].lhs() == 5 sage: eqT [x == 5, y == 4]