| 1 | initial version |
Try this:
a = 2*x+1
b = 3*x+2
c = a.add(b, hold=True)
show(c==c.unhold())
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.