Community Profile

photo

JS


Aktiv seit 2018

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Solving a set of simultaneous equations with matrices
Hello, I am trying to solve a set of simultaneous equations as follows, where the values of Qa, Q1, Q2, Q3, Q4 are unknown, and ...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Solving simultaneous time-dependent matrix equations
I am attempting to solve a set of time-dependent equations which involve matrices. I have tried to use both ode45 and ode15 whic...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Solving set of time-dependent differential equations using ode45
I am writing a code to solve a set of two differential equations that are time-dependent, where μ is a constant: I have writt...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting contours of Z on an x-y axis where Z is not a function of x or y
Hello, I have collected data of temperature measurements at certain coordinates in a room. I want to plot these temperature mea...

etwa 5 Jahre vor | 3 Antworten | 2

3

Antworten

Frage


I am writing a code to solve 5 simultaneous equations with 5 unknowns. I am using the function vpasolve, however the code takes 50 minutes to run. Is there a quicker way of solving the equations?
syms Qa_1 Q1_1 Q2_1 Q3_1 Q4_1; eqn1 = (Qa_1 == Q1_1 + Q2_1 + Q3_1 + Q4_1); eqn2 = (Qa_1^2/60.51 + Q1_1^2/0.8616 ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort