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
Swap the first and last columns
12453 Solvers
Remove the polynomials that have positive real elements of their roots.
630 Solvers
Find state names that start with the letter N
601 Solvers
Are all the three given point in the same line?
270 Solvers
390 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!