stevenjj / numerical_integration

Short matlab scripts to perform numerical integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Integration

Some short matlab scripts to demonstrate numerical integration properties of explicit and implict methods

Comparison of forward vs backwards euler integration:

run backwards_euler.m

Backwards Euler performed with Newton-Rhapson. Only f(t,y) is known and f'(t,y) is estimated. Backwards Euler Stability

About

Short matlab scripts to perform numerical integration


Languages

Language:MATLAB 100.0%