I've been using Python to calculate math equations. For example:
from sympy import Symbol, Derivative, Integral
x = Symbol('x')
d = Symbol('d')
Integral(8*x**(6/5)-7*x**(3/2),x).doit()
Which results in the output:
3.63636363636364*x**2.2 - 2.8*x**2.5
Is there a way to show this answer as fractions as opposed to decimals? I would like to see the output as:
(40/11)*x**(11/5)-(14/5)*x**(5/2)+C
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With