real=True, or even positive=True can help SymPy to simplify things
sometimes (like sqrt(x**2) -> abs(x) for x real or x for x positive).

SymPy also has limited algorithms implemented for solving nonlinear
systems of equations, so it's quite possible that if there is a
solution, SymPy won't be able to find it.

Aaron Meurer

On Mon, Jun 5, 2017 at 4:54 PM, scurrier <shaun.curr...@gmail.com> wrote:
> The system of equations is modeling a physical system. I'd think it's 
> tractable, but I guess I'm not sure. I have seen closed form solutions for 
> problems that are similar, but not identical, which were solved with 
> Mathematica. Would it help to incorporate an assumption that all symbols are 
> real? I did have real=True in the definition of most (not all) symbols 
> already, but it's not clear if this has any effect.  I'm not sure how or if 
> it is possible to solve nonlinear systems like this with any of the SymPy 
> assumption systems.
>
> --
> 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/a9de0f6f-fc6a-4529-b426-f936369e53d6%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%3D6%2B7sBR1J4xOVWG0mj5EYoPJko23Gki-t55fmUZ-aX1VoQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to