0% found this document useful (0 votes)
45 views1 page

Euler Example From Notes

This document provides sample data for calculating an approximation of the integral of a function using the Euler method. It contains the step size h=0.1, the x-values from 0 to 5 in increments of 0.1, the corresponding y-values calculated using the Euler formula, and the running sum of h times each y-value approximation.

Uploaded by

AmeelaD
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Euler Example From Notes

This document provides sample data for calculating an approximation of the integral of a function using the Euler method. It contains the step size h=0.1, the x-values from 0 to 5 in increments of 0.1, the corresponding y-values calculated using the Euler formula, and the running sum of h times each y-value approximation.

Uploaded by

AmeelaD
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Euler example 1 from notes

h=

0.1

xn
0
1
2
3
4
5

x0=
yn

0
0.1
0.2
0.3
0.4
0.5

hyn'
1
0.1
1.1
0.12
1.22
0.142
1.362
0.1662
1.5282 0.19282
1.72102 0.222102

y0=

You might also like