Skip to content

Given the three coefficients for a polynomial in the form ax^2 + bx + c, the starting and ending values of x, and the number of approximating rectangles, estimate the area of this region using either the left end-point, mid-point, or right end-point as specified by the user.

Notifications You must be signed in to change notification settings

moemcd/riemannSum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

riemannSum

Given the three coefficients for a polynomial in the form ax^2 + bx + c, the starting and ending values of x, and the number of approximating rectangles, estimate the area of this region using either the left end-point, mid-point, or right end-point as specified by the user.

About

Given the three coefficients for a polynomial in the form ax^2 + bx + c, the starting and ending values of x, and the number of approximating rectangles, estimate the area of this region using either the left end-point, mid-point, or right end-point as specified by the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages