Homework Statement
If R = [0,4]x[-1,2], use a Riemann sum with m=2, n=3 to estimate the value of ∫∫(1-xy^2)dA. Take the sample points to be the lower right corners. Homework Equations
NoneThe Attempt at a Solution
2*1[f(2,-1) + f(2,0) + f(2,1) + f(4,-1) + f(4,0) + f(4,1)] = some value
Just...