Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Multistep methods added
  • Loading branch information
Ana06 committed Mar 7, 2016
1 parent e36e9bc commit 76f4c3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,21 @@ Numerical analysis: solutions of ordinary differential equations with Matlab
**mieuler.m** - Euler method


####Multistep methods

**miab4.m** - 4-step Adams-Bashforth method

**mimilne.m** - 4-step Milne method


#Tests

All of them use the input values and function from mispracticas.m, use a method to solve the problem and misgraficas.m to paint the solution


**testmieuler.m** - Use mieuler.m

**testmiab4.m** - Use miab4.m

**testmimilne.m** - Use mimilne.m

0 comments on commit 76f4c3e

Please sign in to comment.