How do you get ‘n’ from number of ordinates given?
n = ordinates - 1
What is the value of ‘h’?
h = (b - a)/n ,where a and b are lower and upper limits on the integral.
What is Simpson’s ⅓ rule?
Estimation = h/3 × [y0 + 4(sum of odd ordinates) + 2(sum of even ordinates) + yn]
What is the trapezoidal rule of estimation?
h/2 × [ y0 + 2(sum of all ordinates except y0 and yn) + yn ]