summaryrefslogtreecommitdiff
path: root/104/CH2/EX2.15/2_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '104/CH2/EX2.15/2_15.sce')
-rwxr-xr-x104/CH2/EX2.15/2_15.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/104/CH2/EX2.15/2_15.sce b/104/CH2/EX2.15/2_15.sce
new file mode 100755
index 000000000..eb0bcd531
--- /dev/null
+++ b/104/CH2/EX2.15/2_15.sce
@@ -0,0 +1,5 @@
+//addition of matrices
+A=[3 2;-1 4;0 -1]
+B=[0 3;-1 2;1 0]
+s=A+B
+disp(s) \ No newline at end of file