Problem 47450. Area of Ellipse
Caculate the area of below ellipse.
So, input x = [a b], numeric vector when a, b are not zero.
Solution Stats
Problem Comments
-
2 Comments
Dyuman Joshi
on 23 Nov 2020
I think the problem answer is incorrect.
The area is pi*a*b for a standard ellipse (x^2/a^2 + y^2/b^2 = 1)
and not the one that is mentioned. So according to the problem statement, the answer should be pi*sqrt(a*b)
Soobok
on 23 Nov 2020
Thank you Dyuman.
I missed the terms of the square.
I modified the form of the ellipse equation.
Solution Comments
Show commentsProblem Recent Solvers64
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5790 Solvers
-
Back to basics 12 - Input Arguments
619 Solvers
-
Back to basics 22 - Rotate a matrix
931 Solvers
-
Solve a System of Linear Equations
14089 Solvers
-
Converts numbers into characters
1938 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!