Python Forum
SymPy - SolveSet Values - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: SymPy - SolveSet Values (/thread-7270.html)



SymPy - SolveSet Values - Plant_Boy - Jan-01-2018

I'm looking to create a program that finds modes using Sympy. It solves where two equations meet.

What is found is a non-solution and two real solutions, one negative and one positive, shown attached:
[Image: 3SKhNh.png]

What I desire as a result is two real positive results for the modes. What I would settle for is how to select the individual solutions. (ie, selecting the 5.* or the 6.* from the rest of the solution.)

Is there a manner to solve the equations for a range from 1e-9 to 10.

Also, how does one delete a forum post wrongly made in another thread?