Ask Your Question

Revision history [back]

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)