Recent content by mykat
-
M
Graduate Solving a First Order Linear ODE System with a Constraint
Sure. Solving it was never the issue, it was including the unity condition, which as it happens is not necessary.- mykat
- Post #12
- Forum: Differential Equations
-
M
Graduate Solving a First Order Linear ODE System with a Constraint
As it turns out, the constraint was completely unnecessary. The time I wasted on this problem yesterday reflects my poor understanding of differential equations. I am actually working with a Markov model, where the initial conditions dictate that state 1 has probability = 1 and all others are...- mykat
- Post #10
- Forum: Differential Equations
-
M
Graduate Solving a First Order Linear ODE System with a Constraint
Only 7 equations.- mykat
- Post #8
- Forum: Differential Equations
-
M
Graduate Solving a First Order Linear ODE System with a Constraint
By T do you mean transpose? If so, I initially had the matrices in that form. After that I wanted to add the A + B + C = 1 condition, without working out and modifying each line by hand. Is there a way to do this? Sorry if I've completely misunderstood you.- mykat
- Post #6
- Forum: Differential Equations
-
M
Graduate Solving a First Order Linear ODE System with a Constraint
Thank you for the replies. I appreciate the input, I had thought to use a similar method but I wasn't sure if it was applicable. Unfortunately, I have 7 equations and 7 variables, and as I am working with matlab, I need to have them each in the form similar to dA/dt = 3A + 4B... Is there...- mykat
- Post #4
- Forum: Differential Equations
-
M
Graduate Solving a First Order Linear ODE System with a Constraint
Hello all, I don't have much experience with ODEs. I have a simple system, which I believe is first order linear, similar to the following: dA/dt = 2A + 3B - C dB/dt = A + 2B - C dC/dt = -2A + 5B - 2C Now I would like to include the constraint that A + B + C = 1. How do I do this...- mykat
- Thread
- Constraint First order Linear Ode Ode system System
- Replies: 11
- Forum: Differential Equations