Reputation: 39
I have been experimenting with sympy, and I have been searching for a way to print the input of my math function, not just the result.
For example, if I type
integrate(x**2 + x + 1, x)
I get:
though I would like a way to output something like to this:
Is this possible? If so how would it be implemented?
Thanks in advance
Upvotes: 1
Views: 324