summaryrefslogtreecommitdiff
path: root/620/CH25/EX25.10/example25_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH25/EX25.10/example25_10.sce')
-rw-r--r--620/CH25/EX25.10/example25_10.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/620/CH25/EX25.10/example25_10.sce b/620/CH25/EX25.10/example25_10.sce
new file mode 100644
index 000000000..f26f8cf45
--- /dev/null
+++ b/620/CH25/EX25.10/example25_10.sce
@@ -0,0 +1,6 @@
+a=5+%i*8;
+b=7-%i*4;
+disp("Part a");
+disp("A X B ="); disp(a*b);
+disp("Part b");
+disp("A รท B ="); disp(a/b); \ No newline at end of file