Processing math: 100%

« Previous
Next »

Extension to systems of ODEs

Sample system: u=au+bvv=cu+dv

The Forward Euler method: un+1=un+Δt(aun+bvn)vn+1=un+Δt(cun+dvn)

« Previous
Next »