Python Forum
Beginner: System of Equations
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner: System of Equations
#1
Hello everyone!

I'm doing my master dissertation and my model includes 10 equations, 10 variables and 9 unknown parameters. I'm going to plot some of those variables and analyse their behavior over time. Might you help me how i can do this?


imagine a simple model like this;


x(t) + 2*y(t)**2 - 5
x(t)**3 - 3*y(t) + 4

How can we plot x and y over time in different figures?

Thanks a lot.
Reply
#2
You're writing two mathematical expressions involving two functions x(t) and y(t) but this is not a system of equations because there is no = sign. It is not possible to find x and y without the equations.
Reply
#3
(Mar-18-2018, 10:37 PM)Gribouillis Wrote: You're writing two mathematical expressions involving two functions x(t) and y(t) but this is not a system of equations because there is no = sign. It is not possible to find x and y without the equations.

Agreed.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,495 Jan-11-2021, 06:30 PM
Last Post: ykumar34
  Solve system of equations Sancho_Pansa 19 8,702 Oct-27-2020, 08:15 AM
Last Post: Sancho_Pansa
  Solve a system of linear equations with binary variables lopeslimagabriel 3 2,443 Sep-24-2020, 07:09 AM
Last Post: scidam
Question Difference between Python's os.system and Perl's system command Agile741 13 6,656 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

Forum Jump:

User Panel Messages

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