On Mon, Jun 5, 2017 at 4:24 PM, scurrier <shaun.curr...@gmail.com> wrote:
> Hello Mr. Meurer,
>
> Thanks for your help and for your efforts towards the project in general.
>
> The solve did not finish. I eventually killed it.
>
> I will run it again and ctrl+C it to get the traceback at an appropriate time 
> after starting it.
>
> There were only two equations and two unknowns that I was solving for, but 
> there were 50+ other symbols that I was hoping to solve in terms of.  It was 
> not purely a polynomial system, it did have functions like cos(x).  Not sure 
> what my expectations should be with such a system.

Chances are you won't get a solution because chances are there isn't a
closed form solution, unless you have reason to believe that there is
one. Although I can't say that with absolute certainty, especially
without seeing the system itself.

I should point out that it you are only interested in a numeric
solution, you can use nsolve(), which will work much better, because
it isn't restricted to only finding closed-form symbolic solutions.

Aaron Meurer

>
> If there is any hope and posting the system can help to further diagnose 
> this, I will consider posting it.  It's large, but not insane.
>
> Thanks again.
>
> --
> 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 sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> 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/5eb3a1f4-dc5a-44c6-9b33-bce902e241ab%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
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/CAKgW%3D6KG4PkGE-hfoba8AHbgC_2FYa3jeNxJUeOHC5suyzrrbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to