Practice Questions
Matrices
If , calculate the values of and .
Define a zero matrix (or null matrix). Can a zero matrix be a square matrix? Give an example of a zero matrix.
Construct a matrix whose elements are given by the formula .
If matrix A has order and matrix B has order , analyze the orders of the product matrices AB and BA to determine which one is defined and what its order is.
Explain the concept of 'order of a matrix'. Given the matrix , identify its order and the total number of elements.
Define a row matrix and give one example.
Justify why for any square matrix A, the matrix A - A' is always a skew-symmetric matrix.
Find the transpose of the matrix .
Create two non-zero 2 \times 2 matrices A and B such that their product AB is a zero matrix.
If a matrix has 7 elements, list all its possible orders.
What is the condition for a matrix to be a square matrix?
Summarize the rules for (a) addition of two matrices and (b) multiplication of a matrix by a scalar. Given and , find and .
Express the matrix as the sum of a symmetric and a skew-symmetric matrix.
If and , find the value of such that .
Solve the following matrix equations to find the matrices and :
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.
For the matrices and , analyze and verify that .
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.
State the property for the existence of an additive identity in matrix addition.
Identify the diagonal elements of the matrix .
Describe the two conditions that must be met for two matrices, and , to be considered equal. Provide an example of two matrices that have the same order but are not equal.
Define a symmetric matrix and a skew-symmetric matrix. What is the key difference regarding their diagonal elements?
List the four main properties associated with the transpose of matrices.
What is an invertible matrix? State the condition for a matrix to be the inverse of a square matrix .
Define the following types of matrices, each with a unique example of a matrix: (i) Diagonal Matrix (ii) Scalar Matrix (iii) Identity Matrix Explain the relationship between these three types of matrices.
If and , calculate .
Solve for the matrix if .
Find the real values of and if and .
Let and . Calculate and and demonstrate that matrix multiplication is not commutative.
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.
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.
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.
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.
If A and B are symmetric matrices of the same order, prove that AB - BA is a skew-symmetric matrix.
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.
Create a 2 \times 2 matrix A that is its own inverse (A^{-1} = A), but is not the identity matrix I.
Explain the process of multiplying two matrices, and . What is the essential condition on their orders for the product to be defined? If matrix is of order and matrix is of order , what will be the order of the product matrix ?
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.
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.
If , calculate the value of the expression , where I is the identity matrix of order 3, and analyze the result.
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 matrix. (ii) Represent the price data as a matrix. (iii) Using matrix multiplication, calculate the monthly expenditure for each family.
Explain why matrix multiplication is not commutative in general. Use a simple example of matrices to illustrate your explanation.
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.
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.
If A is an invertible square matrix, justify that (A')^{-1} = (A^{-1})'.