Chapter 8
Chapter 8
Types of Matrices
Examples
1 Row Matrix: A matrix having only one row is called a row [1 2 3]
matrix.
[]
2 Column Matrix: A matrix having only one column is called a 1
column matrix. 2
3
3 Null or Zero Matrix: A matrix of any order whose all
elements are zero is called a zero or null matrix. [ 00]
0
0
4 Square Matrix: A matrix which has equal number of rows and
columns is called a square matrix. [ 4]
1
2
3
Order of Matrix: If a matrix has ‘m’ rows and ‘n’ columns, then its order will be m ×n
and it has mn elements
For example: In a matrix [ ]
1 2
3 4
, m = 2 and n = 2. So, its order is 2 × 2 and number of
elements = 4.
Equality of Matrices: Two m × n matrices A and B are said to be equal, if the
corresponding elements of the two matrices are equal.
For example: If A =[ 1 2
3 −4 ] and B = [1 2
3 −4 ], then A = B
Transpose of Matrices: Let A be any matrix. Then the matrix obtained by
interchanging its rows and columns is called the transpose of A and is denoted by A'
or AT. If A is m × n matrix, then A' will be n × m matrix.
Compatibility of Matrices
Addition of Matrices: If two matrices A and B are of same order, then the
sum of A and B (written as A + B ) is the matrix obtained by adding the
corresponding elements of A and B.
For example: If then A= [ ] [ ]
1 2
3 4
∧B=
5 6
7 8
Subtraction of Matrices: If two matrices A and B are of same order, then the
difference (subtraction) of A and B (written as A - B ) is the matrix obtained by
subtracting the corresponding elements of A and B.
For example: If then A=
1 2
3 4 [ ] [ ]
∧B=
5 6
7 8
,
then A−B= [
−4 −4
−4 −4 ]
Properties of Subtraction of Matrices:
(i) A−B ≠ B− A
(ii) A−( B−C ) ≠ ( A−B )−C
(iii) A−0 ≠ 0− A
(iv) A−(−A ) ≠ 0
Note: If the order of the matrices is not same, then they cannot be added or
subtracted.
3. Which of the following order is not possible if the matrix has 6 elements
(a) 3 × 2
(b) 2 × 2
(c) 2 × 3
(d) 6 × 1
4. If A= [−22 13] , B=[ 31 −21 ] , then what will be the order of matrix X if AB = X
(a) [
−3 7 ]
7 −3
(b) 2 × 2
(c) [ 5 −1
−1 4 ]
(d) 2 × 1
[ ][ ]
2
x −2 x −1 3 −1
5. If = ,then what will be the value of x ?
−2 3 −2 3
(a) -3, 1
(b) 3, -1
(c) 3, 1
(d) none of these
6. If A= [ 01 10] , then A is :
3
(a) A
(b) I
(c) A3
(d) none of these
7. Given A= [ 0p 02] , B=[ 01 −40 ] , C=[ 22 −22 ] and BA = C , then the value of 2p is:
2
(a) 8
(b) 16
(c) -4
(d) 4
1.
A: If two matrices A and B are of the same order, they can be added.
R: Matrix addition is only defined for matrices of the same dimensions.
2.
A: ( A+ B )T = AT + BT .
R: The transpose of a sum equals the sum of the transposes.
3.
A: A matrix with all elements zero is called a zero matrix.
R: A zero matrix acts as the additive identity in matrix addition.
4.
A: For any square matrix A, A . I =I . A= A , where I is the identity matrix.
R: The identity matrix is the multiplicative identity for matrices.
5.
A: The order of the product AB is determined by the number of rows of A and the number of
columns of B.
R: To multiply A and B, the number of columns in A must equal the number of rows in B.
6.
A: ( AB )T =BT A T .
R: The transpose of a product reverses the order of multiplication.
7.
A: If A is invertible, then A−1 A=I .
R: The inverse of a matrix undoes the effect of the original matrix.
8.
A: Determinant is defined only for square matrices.
R: Only square matrices can have an inverse.
9.
A: If A is symmetric, then AT = A .
R: Symmetric matrices are equal to their transposes.
10.
A: A diagonal matrix has nonzero entries only on the main diagonal.
R: All non-diagonal entries in a diagonal matrix are zero.
11.
A: If A is orthogonal, then AT = A−1.
R: Orthogonal matrices satisfy A AT =I .
12.
A: The determinant of AB equals the product of the determinants, i.e.,
det ( AB ) =det A . det B .
R: Determinant is a multiplicative function over square matrices.
13.
A: A skew-symmetric matrix satisfies AT =− A .
R: All diagonal entries of a skew-symmetric matrix are zero.
14.
A: The rank of a matrix equals the maximum number of linearly independent rows.
R: Rank also equals the maximum number of linearly independent columns.
15.
−1
A: If A is invertible, ( A−1 ) = A .
R: Taking the inverse twice brings you back to the original matrix.
1
1. Construct a 2 × 2 matrix whose elements are: a ij= [2i−3 j]
2
2. Write down a matrix A=[ aij ]2 ×2 ,where a ij=2i− j.
3. Construct a 2 × 2 matrix whose elements are a ij=i+ij−1.
4. Find the transpose of the matrix [ ] 1 3
2 6
.
5. If matrix[ ][ ]
a+b 2
5 ab
=
6 2
5 8
,find the values of a and b.
[ ] [ ] [ ]
6. If A=
3 −1
1 2
, B=
1 3
0 1
∧C=
3 1
−2 1
, find X such that A + B – C = 3X
[ ] [ ] [ ]
7. If A=
1 0
0 1
, B=
0 2
2 0
∧C=
3 0
0 3
, show that 3(A + B - C) = 3A + 3B – 3C.
[ ] [ ]
8. If A=
1 3
3 4
∧B=
−2 1
−3 2
2 2
∧ A −5 B =5 C . Find matrix C where C is a 2 by 2 matrix
[ ] [ ]
9. If A=
2 3
0 −2
∧B= −8 , find a matrix X such that 2AX = B.
8
[ ] [ ]
10. If A=
2 x
0 1
∧B=
4 36
0 1
, find the value of x, if A2 = B.
[ ] [ ] [ ]
11. If A=
1 4
2 1
, B=
−3 2
4 0
∧C=
1 0
0 2
,compute the matrix A2 + BC.
[ ] [ ] [ ]
12. If A=
3 7
2 4
, B=
0 2
5 3
∧C=
1 −5
−4 6
, find AB−5 C .
[ ]
13. If A=
4 3
2 5
, find the value of x and y such that A2 – xA + yI = 0.
14. If[ ][ ] [ ]
1 2 x 0
3 3 0 y
=
x 0
0 0
,find x and y.
[ ] [ ]
15. If P=
9 1
4 3
∧Q=
1 5
7 12
,find the matrix R such that 5P + 3Q + 2R is a null matrix
16. If A=
−3 6
−2 4 [ ] 2
, show that A = A .
18. (i) If A=
−2 1
1 −3 [ ]
, compute (− A )
2
(ii) If A= [
4 −2
6 −3
, B=
0 2
1 −1] [∧C=
] [ −2 3
1 −3 ] , find A2 – A + BC.
Solutions
Question 1:
1.
2.
3.
4.
5.
6.
7.
Question 2:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
Question 3:
[ ]
−1
−2
2
1.
1
−1
2
2. [ 13 02 ]
3. A2 × 2= [ 13 25]
4. Type equation here .
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.