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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 7K views
nachiappan
Messages
1
Reaction score
0
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?.
 
Physics news on Phys.org


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