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
Remove all the words that end with "ain"
1295 Solvers
What is the next step in Conway's Life?
640 Solvers
Omit columns averages from a matrix
527 Solvers
252 Solvers
1104 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!