Numerical Methods Calculators can be built in any programming language or other tool capable of basic computation. The following examples all compute the answer to this exercise (also covered in class):

Exercise. Given the initial value problem $y’ = 3 – 2x – 0.5y, y(0)=1$, approximate the value of $y(1)$ using Euler’s Method with 10 intervals.

Continue reading