Problem 47864. Calculate the Surface Area of an Ellipsoid
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 7 Nov 2022
Please, don't use the function isequal with floats. Apply a tolerance to the test suite: abs(a-b)<1e-4. My code computes the exact value for the area (using incomplete elliptic integrals of the first and second kind), and has trouble with rounding issues.
Problem Recent Solvers8
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
43481 Solvers
-
945 Solvers
-
Back to basics 21 - Matrix replicating
1250 Solvers
-
320 Solvers
-
10120 Solvers
More from this Author50
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!