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
Who knows the last digit of pi?
565 Solvers
Convert a numerical matrix into a cell array of strings
512 Solvers
Create a square matrix of multiples
388 Solvers
286 Solvers
Is this is a Tic Tac Toe X Win?
448 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!