summaryrefslogtreecommitdiff
path: root/26/CH6/EX6.1.7/6_1_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '26/CH6/EX6.1.7/6_1_7.sce')
-rwxr-xr-x26/CH6/EX6.1.7/6_1_7.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/26/CH6/EX6.1.7/6_1_7.sce b/26/CH6/EX6.1.7/6_1_7.sce
new file mode 100755
index 000000000..115c7fce5
--- /dev/null
+++ b/26/CH6/EX6.1.7/6_1_7.sce
@@ -0,0 +1,5 @@
+disp('w=')
+w=[3;-1;-5]
+disp(w)
+disp('||w||=sqrt(9+1+25)')
+disp(sqrt(35)) \ No newline at end of file