Great Problem
xd
function A = isocelesArea(x,y)
u=(2*x+y)/2;
A = sqrt(u*(u-x)^2*(u-y));
end
It takes me three times......
Use Pythagoreans theorem
1374 Solvers
Make one big string out of two smaller strings
1157 Solvers
Return elements unique to either input
556 Solvers
Determine Whether an array is empty
649 Solvers
Find the sides of an isosceles triangle when given its area and height from its base to apex
471 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!