Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solve system of equations
#1
Hello,
I have system of 3 equations with 3 variables, where there is product of variables.
Does exist a module allowing to solve it ?
Thanks.
Reply
#2
Scipy contains tools to solve systems of equations.
Reply
#3
sympy
Recommended Tutorials:
Reply
#4
In fact it is a system of non-linear equations.
I found a link where author propose fsolve as the only solution for such problem
Reply
#5
Why don't you show us the system? It could help find a good way to handle it.
Reply
#6
(Oct-22-2020, 11:37 AM)Gribouillis Wrote: Why don't you show us the system? It could help find a good way to handle it.
Here it is:
[Image: system-of-equations.jpg]
Here Rin, CL are constants
omega is also constant but different in each of 3 equations as well as TF.
Cs, L, Rs are variables.
Reply
#7
What about Br and Bj. Are they unknown?
Reply
#8
Br and Bj are calculated from formulas, shown on the picture.
I did these replacemnts for reading facility.
Reply
#9
Have you tried fsolve() ?
Reply
#10
Not yet, but indeed this is the tool I will use (if there are no other alternatives)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Heart how to solve complex equations in python HoangF 3 2,733 Dec-26-2021, 07:04 PM
Last Post: HoangF
Question Help with code to solve polynomials equations hiviera 1 1,761 Jul-31-2021, 01:56 AM
Last Post: hiviera
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,492 Jan-11-2021, 06:30 PM
Last Post: ykumar34
  How to solve equations, with groups of variables and or constraints? ThemePark 0 1,645 Oct-05-2020, 07:22 PM
Last Post: ThemePark
  Solve a system of linear equations with binary variables lopeslimagabriel 3 2,443 Sep-24-2020, 07:09 AM
Last Post: scidam
  How to solve difficult non-linear equations? shreeniket 3 2,348 Apr-23-2020, 01:36 AM
Last Post: shreeniket
Question Difference between Python's os.system and Perl's system command Agile741 13 6,653 Dec-02-2019, 04:41 PM
Last Post: Agile741
  System of 3 non-linear equations in 3 unknowns (how-to-solve?) samsonite 2 3,537 Mar-23-2019, 10:14 AM
Last Post: samsonite
  Beginner: System of Equations Mahdi1994 2 2,465 Mar-19-2018, 12:37 AM
Last Post: Tiskolin

Forum Jump:

User Panel Messages

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