Hello, I am new to sympy and try to solve the following equation
import sympy as sy
A,B,C,D,x=sy.var('A,B,C,D,x',positive=True)
sy.solve(A*x**5+B*x**4+C*x-D,x)
but got no result. There are no roots, or I used it in a wrong way? Thanks
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/920b0192-735a-441b-a2e1-a032801b0079%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.