First time here? Check out the FAQ!
answered 5 years ago
Try this:
a = 2*x+1 b = 3*x+2 c = a.add(b, hold=True) show(c==c.unhold())