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
28014 Solvers
2486 Solvers
Project Euler: Problem 3, Largest prime factor
381 Solvers
Arrange vector in ascending order
624 Solvers
Make a run-length companion vector
512 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!