summaryrefslogtreecommitdiff
path: root/26/CH6/EX6.1.13/6_1_13.sce
blob: cb26676f754143ca4a1719231cd8aed1ff8af496 (plain)
1
2
3
4
5
6
disp('Vector x and y are:')
x=[10;-3]
y=[-1;-5]
disp(y,x)
disp('||x-y||=sqrt(121+4)')
disp(sqrt(125),'=')