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.
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 ratings0% 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.