Problem 2020. Area of an Isoceles Triangle
Solution Stats
Problem Comments
-
3 Comments
Ziad Abuissa
on 4 Dec 2017
Great Problem
Kristóf Nagy
on 6 Feb 2019
xd
Isabella Stellitano
on 13 Nov 2021
Good problem
Solution Comments
-
1 Comment
Haoran Tian
on 28 Nov 2021
interesting
-
1 Comment
Josh Klueber
on 11 Nov 2021
similar to other problem
-
1 Comment
john perkins
on 4 May 2021
nice
-
1 Comment
arsenic 陈
on 8 May 2021
why are you so diao?
-
1 Comment
Umur Ulas Harman
on 9 Jul 2020
function A = isocelesArea(x,y)
u=(2*x+y)/2;
A = sqrt(u*(u-x)^2*(u-y));
end
-
1 Comment
Xusheng Huang
on 13 Apr 2017
It takes me three times......
-
2 Comments
Dallin Romney
on 22 Oct 2016
Use Pythagoreans theorem
Monica S
on 22 Apr 2021
I don't understand assert part in the test code... tolerance value will always be less than the area if I am right... so how..? I am lost... anyone can clarify this for me..
Thank you!
Problem Recent Solvers4506
Suggested Problems
-
5618 Solvers
-
1340 Solvers
-
Increment a number, given its digits
614 Solvers
-
Back to basics 12 - Input Arguments
571 Solvers
-
Number of Even Elements in Fibonacci Sequence
987 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!