-
Notifications
You must be signed in to change notification settings - Fork 0
Integrals
gray edited this page Sep 7, 2024
·
2 revisions
To estimate a definite integral of a function with a Riemann sum over an interval
riemannSum(f,a,b)To get the length of some explicit curve over an interval
arcLength(f,a,b)To get the area between two functions over an interval
areaBounded(f,g,a,b)To get the volume of a solid resulting from the revolution of a function
volumeOfRevolution(f,g,a,b)To get the volume of a shell resulting from the revolution of a function
shellRevolution(f,a,b)To get the volume of a parametric curve
lineIntegral(f,c,a,b)To get the volume of a scalar function
doubleIntegral(f,((a,b),(c,d)))