Engineering >> Computer Science & EngineeringCalculation of the Riemann Integral Through Javaby Jonathan Montesi
Submitted : Spring 2013 The purpose of this project is to calculate a Riemann sum and analyze its convergence. Specifically, this is done by hand, and then the method is transferred into Java programming. The program itself will ask the user how many divisions, n, they want to use in the Riemann sum. The higher the number, the more accurate the estimate should be.
|