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
357 Solvers
Check if number exists in vector
4728 Solvers
Fahrenheit to Celsius converter
363 Solvers
417 Solvers
What is Sum Of all elements of Matrix
298 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!