Matrix: Vertical Columns. and 3 Columns of Integers
Matrix: Vertical Columns. and 3 Columns of Integers
x
x +1
x + 2
y +1
w + 1
y
z + 1 w
y + 2 z 1 w 1
z
The size of a matrix depends on the number of rows and the number of columns and
is called the order of the matrix. Rows always come first.
In the above examples, the orders are: 2 by 3, 3 by 4, and 2 by 2.
When a matrix has the same number of rows as it has columns, it is called a square
matrix.
Example of a 3 by 3 square matrix of integers:
5 21 17
35 3 10
9 45 2
1 15 49
This is a 3 by 3 square matrix: 3 rows and 3 columns
The variable matrix which is a 3 row by 1 column matrix consisting of all of the
variables in the system.
x
y
z
The constant matrix which is a 3 row by 1 column matrix created from all of the
constants on the left-hand side of the system.
87
97
56
Thus the system
1x + 4 y + 18 z = 87
9 x + 21 y + 8 z = 97
1x + 15 y + 49 z = 56
1 4 18
9 21 8
1 15 49
x 87
y = 97
z 56
Matrix Operations
Inverse Matrix
Matrix Equations
Augmented Matrix
Determinant of a Matrix
Matrix minors/cofactors
Matrix Applications