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
Find the sum of all the numbers of the input vector
32723 Solvers
Return the 3n+1 sequence for n
6217 Solvers
Make one big string out of two smaller strings
1159 Solvers
find the maximum element of the matrix
354 Solvers
622 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!