| 1 | initial version |
Does using the keyword hold=True in integrate cover your need?
sage: integrate(sin(x), (x, 0, pi), hold=True)
integrate(sin(x), x, 0, pi)
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.