Gauss Jordan Practice
Gauss Jordan Practice
_
a
11
a
12
a
1m
a
21
a
22
a
2m
. .
. .
. .
a
n1
a
n2
a
nm
_
_
.
Describe the following matrices.
(1)
_
_
2 5 6
0 4 0
9 1 4
_
_
(2)
_
_
3
0
1
0
_
_
(3)
_
_
5 4
0 0
4 1
_
_
(2)
_
1 1 0 8 5
Deniton Two matricies are equal if they are of the same size and have similar
coresponding elements.
Example Do there exist values that make the following matricies equal? If so,
what are the values? If not, why not?
(1)
_
_
3 7 0 1
4 3 1 0
5 6 1 1
_
_
and
_
_
x 7 0 1
4 y 1 z
5 6 1 1
_
_
(2)
_
2 1 0
3 1 1
_
and
_
_
2 1 x
3 y 1
3 1 1
_
_
Adding Matrices
To add two matricies which have the same size you do the following operation
_
_
a
11
a
12
a
1m
a
21
a
22
a
2m
. .
. .
. .
a
n1
a
n2
a
nm
_
_
+
_
_
b
11
b
12
b
1m
b
21
b
22
b
2m
. .
. .
. .
b
n1
b
n2
b
nm
_
_
=
_
_
a
11
+ b
11
a
12
+ b
12
a
1m
+ b
1m
a
21
+ b
21
a
22
+ b
22
a
2m
+ b
2m
. .
. .
. .
a
n1
+ b
n1
a
n2
+ b
n2
a
nm
+ b
nm
_
_
.
YOU CAN ONLY ADD MATRICES OF THE SAME SIZE!
6
Notation:
If
A =
_
_
a
11
a
12
a
1m
a
21
a
22
a
2m
. .
. .
. .
a
n1
a
n2
a
nm
_
_
and B =
_
_
b
11
b
12
b
1m
b
21
b
22
b
2m
. .
. .
. .
b
n1
b
n2
b
nm
_
_
then
A + B =
_
_
a
11
+ b
11
a
12
+ b
12
a
1m
+ b
1m
a
21
+ b
21
a
22
+ b
22
a
2m
+ b
2m
. .
. .
. .
a
n1
+ b
n1
a
n2
+ b
n2
a
nm
+ b
nm
_
_
.
Multiplying a matrix by a constant: If A is the matrix above and k is a
constant then
kA =
_
_
ka
11
ka
12
ka
1m
ka
21
ka
22
ka
2m
. .
. .
. .
ka
n1
ka
n2
ka
nm
_
_
Subtracting Matrices
Let A and B be the matrices describes above, then
AB = A + (B).
Examples Preform the Following operations if they are possible. If it is not
possible, please explain why.
(1)
_
2 1 0
3 1 1
_
+
_
3 1 0
1 2 1
_
=
(2)
_
_
1
3
4
1
0
_
_
+
_
4 1 0 2 2
=
7
(4) 2
_
_
3 0 1
0 4 1
5 2 1
_
_
=
(3)
_
_
3 0 1
0 4 1
5 2 1
_
_
_
_
2 1 0
1 2 1
8 10 1
_
_
=
(4)
_
_
2 1 1
10 4 1
8 2 3
_
_
_
2 5 7
1 12 0
_
=
Denition The zero matrix is any matrix with all its entries equal to 0.
0 =
_
_
0 0 0
0 0 0
. . .
. . .
. . .
0 0 0
_
_
Denition The additive inverse of a matrix A, is the matrix B, such that
A + B = 0.
NOTE: This implies that the additive inverse of A is A.
Exercise Find the additive inverses of the following matricies.
(1)
_
3 2
1 0
_
(2) 2
_
1 0 3
3 5 1
_
(3)
_
_
2 5
0 3
1 1
1 3
_
_
8