Community Profile

photo

Donald


Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Setting up a system of equations for ODE45?
I had asked this question yesterday but quickly realized i made some invalid assumptions. I need to set up a system of equations...

12 years ago | 1 answer | 0

1

answer

Question


Setting up a system for ODE solver
I have the following two equations: dN/dt = k6*N dE/dt = (k2*N)-(k3*N^2)-(k4*E*t) All the k values are constants. I'm tr...

12 years ago | 1 answer | 0

1

answer

Question


Setting up a matrix for ODE45
So I need to analyze the following system using ODE45: dc1/dt = -k21c1 + k12c2 + f(t) dc2/dt = k12c1 - k12c2 f(t) for 0<t...

13 years ago | 0 answers | 0

0

answers