0% found this document useful (0 votes)
60 views2 pages

Matrix: Vertical Columns. and 3 Columns of Integers

A matrix is a rectangular arrangement of elements organized into rows and columns. The size or order of a matrix depends on the number of rows and columns. A system of linear equations can be represented using three matrices: a coefficient matrix containing the coefficients of the variables, a variable matrix containing the variables, and a constant matrix containing the constants on the left side of the equations.

Uploaded by

AzrulRizal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views2 pages

Matrix: Vertical Columns. and 3 Columns of Integers

A matrix is a rectangular arrangement of elements organized into rows and columns. The size or order of a matrix depends on the number of rows and columns. A system of linear equations can be represented using three matrices: a coefficient matrix containing the coefficients of the variables, a variable matrix containing the variables, and a constant matrix containing the constants on the left side of the equations.

Uploaded by

AzrulRizal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

MATRICES

A matrix is a rectangular arrangement of elements.


The elements can be real or complex numbers, variables, or other symbols that are
arranged in a rectangular format.
A matrix is arranged in horizontal rows and vertical columns.
2 rows and 3 columns of integers
2 7 1
5 4 9

3 rows and 4 columns of variable expressions

x
x +1

x + 2

y +1

w + 1
y
z + 1 w
y + 2 z 1 w 1
z

2 rows and 2 columns of complex numbers


2 + 3i 5 + 1i
5 1i 2 3i

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

A system of equations is one source of three separate matrices:


For example, consider the system of 3 equations and 3 unknowns:
1x + 4 y + 18 z = 87
9 x + 21 y + 8 z = 97
1x + 15 y + 49 z = 56
The coefficient matrix which consists of all of the coefficients from the right
hand side of the system.
1 4 18
9 21 8

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

written as three matrices is

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

Other related FAQ topics:

Matrix Operations
Inverse Matrix
Matrix Equations

Augmented Matrix
Determinant of a Matrix
Matrix minors/cofactors

Matrix Applications

You might also like