Search for question
Question

Problem 2: (2 points) Use Python to apply Euler's Method with

N = 50 on [2,3] where

{ (2)

y' = cos(y) + ty

y (2) =5

No need to print the (t, y) values but please plot the points on a graph.

2

1

APMA 0350 - PROGRAMMING ASSIGNMENT

Note: The code can be found in the Euler's method lectures

Fig: 1