It seems there are no roots that can be expressed in simple terms, so sympy
is actually doing what it should do.

If you want numerical values you can either use `evalf` or you can use a
numeric library like scipy.


On 5 June 2013 11:16, Abhishek kumawat <[email protected]> wrote:

> When i solve  'x**5 + x**3 + 1', it shows solution as
> [RootOf(x**5 + x**3 + 1, 0),
>  RootOf(x**5 + x**3 + 1, 1),
>  RootOf(x**5 + x**3 + 1, 2),
>  RootOf(x**5 + x**3 + 1, 3),
>  RootOf(x**5 + x**3 + 1, 4)]
>
> How to get solution of this equation using sympy.
> Image of the same is attached
>
>
> <https://lh6.googleusercontent.com/-X6chv6Uv09c/Ua8ByKhGqYI/AAAAAAAAAEo/wLGSedGo9jg/s1600/rootof.png>
>
>  --
> 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 http://groups.google.com/group/sympy?hl=en-US.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to