Unit 1-Matrices
Unit 1-Matrices
(1)
The first matrix has two rows (horizontal lines of entries) and three columns (vertical
lines). The second and third matrices are square matrices. Matrices having just a single
row or column are called vectors. Thus the fourth and last matrices are called row and
column vectors, respectively.
We shall denote matrices by capital letters A, B, C, …, or A = [aij]
m × n is called the size of the matrix.
𝑎11 𝑎21 . . . 𝑎𝑚1
𝑎12 𝑎22 . . . 𝑎𝑚2
. . . .
A ≡ [aij] = . . .
.
. . . .
[𝑎1𝑛 𝑎2𝑛 . . . 𝑎𝑚𝑛 ]
If m = n, we call A an n×n square matrix. A matrix that is not square is called a
rectangular matrix.
Equality of Matrices:
Two matrices A = [ajk ] and B = [bjk] are equal (written A = B) if and only if they have
the same size, and the corresponding elements are equal, that is, a11 = b11, a12 = b12, and
so on. Matrices that are not equal are called different.
Example:
Addition of Matrices
The sum of two matrices A = [aij ] and B = [bij] of the same size is written A + B and has
the entries aij+bij obtained by adding the corresponding entries of A and B. Matrices of
different sizes cannot be added.
Example
j = 1,···,p
A B = C
[m×n] [n×p] [m×p]
Example:
A = [aij]m×n where,
Identity (Unit) Matrix (I)
where Ajk is called the cofactor of the aij element and is defined as
Aij ≡ (-1)i+j Mij
where Mij is called the minor of aij , namely the determinant of (n-1) × (n-1) matrix that
survives when the row and column containing aij are struck out.
3- Determinant of order 3:
(a) The Leibniz formula:
(b) The rule of Sarrus:
det(A)=
Inverse of a Matrix
If A is a non-singular square matrix, there is an existence of n × n matrix A-1, which is
called the inverse matrix of A, such that it satisfies the property:
1
A-1=
𝐴
and AA-1 = A-1A = I, where I is the Identity matrix. The inverse of a nonsingular n × n
matrix A=[aij] is