HPI-5 Matrix & Determinant
HPI-5 Matrix & Determinant
i). 1 2 6 ii) 1 0 0
5 -1 8 2 1 0 [Try]
3 5 7
Since, the matrix A, we have number of rows are two i.e. i=1, 2 and the numbers of columns
are three i.e. j=1, 2, 3
⸫ A= [aij ]2x3
Therefore, the order of matrix A=(2x3)
# TYPES OF MATRICES:
i) Row Matrix: A matrix having only one row is called a row matrix.
ii) Column Matrix: A matrix having only one column is called a column matrix.
iii) Zero or Null matrix: If all the elements of a matrix are Zero, then it is called a Zero
matrix or Null matrix. It is denoted by symbol 0.
iv) Square matrix: A matrix in which number of rows and number of columns are equal
is called a square matrix.
v) Diagonal matrix: A square matrix is said to be a diagonal matrix, if all the elements
lying outside the diagonal elements are zero.
vi) Scalar matrix: A diagonal matrix in which all diagonal elements are equal is called a
scalar matrix.
For Example- 3 0 0
0 3 0
0 0 3
vii) Unit or Identity matrix: A square matrix having 1 (one) on its principle diagonal and 0
(Zero) is called an identity matrix. It is denoted by symbol I.
For example- 1 0 0
0 1 0
0 0 1
# OPERATION MATRICES:
i) Addition of matrices
For example: If A= 1 5 and B= 1 0
-1 3 0 1
⸫ A+B= 1 5 + 1 0
-1 3 0 1
A+B= 2 5
-1 4
Example: A= B= 4 6
3 5
4 2 5 3
Example: A= B=
2 3 5 9 3 1
3 7 1 10 2 6
4 2 5 11 1 2
# Multiplication of a matrix by a scalar:
Let, A= [aij ]mxn be any matrix and K be any constant (scalar). Then the product of
constant and matrix is KA.
i.e. K.A=K .[aij ]mxn
= [Kaij ]mxn
Multiplication of a matrix=K.A
=5. 1 4 7
0 8 9
2 3 1
i. (A’)’=A
ii. (A±B)’=A’ ± B’
For example: A=
2 5 then, A’= 2 1
1 4
Q. Find A= 7 3
1 8 , find (A’)’
Q2. if A= 3 4 5 B= 7 2 5
2 1 6 6 19 , find A’+B’, B’ A’
Q3. If A= 1 -1
-2 3 , find A2 - 2A –I
Q4. If A = 7 2 and B= 1 4
Ans: LHS: a b c
a2 b2 c2
a3 b3 c3
=abc 1 1 1
a b c (Taking a, b, c common from columns c1, c2 and c3 respectively)
a2 b2 c2
a11x1+a12x2+a13x3+……….+a1nxn=b1
a21x1+a22x2+a23x3+………+a2nxn=b2
A31x1+a32x3+a33x3+……..+a3nxn=b3
…………………………………………………………
…………………………………………………………
an1x1+an2x2+an3x3+…………+annxn=bn
∆1/ ∆ x= 6 2 3
7 4 1 = -20
14 2 9
∆2/ ∆y = 1 6 3
2 7 1 = -20
3 14 9
∆3/ ∆z= 1 2 6
2 4 7 = -20
3 2 14
Try