Exercise 3.1
Q1Short
In the matrix A = [[2, 5, 19, -7], [35, -2, 5/2, 12], [sqrt(3), 1, -5, 17]], write:
(i) The order of the matrix
(ii) The number of elements
(iii) Write the elements a_13, a_21, a_33, a_24, a_23.
Q2Short
If a matrix has 24 elements, what are the possible orders it can have? What, if it has 13 elements?
Q3Short
If a matrix has 18 elements, what are the possible orders it can have? What, if it has 5 elements?
Q4Short
Construct a 2 x 2 matrix, A = [a_ij], whose elements are given by:
(i) a_ij = (i + j)^2 / 2
(ii) a_ij = i / j
(iii) a_ij = (i + 2j)^2 / 2
Q5Short
Construct a 3 x 4 matrix, whose elements are given by:
(i) a_ij = (1/2)|{-3i + j}|
(ii) a_ij = 2i - j
Q6Short
Find the values of x, y and z from the following equations:
(i) [[4, 3], [x, 5]] = [[y, z], [1, 5]]
(ii) [[x+y, 2], [5+z, xy]] = [[6, 2], [5, 8]]
(iii) [[x+y+z], [x+z], [y+z]] = [[9], [5], [7]]
Q7Short
Find the value of a, b, c and d from the equation: [[a-b, 2a+c], [2a-b, 3c+d]] = [[-1, 5], [0, 13]]
Q8MCQ
A = [a_ij]_{m x n} is a square matrix, if
(A) m < n
(B) m > n
(C) m = n
(D) None of these
Q9MCQ
Which of the given values of x and y make the following pair of matrices equal: [[3x+7, 5], [y+1, 2-3x]], [[0, y-2], [8, 4]]
(A) x = -1/3, y = 7
(B) Not possible to find
(C) y = 7, x = -2/3
(D) x = -1/3, y = -2/3
Q10MCQ
The number of all possible matrices of order 3 x 3 with each entry 0 or 1 is:
(A) 27
(B) 18
(C) 81
(D) 512
Exercise 3.2
Q1Long
Let A = [[2, 4], [3, 2]], B = [[1, 3], [-2, 5]], C = [[-2, 5], [3, 4]]. Find each of the following:
(i) A + B
(ii) A - B
(iii) 3A - C
(iv) AB
(v) BA
Q2Short
Compute the following:
(i) [[a, b], [-b, a]] + [[a, b], [b, a]]
(ii) [[a^2+b^2, b^2+c^2], [a^2+c^2, a^2+b^2]] + [[2ab, 2bc], [-2ac, -2ab]]
(iii) [[-1, 4, -6], [8, 5, 16], [2, 8, 5]] + [[12, 7, 6], [8, 0, 5], [3, 2, 4]]
(iv) [[cos^2(x), sin^2(x)], [sin^2(x), cos^2(x)]] + [[sin^2(x), cos^2(x)], [cos^2(x), sin^2(x)]]
Q3Long
Compute the indicated products:
(i) [[a, b], [-b, a]][[a, -b], [b, a]]
(ii) [[1], [2], [3]][2, 3, 4]
(iii) [[1, -2], [2, 3]][[1, 2, 3], [2, 3, 1]]
(iv) [[2, 3, 4], [3, 4, 5], [4, 5, 6]][[1, -3, 5], [0, 2, 4], [3, 0, 5]]
(v) [[2, 1], [3, 2], [-1, 1]][[1, 0, 1], [-1, 2, 1]]
(vi) [[3, -1, 3], [-1, 0, 2]][[2, -3], [1, 0], [3, 1]]
Q4Long
If A = [[1, 2, -3], [5, 0, 2], [1, -1, 1]], B = [[3, -1, 2], [4, 2, 5], [2, 0, 3]] and C = [[4, 1, 2], [0, 3, 2], [1, -2, 3]], then compute (A+B) and (B-C). Also, verify that A + (B - C) = (A + B) - C.
Q5Short
If A = [[2/3, 1, 5/3], [1/3, 2/3, 4/3], [7/3, 2, 2/3]] and B = [[2/5, 3/5, 1], [1/5, 2/5, 4/5], [7/5, 6/5, 2/5]], then compute 3A - 5B.
Q6Short
Simplify: cos(theta) * [[cos(theta), sin(theta)], [-sin(theta), cos(theta)]] + sin(theta) * [[sin(theta), -cos(theta)], [cos(theta), sin(theta)]]
Q7Short
Find X and Y, if
(i) X + Y = [[7, 0], [2, 5]] and X - Y = [[3, 0], [0, 3]]
(ii) 2X + 3Y = [[2, 3], [4, 0]] and 3X + 2Y = [[2, -2], [-1, 5]]
Q8Short
Find X, if Y = [[3, 2], [1, 4]] and 2X + Y = [[1, 0], [-3, 2]].
Q9Short
Find x and y, if 2[[1, 3], [0, x]] + [[y, 0], [1, 2]] = [[5, 6], [1, 8]].
Q10Short
Solve the equation for x, y, z and t, if 2[[x, z], [y, t]] + 3[[1, -1], [0, 2]] = 3[[3, 5], [4, 6]].
Q11Short
If x[[2], [3]] + y[[-1], [1]] = [[10], [5]], find the values of x and y.
Q12Short
Given 3[[x, y], [z, w]] = [[x, 6], [-1, 2w]] + [[4, x+y], [z+w, 3]], find the values of x, y, z and w.
Q13Long
If F(x) = [[cos(x), -sin(x), 0], [sin(x), cos(x), 0], [0, 0, 1]], show that F(x) F(y) = F(x + y).
Q14Long
Show that
(i) [[5, -1], [6, 7]][[2, 1], [3, 4]] != [[2, 1], [3, 4]][[5, -1], [6, 7]]
(ii) [[1, 2, 3], [0, 1, 0], [1, 1, 0]][[-1, 1, 0], [0, -1, 1], [2, 3, 4]] != [[-1, 1, 0], [0, -1, 1], [2, 3, 4]][[1, 2, 3], [0, 1, 0], [1, 1, 0]]
Q15Long
Find A^2 - 5A + 6I, if A = [[2, 0, 1], [2, 1, 3], [1, -1, 0]].
Q16Long
If A = [[1, 0, 2], [0, 2, 1], [2, 0, 3]], prove that A^3 - 6A^2 + 7A + 2I = 0.
Q17Short
If A = [[3, -2], [4, -2]] and I = [[1, 0], [0, 1]], find k so that A^2 = kA - 2I.
Q18Long
If A = [[0, -tan(alpha/2)], [tan(alpha/2), 0]] and I is the identity matrix of order 2, show that I + A = (I - A)[[cos(alpha), -sin(alpha)], [sin(alpha), cos(alpha)]].
Q19Long
A trust fund has Rs 30,000 that must be invested in two different types of bonds. The first bond pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix multiplication, determine how to divide Rs 30,000 among the two types of bonds. If the trust fund must obtain an annual total interest of:
(a) Rs 1800
(b) Rs 2000
Q20Short
The bookshop of a particular school has 10 dozen chemistry books, 8 dozen physics books, 10 dozen economics books. Their selling prices are Rs 80, Rs 60 and Rs 40 each respectively. Find the total amount the bookshop will receive from selling all the books using matrix algebra.
Q21MCQ
Assume X, Y, Z, W and P are matrices of order 2 x n, 3 x k, 2 x p, n x 3 and p x k, respectively. The restriction on n, k and p so that PY + WY will be defined are:
(A) k = 3, p = n
(B) k is arbitrary, p = 2
(C) p is arbitrary, k = 3
(D) k = 2, p = 3
Q22MCQ
If n = p, then the order of the matrix 7X - 5Z is:
(A) p x 2
(B) 2 x n
(C) n x 3
(D) p x n
Exercise 3.3
Q1Short
Find the transpose of each of the following matrices:
(i) [[5], [1/2], [-1]]
(ii) [[1, -1], [2, 3]]
(iii) [[-1, 5, 6], [sqrt(3), 5, 6], [2, 3, -1]]
Q2Long
If A = [[-1, 2, 3], [5, 7, 9], [-2, 1, 1]] and B = [[-4, 1, -5], [1, 2, 0], [1, 3, 1]], then verify that
(i) (A + B)' = A' + B'
(ii) (A - B)' = A' - B'
Q3Long
If A' = [[3, 4], [-1, 2], [0, 1]] and B = [[-1, 2, 1], [1, 2, 3]], then verify that
(i) (A + B)' = A' + B'
(ii) (A - B)' = A' - B'
Q4Short
If A' = [[-2, 3], [1, 2]] and B = [[-1, 0], [1, 2]], then find (A + 2B)'.
Q5Long
For the matrices A and B, verify that (AB)' = B'A', where
(i) A = [[1], [-4], [3]], B = [-1, 2, 1]
(ii) A = [[0], [1], [2]], B = [1, 5, 7]
Q6Long
(i) If A = [[cos(alpha), sin(alpha)], [-sin(alpha), cos(alpha)]], then verify that A'A = I.
(ii) If A = [[sin(alpha), cos(alpha)], [-cos(alpha), sin(alpha)]], then verify that A'A = I.
Q7Long
(i) Show that the matrix A = [[1, -1, 5], [-1, 2, 1], [5, 1, 3]] is a symmetric matrix.
(ii) Show that the matrix A = [[0, 1, -1], [-1, 0, 1], [1, -1, 0]] is a skew symmetric matrix.
Q8Short
For the matrix A = [[1, 5], [6, 7]], verify that
(i) (A + A') is a symmetric matrix
(ii) (A - A') is a skew symmetric matrix
Q9Short
Find (1/2)(A + A') and (1/2)(A - A'), when A = [[0, a, b], [-a, 0, c], [-b, -c, 0]].
Q10Long
Express the following matrices as the sum of a symmetric and a skew symmetric matrix:
(i) [[3, 5], [1, -1]]
(ii) [[6, -2, 2], [-2, 3, -1], [2, -1, 3]]
(iii) [[3, 3, -1], [-2, -2, 1], [-4, -5, 2]]
(iv) [[1, 5], [-1, 2]]
Q11MCQ
If A, B are symmetric matrices of same order, then AB - BA is a
(A) Skew symmetric matrix
(B) Symmetric matrix
(C) Zero matrix
(D) Identity matrix
Q12MCQ
If A = [[cos(alpha), -sin(alpha)], [sin(alpha), cos(alpha)]], and A + A' = I, then the value of alpha is
(A) pi/6
(B) pi/3
(C) pi
(D) 3*pi/2
Exercise 3.4
Q1MCQ
Matrices A and B will be inverse of each other only if
(A) AB = BA
(B) AB = BA = 0
(C) AB = 0, BA = I
(D) AB = BA = I
Miscellaneous Exercise on Chapter 3
Q1Long
If A and B are symmetric matrices, prove that AB - BA is a skew symmetric matrix.
Q2Long
Show that the matrix B'AB is symmetric or skew symmetric according as A is symmetric or skew symmetric.
Q3Long
Find the values of x, y, z if the matrix A = [[0, 2y, z], [x, y, -z], [x, -y, z]] satisfy the equation A'A = I.
Q4Short
For what values of x: [1, 2, 1][[1, 2, 0], [2, 0, 1], [1, 0, 2]][[0], [2], [x]] = O?
Q5Long
If A = [[3, 1], [-1, 2]], show that A^2 - 5A + 7I = 0.
Q6Short
Find x, if [x, -5, -1][[1, 0, 2], [0, 2, 1], [2, 0, 3]][[x], [4], [1]] = O.
Q7Long
A manufacturer produces three products x, y, z which he sells in two markets. Annual sales are indicated below:
Market I: 10000, 2000, 18000
Market II: 6000, 20000, 8000
(a) If unit sale prices of x, y and z are Rs 2.50, Rs 1.50 and Rs 1.00, respectively, find the total revenue in each market with the help of matrix algebra.
(b) If the unit costs of the above three commodities are Rs 2.00, Rs 1.00 and 50 paise respectively, find the gross profit.
Q8Short
Find the matrix X so that X[[1, 2, 3], [4, 5, 6]] = [[-7, -8, -9], [2, 4, 6]].
Q9MCQ
If A = [[alpha, beta], [gamma, -alpha]] is such that A^2 = I, then
(A) 1 + alpha^2 + beta*gamma = 0
(B) 1 - alpha^2 + beta*gamma = 0
(C) 1 - alpha^2 - beta*gamma = 0
(D) 1 + alpha^2 - beta*gamma = 0
Q10MCQ
If the matrix A is both symmetric and skew symmetric, then
(A) A is a diagonal matrix
(B) A is a zero matrix
(C) A is a square matrix
(D) None of these
Q11MCQ
If A is square matrix such that A^2 = A, then (I + A)^3 - 7A is equal to
(A) A
(B) I - A
(C) I
(D) 3A