First time here? Check out the FAQ!
answered 2019-12-29 17:24:44 +0100
Try this:
a = 2*x+1 b = 3*x+2 c = a.add(b, hold=True) show(c==c.unhold())