Greetings,

I'm playing with physics problems. Can SymPy solve problem like this?

Question: a**2+b**2+c**2==1 (real valued)
Answer: -1<=a<=1,
                -sqrt(1-a**2)<=b<=sqrt(1-a**2),
                  c is +- sqrt(1-a**2-b**2)

Thanks!
Carl

p.s. I'm looking to follow up my article "Perfect, Infinite-Precision, Game 
Physics in Python (Part 3): Use Python SymPy to turn Math and Physics into 
Programming"
https://medium.com/towards-data-science/perfect-infinite-precision-game-physics-in-python-part-3-9ea9043e3969


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CH0P223MB02196A6B41CDBF75CBECF6EAB2F19%40CH0P223MB0219.NAMP223.PROD.OUTLOOK.COM.

Reply via email to