aboutsummaryrefslogtreecommitdiffstats
path: root/math2373/lab2.txt
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2019-09-17 20:50:33 -0500
committerRossTheRoss <mstrapp@protonmail.com>2019-09-17 20:50:33 -0500
commitae249e2144fae4a1b9042ae34d0e08f210e6633d (patch)
tree97067f1168f0345d1ed864dde4cae0c8e2fb832c /math2373/lab2.txt
parentMerge branch 'master' of github.com:RosstheRoss/TestingFun (diff)
downloadhomework-ae249e2144fae4a1b9042ae34d0e08f210e6633d.tar
homework-ae249e2144fae4a1b9042ae34d0e08f210e6633d.tar.gz
homework-ae249e2144fae4a1b9042ae34d0e08f210e6633d.tar.bz2
homework-ae249e2144fae4a1b9042ae34d0e08f210e6633d.tar.lz
homework-ae249e2144fae4a1b9042ae34d0e08f210e6633d.tar.xz
homework-ae249e2144fae4a1b9042ae34d0e08f210e6633d.tar.zst
homework-ae249e2144fae4a1b9042ae34d0e08f210e6633d.zip
Push
Diffstat (limited to 'math2373/lab2.txt')
-rw-r--r--math2373/lab2.txt60
1 files changed, 1 insertions, 59 deletions
diff --git a/math2373/lab2.txt b/math2373/lab2.txt
index dbd27c5..689a36b 100644
--- a/math2373/lab2.txt
+++ b/math2373/lab2.txt
@@ -9,14 +9,6 @@ A =
3 -8 1 0 29
-Aog=A
-
-Aog =
-
- 2 -1 4 -5 19
- -1 3 -2 -1 -18
- 0 1 5 -6 12
- 3 -8 1 0 29
A(1,:)=A(1,:)+A(2,:)
@@ -27,50 +19,6 @@ A =
0 1 5 -6 12
3 -8 1 0 29
-A(2,:)=A(1,:)+A(1,:)
-
-A =
-
- 1 2 2 -6 1
- 2 4 4 -12 2
- 0 1 5 -6 12
- 3 -8 1 0 29
-
-A(2,:)=A(1,:)-A(1,:)
-
-A =
-
- 1 2 2 -6 1
- 0 0 0 0 0
- 0 1 5 -6 12
- 3 -8 1 0 29
-
-A(2,:)=A(1,:)-A(1,:)
-
-A =
-
- 1 2 2 -6 1
- 0 0 0 0 0
- 0 1 5 -6 12
- 3 -8 1 0 29
-
-A=Aog
-
-A =
-
- 2 -1 4 -5 19
- -1 3 -2 -1 -18
- 0 1 5 -6 12
- 3 -8 1 0 29
-
-A(1,:)=A(1,:)+A(2,:)
-
-A =
-
- 1 2 2 -6 1
- -1 3 -2 -1 -18
- 0 1 5 -6 12
- 3 -8 1 0 29
A(2,:)=A(2,:)+A(1,:)
@@ -108,13 +56,7 @@ A =
0 0 -25 23 -77
0 -14 -5 18 26
-A(4,:)=A(2,:)1*4*A(2,:)
- A(4,:)=A(2,:)1*4*A(2,:)
- ↑
-{Error: Invalid expression. Check for missing multiplication operator, missing or
-unbalanced delimiters, or other syntax error. To construct matrices, use brackets
-instead of parentheses.
-}
+
A(4,:)=A(2,:)+14*A(2,:)
A =