2.7 Numerical Approx: Euler's Method
\( y' = f(t, y) \) if not linear, separable, exact or homogeneous, what do we do?
numerical methods: \( (t_0, y_0), (t_1, y_1), (t_2, y_2), \dots \) instead of a function \( y = f(t, y) \)
Euler's method is also called the tangent line method.
From calculus, we saw linear approx.
near \( t = t_0 \), tangent line \( \approx \) true curve