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
12689 Solvers
273 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
327 Solvers
Split a string into chunks of specified length
489 Solvers
269 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!