function x  = hyp(a,b)
n=lenght(a); m=lenght(b)
for k=1:n
    for k=1:m
        
x=sqrt(a^2+b^2)
end;
end;
x
