summaryrefslogtreecommitdiff
path: root/60/CH4/EX4.1
diff options
context:
space:
mode:
Diffstat (limited to '60/CH4/EX4.1')
-rwxr-xr-x60/CH4/EX4.1/ex_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/60/CH4/EX4.1/ex_1.sce b/60/CH4/EX4.1/ex_1.sce
new file mode 100755
index 000000000..2a0d286df
--- /dev/null
+++ b/60/CH4/EX4.1/ex_1.sce
@@ -0,0 +1,6 @@
+
+//Example (pg no.130)
+
+ A=[3 0 2;1 2 0;0 1 1]
+ B=[2 1;0 1;1 0]
+ A*B \ No newline at end of file