Chapter 2 (Review)
Chapter 2 (Review)
Matrix
A matrix is a rectangular array of elements
The matrix A above has m rows and n columns, so order of A is (read as m by n matrix). Above
matrix A can also be written as:
[ ] [ ]
Equal Matrices
Two matrices [ ] [ ] of same order are said to be equal when their corresponding
elements are equal. i.e. For example
A matrix with only one row is called row matrix or row vector. Equivalently matrix of order of the
form [ ] is called row matrix or row vector. For example [ ] is a row matrix
having three columns.
Column matrix or column vector
A matrix with only one column is called column matrix or column vector. Equivalently a matrix of order
Rectangular Matrix
If the number of rows and columns of a matrix A is not equal i.e. then matrix is called rectangular
matrix.
For example; [ ] is rectangular matrix because number of rows and columns are not equal.
Square Matrix
If number of rows and columns of a matrix A is equal i.e. then the matrix of order is called a
square matrix of order n or m.
The diagonal of matrix A is called Principal diagonal or leading diagonal or main diagonal.
Diagonal Matrix
Multiplication of Matrices
Two matrices A and B are said to be conformable for multiplication if:
For AB:
For BA:
Transpose of a Matrix
Let [ ] be an matrix. The transpose of A denoted by is an matrix obtained by
interchanging rows and columns of A. Thus [ ].
Note: Multiplication of matrices is not commutative (in general). The property holds if:
(a) A and B are inverse of each other,
(b) One of A and B is Identity or Null matrix.
Minor of an element of a matrix or its determinant
Cofactor of an element
| | can also be obtained by using the following diagram. Downward arrows represent multiplication of
entries having +ve sign and upward having – ve sign.
Properties of determinants
1. If any Row or Column of a determinant is zero its value will be ZERO. For example;
| | ( ) and | | ( )
2. If any two Rows or Columns of a determinant are IDENTICAL (same) its value will be ZERO.
| | . Now interchanging ( )| | | |
5. Let A be a square matrix of order and is any non zero scalar then | | | |
Now multiplying A by k,
[ ] [ ] | | ( ) | |
6. If any Row or Column of determinant |A| is multiplied by a non-zero scalar k, the resultant
determinant is | | For example;
Let | | | |
Now multiplying by k; | | ( ) | |
7. Adding/Subtracting the scalar multiple of one Row (Column) with/from the other Row (Column)
does not alter the value of determinant. For example;
| |
| | | | | |
( ) ( )
8. If any Row or Column of a determinant is the sum/difference of two terms then it can be written in
the sum/difference of two determinants. For example;
| | | | .
Now | | | | ( ) ( )
Hence | | | | | |
Note: In order to reduce a matrix to echelon or reduced echelon form, we use elementary row operation.
Rank of a Matrix
The number of non – zero rows in echelon form of a matrix A is called its rank denoted by R(A).
Non – homogeneous and Homogeneous equations in three variables
i. The equation is a non – homogeneous
equation in three variables,
ii. The equation is called homogeneous equation in
three variables (i.e. d = 0).
System of non – homogeneous equations in three variables
In order to solve this system by means of matrices, first write the system in matrix form as;
[ ][ ] [ ]
A: coefficient Matrix, X and B: column vectors. Solution of the above system exists if A is non – singular
( | | ) otherwise solution does not exist. Pre multiplying AX = B by ;
Note: (i) A system of linear equations is said to be consistent if the system has only one (i.e. unique)
solution or it has infinitely many solutions.
Inayat Khan, Department of Mathematics, Edwardes College Peshawar Page 12
2. Matrices and Determinants
Notes: (i) A system AX = 0 has trivial solution (i.e. zero solution) if A is non – singular i.e. | |