First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 5 years ago

Juanjo gravatar image

Try this:

a = 2*x+1
b = 3*x+2
c = a.add(b, hold=True)
show(c==c.unhold())