Community Profile

photo

JS


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


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 ...

ongeveer 5 jaar ago | 0 answers | 0

0

answers

Question


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...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 5 jaar ago | 3 answers | 2

3

answers

Question


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 ...

meer dan 5 jaar ago | 1 answer | 0

1

answer