New Reply

Matlab -- How to solve simultaneous non-linear differential equations?

 
Share Thread Thread Tools
Jul9-12, 10:24 AM   #1
 

Matlab -- How to solve simultaneous non-linear differential equations?


How to solve simultaneous non-linear differential equations in MATLAB m-file without using the commands?. can you give me the program?.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Jul9-12, 02:33 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
"without using the commands"?

Matlab is -from a practical point of view- scripts based. You only need a few lines of code in order to solve a PDE, but you do need to write those lines; there is no "generic" program.
Matlab is quite different from e.g. Mathematica

Look up the command Ode45, that should be a good starting point.

Edit: And this thread should not be in the EE forum.
New Reply
Thread Tools


Similar Threads for: Matlab -- How to solve simultaneous non-linear differential equations?
Thread Forum Replies
Solve matrix differential equations using Matlab Math & Science Software 0
MATLAB: How to solve a system of Nonlinear Differential Equations? Math & Science Software 1
Best method to solve simultaneous equations? General Math 7
use matrix exponential to solve linear differential equations Calculus & Beyond Homework 12
solve the system of linear differential equations using eigenvectors and eigenvalues Calculus & Beyond Homework 1