Practice Questions

Matrices

1
easySubjective

If [2x+y 3]=[7 xy]\begin{bmatrix} 2x+y \ 3 \end{bmatrix} = \begin{bmatrix} 7 \ x-y \end{bmatrix}, calculate the values of xx and yy.

2
easySubjective

Define a zero matrix (or null matrix). Can a zero matrix be a square matrix? Give an example of a 2×32 \times 3 zero matrix.

3
easySubjective

Construct a 2×22 \times 2 matrix A=[aij]A = [a_{ij}] whose elements are given by the formula aij=(ij)3a_{ij} = (i - j)^3.

4
easySubjective

If matrix A has order 3×43 \times 4 and matrix B has order 4×24 \times 2, analyze the orders of the product matrices AB and BA to determine which one is defined and what its order is.

5
easySubjective

Explain the concept of 'order of a matrix'. Given the matrix A=[31517 3525212]A = \begin{bmatrix} \sqrt{3} & 1 & -5 & 17 \ 35 & -2 & \frac{5}{2} & 12 \end{bmatrix}, identify its order and the total number of elements.

6
easySubjective

Define a row matrix and give one example.

7
easySubjective

Justify why for any square matrix A, the matrix A - A' is always a skew-symmetric matrix.

8
easySubjective

Find the transpose of the matrix P=[102 425 317]P = \begin{bmatrix} 1 & 0 & -2 \ 4 & 2 & 5 \ 3 & -1 & 7 \end{bmatrix}.

9
easySubjective

Create two non-zero 2 \times 2 matrices A and B such that their product AB is a zero matrix.

10
easySubjective

If a matrix has 7 elements, list all its possible orders.

11
easySubjective

What is the condition for a matrix A=[aij]m×nA = [a_{ij}]_{m \times n} to be a square matrix?

12
easySubjective

Summarize the rules for (a) addition of two matrices and (b) multiplication of a matrix by a scalar. Given A=[12 34]A = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} and B=[05 67]B = \begin{bmatrix} 0 & 5 \ 6 & 7 \end{bmatrix}, find A+BA+B and 3A3A.

13
mediumSubjective

Express the matrix A=[35 11]A = \begin{bmatrix} 3 & 5 \ 1 & -1 \end{bmatrix} as the sum of a symmetric and a skew-symmetric matrix.

14
mediumSubjective

If A=[20 15]A = \begin{bmatrix} 2 & 0 \ 1 & 5 \end{bmatrix} and I=[10 01]I = \begin{bmatrix} 1 & 0 \ 0 & 1 \end{bmatrix}, find the value of kk such that A2=7A+kIA^2 = 7A + kI.

15
mediumSubjective

Solve the following matrix equations to find the matrices XX and YY: X+Y=[70 25]X + Y = \begin{bmatrix} 7 & 0 \ 2 & 5 \end{bmatrix} XY=[30 03]X - Y = \begin{bmatrix} 3 & 0 \ 0 & 3 \end{bmatrix}

16
mediumSubjective

A school wants to award its students for the values of Honesty, Regularity and Hard work. The number of students to be awarded in each category are 3, 2, and 1 respectively. The award money for each value is ₹1000, ₹1500, and ₹2000 per student. Calculate the total award money required using matrix multiplication.

17
mediumSubjective

For the matrices A=[1 4 3]A = \begin{bmatrix} 1 \ -4 \ 3 \end{bmatrix} and B=[121]B = \begin{bmatrix} -1 & 2 & 1 \end{bmatrix}, analyze and verify that (AB)=BA(AB)' = B'A'.

18
mediumSubjective

A trust fund has ₹50,000 to invest in two different types of bonds. The first bond pays 6% interest per year, and the second bond pays 8% interest per year. Using matrix multiplication, formulate a method to determine how to divide the ₹50,000 among the two types of bonds to obtain an annual total interest of ₹3,600. Justify your formulation and solve for the amounts.

19
mediumSubjective

State the property for the existence of an additive identity in matrix addition.

20
mediumSubjective

Identify the diagonal elements of the matrix A=[310 32321 431]A = \begin{bmatrix} 3 & -1 & 0 \ \frac{3}{2} & 3\sqrt{2} & 1 \ 4 & 3 & -1 \end{bmatrix}.

21
mediumSubjective

Describe the two conditions that must be met for two matrices, AA and BB, to be considered equal. Provide an example of two matrices that have the same order but are not equal.

22
mediumSubjective

Define a symmetric matrix and a skew-symmetric matrix. What is the key difference regarding their diagonal elements?

23
mediumSubjective

List the four main properties associated with the transpose of matrices.

24
mediumSubjective

What is an invertible matrix? State the condition for a matrix BB to be the inverse of a square matrix AA.

25
mediumSubjective

Define the following types of matrices, each with a unique example of a 3×33 \times 3 matrix: (i) Diagonal Matrix (ii) Scalar Matrix (iii) Identity Matrix Explain the relationship between these three types of matrices.

26
mediumSubjective

If A=[21 31]A = \begin{bmatrix} 2 & -1 \ 3 & 1 \end{bmatrix} and B=[14 02]B = \begin{bmatrix} 1 & 4 \ 0 & -2 \end{bmatrix}, calculate 3A2B3A - 2B.

27
mediumSubjective

Solve for the matrix XX if 2X+[12 34]=[38 72]2X + \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} = \begin{bmatrix} 3 & 8 \ 7 & 2 \end{bmatrix}.

28
mediumSubjective

Find the real values of aa and bb if A=[ab ba]A = \begin{bmatrix} a & b \ -b & a \end{bmatrix} and A2=[02 20]A^2 = \begin{bmatrix} 0 & 2 \ -2 & 0 \end{bmatrix}.

29
mediumSubjective

Let A=[12 34]A = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} and B=[40 12]B = \begin{bmatrix} 4 & 0 \ 1 & -2 \end{bmatrix}. Calculate ABAB and BABA and demonstrate that matrix multiplication is not commutative.

30
mediumSubjective

If A and B are square matrices of the same order, justify why (A+B)^2 = A^2 + 2AB + B^2 is not always true. Propose the necessary condition for this equality to hold.

31
mediumSubjective

Evaluate the statement: 'If A is a symmetric matrix, then A^n is also a symmetric matrix for any positive integer n.' Justify your conclusion.

32
mediumSubjective

Prove by the principle of mathematical induction that if A = \begin{bmatrix} \cos \theta & \sin \theta \ -\sin \theta & \cos \theta \end{bmatrix}, then A^n = \begin{bmatrix} \cos n\theta & \sin n\theta \ -\sin n\theta & \cos n\theta \end{bmatrix} for all n \in N.

33
mediumSubjective

Formulate a 3 \times 3 matrix A which is neither symmetric nor skew-symmetric. Then, create the symmetric matrix P and skew-symmetric matrix Q such that A = P + Q and verify your result.

34
mediumSubjective

If A and B are symmetric matrices of the same order, prove that AB - BA is a skew-symmetric matrix.

35
mediumSubjective

Propose a proof for the uniqueness of the inverse of a square matrix. That is, if a square matrix A has an inverse, prove that it is unique.

36
hardSubjective

Create a 2 \times 2 matrix A that is its own inverse (A^{-1} = A), but is not the identity matrix I.

37
hardSubjective

Explain the process of multiplying two matrices, AA and BB. What is the essential condition on their orders for the product ABAB to be defined? If matrix AA is of order m×nm \times n and matrix BB is of order n×pn \times p, what will be the order of the product matrix ABAB?

38
hardSubjective

If A is a square matrix satisfying the equation A^2 - 5A + 7I = O, prove that A is invertible and create an expression for A^{-1} in terms of A and I.

39
hardSubjective

If A is a square matrix such that A^2 = A (an idempotent matrix), prove that (I+A)^3 - 7A = I. Justify each step of the expansion.

40
hardSubjective

If A=[111 123 213]A = \begin{bmatrix} 1 & 1 & 1 \ 1 & 2 & -3 \ 2 & -1 & 3 \end{bmatrix}, calculate the value of the expression A36A2+5A+11IA^3 - 6A^2 + 5A + 11I, where I is the identity matrix of order 3, and analyze the result.

41
hardSubjective

Two families, A and B, have different monthly consumptions of rice, wheat, and sugar (in kg). Family A consumes 10 kg rice, 15 kg wheat, and 4 kg sugar. Family B consumes 12 kg rice, 18 kg wheat, and 5 kg sugar. The prices per kg are ₹40 for rice, ₹30 for wheat, and ₹45 for sugar. (i) Represent the consumption data as a 2×32 \times 3 matrix. (ii) Represent the price data as a 3×13 \times 1 matrix. (iii) Using matrix multiplication, calculate the monthly expenditure for each family.

42
hardSubjective

Explain why matrix multiplication is not commutative in general. Use a simple example of 2×22 \times 2 matrices to illustrate your explanation.

43
hardSubjective

Let A, B, and C be matrices of suitable orders such that their products are defined. Prove the distributive law A(B+C) = AB + AC.

44
hardSubjective

Show that the matrix B'AB is symmetric or skew-symmetric according as A is symmetric or skew-symmetric. Justify your proof for both cases.

45
hardSubjective

If A is an invertible square matrix, justify that (A')^{-1} = (A^{-1})'.