summaryrefslogtreecommitdiff
path: root/26/CH6/EX6.1.13/6_1_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '26/CH6/EX6.1.13/6_1_13.sce')
-rwxr-xr-x26/CH6/EX6.1.13/6_1_13.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/26/CH6/EX6.1.13/6_1_13.sce b/26/CH6/EX6.1.13/6_1_13.sce
new file mode 100755
index 000000000..cb26676f7
--- /dev/null
+++ b/26/CH6/EX6.1.13/6_1_13.sce
@@ -0,0 +1,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),'=') \ No newline at end of file