Euler Method/Examples

From ProofWiki
Jump to navigation Jump to search

Examples of Use of Euler Method

Arbitrary Example

Consider the differential equation:

$y' = \paren {1 - x} y + \cos x$

with the initial condition:

$\map y 0 = 1$


Then the Euler Method generates:

$y_1 = 1 + 2 h$

as an approximatiion to $\map y h$.