The following Matlab project contains the source code and Matlab examples used for secant method in nonlinear ode.
this will find the solution of U''=k*U*U' by using taylor series 3rd order and secant method
it gives an idea about the nonlinear ode method and also gives the idea of solving problem in matlab
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
license.txt | 1552 |
math1.m | 239 |
secant.m | 692 |