Numerical Analysis Euler's Method?

maya

New member
Please help me with this problem! I have no clue. I know how to deal with only dy/dx. But this includes dy/dx and dz/dx.... :(

Step size h = 0.2
range x = 0 to 1
y(0) = 2
z(0) = 4

dy/dx = -2y + 4e^(-x)
dz/dx = -yz^2/3

Thank you,
Maya
 
Back
Top