Python Forum
Algebric equation with Sympy
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Algebric equation with Sympy
#2
You are likely need to declare your equations (using Eq), e.g.
eq1 = Eq(((4.13 +  I ... )
eq2 = Eq(((570*s + ... )
and, finally, solve it, as you did:

solution = solve((eq1, eq2), [v, s])
print(solution)
Reply


Messages In This Thread
Algebric equation with Sympy - by pooyan89 - Jul-16-2019, 07:29 PM
RE: Algebric equation with Sympy - by scidam - Jul-16-2019, 10:48 PM
RE: Algebric equation with Sympy - by pooyan89 - Jul-17-2019, 03:49 PM
RE: Algebric equation with Sympy - by scidam - Jul-17-2019, 11:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to interpret Sympy inverse_fourier_transform response ken72 3 3,716 Oct-04-2017, 09:11 PM
Last Post: Larz60+
  trying to download sympy SympyHelp 4 5,233 Apr-23-2017, 10:50 PM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020