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
1813 Solvers
Back to basics 22 - Rotate a matrix
767 Solvers
Compute a dot product of two vectors x and y
754 Solvers
1211 Solvers
319 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!