Given an real polynomial P and two real numbers a,b with 0<=a<=b. Calculate the volume of the solid of revolution made by rotating P around the x-axis in the intervall [a,b]! Return the volume in multiples of pi!
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers42
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3064 Solvers
-
Find a subset that divides the vector into equal halves
401 Solvers
-
347 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1262 Solvers
-
65 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Please, fix the asserts. Test case 4 was complaining about an error of 1.136868377216160e-13, which is very close to my machine precision. Unless we want people to use a specific method or technique, we shouldn't request an exact value.
The test suite has been updated with a tolerance rather than requiring exact values.