Community Profile

photo

Ibrahem abdelghany ghorab


Active since 2018

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


how can i get an improved Euler's method code for this function?
dy = @(x,y).2*x*y; f = @(x).2*exp(x^2/2); x0=1; xn=1.5; y=1; h=0.1; fprintf ('x \t \t y (euler)\t y(analytical) \n') % da...

5 years ago | 2 answers | 0

2

answers