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
Return the 3n+1 sequence for n
6216 Solvers
4629 Solvers
First non-zero element in each column
603 Solvers
357 Solvers
Reverse the elements of an array
694 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!