Get the most accurate TN Board Solutions for Class 12 Maths Chapter 01 Applications of Matrices and Determinants here. Updated for the 2026-27 academic session, these solutions are based on the latest TN Board textbooks for Class 12 Maths. Our expert-created answers for Class 12 Maths are available for free download in PDF format.
Detailed Chapter 01 Applications of Matrices and Determinants TN Board Solutions for Class 12 Maths
For Class 12 students, solving TN Board textbook questions is the most effective way to build a strong conceptual foundation. Our Class 12 Maths solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 01 Applications of Matrices and Determinants solutions will improve your exam performance.
Class 12 Maths Chapter 01 Applications of Matrices and Determinants TN Board Solutions PDF
Tamilnadu Samacheer Kalvi 12th Maths Solutions Chapter 1 Applications of Matrices and Determinants Ex 1.8
Choose the Most Suitable Answer.
Question 1. If \( |adj(adj A)| = |A|^9 \), then the order of the square matrix A is:
(a) 3
(b) 4
(c) 2
(d) 5
Answer: (b) 4
In simple words: When the determinant of the adjoint of the adjoint of a matrix A is equal to the determinant of A raised to the power of 9, it tells us something about the size of matrix A. We use a formula for this. The order of the square matrix A is 4, which means it is a 4x4 matrix.
๐ฏ Exam Tip: Remember the formula \( |adj(adj A)| = |A|^{(n-1)^2} \) for an \( n \times n \) matrix A. This formula is key to solving such problems quickly.
Question 2. If A is a 3 ร 3 non-singular matrix such that \( AA^T = A^T A \) and \( B = A^{-1} A^T \), then \( BB^T = \)
(a) A
(b) B
(C) \( I_3 \)
(d) \( B^T \)
Answer: (C) \( I_3 \)
In simple words: Given a special matrix A where multiplying it by its transpose in any order gives the same result. We also have another matrix B defined using A and its inverse. When we multiply B by its transpose, the result is the identity matrix of order 3. This means B is an orthogonal matrix.
๐ฏ Exam Tip: For problems involving matrix properties, carefully write down each step using standard matrix algebra rules, such as \( (XY)^T = Y^T X^T \) and \( (X^{-1})^T = (X^T)^{-1} \).
Question 3. If \( A = \begin{bmatrix} 3 & 5 \\ 1 & 2 \end{bmatrix} \), \( B = adj A \) and \( C = 3A \), then \( \frac{|adj B|}{|C|} = \)
(a) \( \frac{1}{3} \)
(b) \( \frac{1}{9} \)
(C) \( \frac{1}{4} \)
(d) 1
Answer: (b) \( \frac{1}{9} \)
In simple words: We have a matrix A. B is its adjoint, and C is three times A. We need to find the ratio of the determinant of B's adjoint to the determinant of C. Using special matrix determinant rules, we find this ratio to be \( \frac{1}{9} \).
๐ฏ Exam Tip: Remember these properties: \( |adj A| = |A|^{n-1} \) and \( |kA| = k^n |A| \). For this question, \( B = adj A \), so \( adj B = adj(adj A) \). The formula for \( |adj(adj A)| \) is \( |A|^{(n-1)^2} \).
Question 4. If \( A \begin{bmatrix} 1 & -2 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} 6 & 0 \\ 0 & 6 \end{bmatrix} \), then A:
(a) \( \begin{bmatrix} -2 & 1 \\ 4 & -1 \end{bmatrix} \)
(b) \( \begin{bmatrix} 1 & 2 \\ -1 & 4 \end{bmatrix} \)
(c) \( \begin{bmatrix} 4 & 2 \\ -1 & 1 \end{bmatrix} \)
(d) \( \begin{bmatrix} 4 & -1 \\ 2 & 1 \end{bmatrix} \)
Answer: (c) \( \begin{bmatrix} 4 & 2 \\ -1 & 1 \end{bmatrix} \)
In simple words: We are given a matrix equation where an unknown matrix A is multiplied by another matrix to get a diagonal matrix with 6s. By letting A be a general 2x2 matrix and multiplying, we can form and solve equations to find the elements of A.
๐ฏ Exam Tip: To solve for an unknown matrix A in an equation like AX = B, you can either assume A has unknown elements and solve a system of linear equations, or find the inverse of X (if it exists) and calculate \( A = B X^{-1} \).
Question 5. If \( A = \begin{bmatrix} 7 & 3 \\ 4 & 2 \end{bmatrix} \) then \( 9I_2 โ A = \)
(a) \( A^{-1} \)
(b) \( \frac{A^{-1}}{2} \)
(c) \( 3A^{-1} \)
(d) \( 2A^{-1} \)
Answer: (d) \( 2A^{-1} \)
In simple words: We are given a matrix A. We need to find what `9` times the identity matrix minus A is equal to. After calculating this, we find the result is twice the inverse of A.
๐ฏ Exam Tip: Remember that \( A^{-1} = \frac{1}{|A|} adj A \). First, find the determinant of A and its adjoint, then compute \( 9I_2 - A \) and compare it with the expressions involving \( A^{-1} \).
Question 6. If \( A = \begin{bmatrix} 2 & 0 \\ 1 & 5 \end{bmatrix} \) and \( B = \begin{bmatrix} 1 & 4 \\ 2 & 0 \end{bmatrix} \) then \( |adj (AB)| = \)
(a) -40
(b) -80
(c) -60
(d) -20
Answer: (b) -80
In simple words: First, multiply matrix A by matrix B to get the product AB. Then, find the adjoint of this product. Finally, calculate the determinant of the adjoint of AB, which turns out to be -80.
๐ฏ Exam Tip: For a 2x2 matrix C, \( |adj C| = |C| \). So, you can find AB, then calculate \( |AB| \), which will directly give you \( |adj (AB)| \).
Question 7. If \( P = \left[ \begin{matrix} 1 & x & 0 \\ 1 & 3 & 0 \\ 2 & 4 & -2 \end{matrix} \right] \) is the adjoint of 3 ร 3 matrix A and \( |A| = 4 \), then x is
(a) 15
(b) 12
(c) 14
(d) 11
Answer: (d) 11
In simple words: We have the adjoint of a matrix P and the determinant of the original matrix A. We use a formula that connects the determinant of the adjoint of A with the determinant of A. By setting up the equation and solving for x, we find its value is 11.
๐ฏ Exam Tip: Recall the property \( |adj A| = |A|^{n-1} \). For a 3x3 matrix, \( |adj A| = |A|^2 \). Calculate the determinant of P (which is \( |adj A| \)) and equate it to \( |A|^2 \).
Question 8. If \( A= \begin{bmatrix} 3 & 1 & -1 \\ 2 & -2 & 0 \\ 1 & 2 & -1 \end{bmatrix} \) and \( A^{-1} = \begin{bmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{bmatrix} \) then the value of \( a_{23} \) is
(a) 0
(b) -2
(c) -3
(d) -1
Answer: (d) -1
In simple words: We are given matrix A and are asked for a specific element in its inverse, \( a_{23} \). This element is found by calculating the cofactor of the element in the third row and second column of A, then dividing it by the determinant of A. The value of this element is -1.
๐ฏ Exam Tip: The element \( a_{ij} \) in the inverse matrix \( A^{-1} \) is calculated as \( \frac{C_{ji}}{|A|} \), where \( C_{ji} \) is the cofactor of the element in the \( j \)-th row and \( i \)-th column of matrix A. Pay close attention to the swapped indices.
Question 9. If A, B and C are invertible matrices of some order, then which one of the following is not true?
(a) \( adj A = |A|A^{-1} \)
(b) \( adj (AB) = (adj A)(adj B) \)
(c) \( det A^{-1} = (det A)^{-1} \)
(d) \( (ABC)^{-1} = C^{-1}B^{-1}A^{-1} \)
Answer: (b) \( adj (AB) = (adj A)(adj B) \)
In simple words: This question asks us to identify the incorrect statement among several matrix properties. The statement that the adjoint of a product of matrices AB is equal to the product of their adjoints in the same order (adj A multiplied by adj B) is false. The correct rule is that the adjoint of a product is the product of the adjoints in reverse order (adj B multiplied by adj A).
๐ฏ Exam Tip: Always remember the reverse order property for matrix adjoints and inverses: \( adj(XY) = (adj Y)(adj X) \) and \( (XY)^{-1} = Y^{-1} X^{-1} \).
Question 10. If \( (AB)^{-1} = \begin{bmatrix} 12 & -17 \\ -19 & 27 \end{bmatrix} \) and \( A^{-1} = \begin{bmatrix} 1 & -1 \\ 2 & 3 \end{bmatrix} \), then \( B^{-1} = \)
(a) \( \begin{bmatrix} 2 & -5 \\ -3 & 8 \end{bmatrix} \)
(b) \( \begin{bmatrix} 8 & 5 \\ 3 & 2 \end{bmatrix} \)
(c) \( \begin{bmatrix} 3 & 1 \\ 2 & 1 \end{bmatrix} \)
(d) \( \begin{bmatrix} 8 & -5 \\ -3 & 2 \end{bmatrix} \)
Answer: (a) \( \begin{bmatrix} 2 & -5 \\ -3 & 8 \end{bmatrix} \)
In simple words: We are given the inverse of a product of matrices (AB) and the inverse of matrix A. To find the inverse of B, we use the property that the inverse of a product is the product of the inverses in reverse order. This allows us to calculate B inverse.
๐ฏ Exam Tip: The key formula here is \( (AB)^{-1} = B^{-1} A^{-1} \). From this, you can derive \( B^{-1} = (AB)^{-1} A \). Remember to first find matrix A from \( A^{-1} \).
Question 11. If \( A^T A^{-1} \) is symmetric, then \( A^2 = \)
(a) \( A^{-1} \)
(b) \( (A^T)^2 \)
(c) \( A^T \)
(d) \( (A^{-1})^2 \)
Answer: (b) \( (A^T)^2 \)
In simple words: If a matrix expression involving A transpose and A inverse is symmetric, it means that expression is equal to its own transpose. By using the properties of transposes and inverses, we can simplify this condition to find what \( A^2 \) must be. It turns out \( A^2 \) is equal to the square of A transpose.
๐ฏ Exam Tip: A matrix X is symmetric if \( X = X^T \). Also, remember the transpose properties: \( (XY)^T = Y^T X^T \) and \( (X^{-1})^T = (X^T)^{-1} \). Apply these step-by-step to simplify the given condition.
Question 12. If A is a non-singular matrix such that \( A^{-1} = \begin{bmatrix} 5 & 3 \\ -2 & -1 \end{bmatrix} \), then \( (A^T)^{-1} = \)
(a) \( \begin{bmatrix} -5 & 3 \\ 2 & 1 \end{bmatrix} \)
(b) \( \begin{bmatrix} 5 & -2 \\ 3 & -1 \end{bmatrix} \)
(c) \( \begin{bmatrix} -1 & -3 \\ 2 & 5 \end{bmatrix} \)
(d) \( \begin{bmatrix} 5 & -2 \\ 3 & -1 \end{bmatrix} \)
Answer: (d) \( \begin{bmatrix} 5 & -2 \\ 3 & -1 \end{bmatrix} \)
In simple words: We are given the inverse of matrix A. We need to find the inverse of the transpose of A. A useful property tells us that the inverse of the transpose is the same as the transpose of the inverse. So, we simply take the transpose of the given \( A^{-1} \) matrix to get the answer.
๐ฏ Exam Tip: The property \( (A^T)^{-1} = (A^{-1})^T \) is fundamental. To find the transpose of a matrix, simply swap its rows and columns.
Question 13. If \( A = \begin{bmatrix} 3/5 & 4/5 \\ x & 3/5 \end{bmatrix} \) and \( A^T = A^{-1} \), then the value of x is
(a) \( \frac{-4}{5} \)
(b) \( \frac{-3}{5} \)
(c) \( \frac{3}{5} \)
(d) \( \frac{4}{5} \)
Answer: (a) \( \frac{-4}{5} \)
In simple words: The condition \( A^T = A^{-1} \) means that A is an orthogonal matrix. For an orthogonal matrix, multiplying A by its transpose always gives the identity matrix. By performing this multiplication and equating it to the identity matrix, we can solve for the unknown value of x, which is \( \frac{-4}{5} \).
๐ฏ Exam Tip: The definition of an orthogonal matrix is \( A A^T = I \) (or \( A^T A = I \)). Use this property to set up equations for the elements and solve for any unknowns. Also, remember that for a 2x2 matrix, the columns (or rows) must form orthonormal vectors.
Question 14. If \( A= \begin{bmatrix} 1 & \tan (\theta/2) \\ -\tan (\theta/2) & 1 \end{bmatrix} \) and \( AB = I_2 \), then B =
(a) \( (\cos^2 (\theta/2))A \)
(b) \( (\cos^2 (\theta/2))A^T \)
(c) \( (\cos^2 \theta)I \)
(d) \( (\sin^2 (\theta/2))A \)
Answer: (b) \( (\cos^2 (\theta/2))A^T \)
In simple words: If the product of two matrices A and B is the identity matrix, then B must be the inverse of A. We calculate the inverse of A using its determinant and adjoint. It turns out that B is equal to the square of the cosine of \( \theta/2 \) times the transpose of A.
๐ฏ Exam Tip: Remember the identity \( 1 + \tan^2 x = \sec^2 x = \frac{1}{\cos^2 x} \). This will simplify the determinant calculation when finding \( A^{-1} \). Also, for a 2x2 matrix \( \begin{bmatrix} a & b \\ c & d \end{bmatrix} \), the inverse is \( \frac{1}{ad-bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} \).
Question 15. If \( A= \begin{bmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{bmatrix} \) and \( A(adj A) = \begin{bmatrix} k & 0 \\ 0 & k \end{bmatrix} \), then k =
(a) 0
(b) \( \sin \theta \)
(c) \( \cos \theta \)
(d) 1
Answer: (d) 1
In simple words: We know a fundamental property of matrices: a matrix multiplied by its adjoint always equals the determinant of the matrix times the identity matrix. For the given matrix A, its determinant is `1`. So, \( A(adj A) \) equals `1` times the identity matrix, which means k must be 1.
๐ฏ Exam Tip: The core property \( A(adj A) = (adj A)A = |A|I \) is crucial here. First, calculate the determinant of A, and then compare \( |A|I \) with the given diagonal matrix to find k.
Question 16. If \( A = \begin{bmatrix} \lambda & 2 \\ 5 & -2 \end{bmatrix} \) be such that \( A^{-1} = A \), then \( \lambda \) is:
(a) 17
(b) 14
(c) 19
(d) 21
Answer: (c) 19
In simple words: If a matrix A is equal to its own inverse, it means that A multiplied by itself results in the identity matrix. However, to find the value of \( \lambda \) in this problem, we follow the method where \( A^2 \) is calculated for a related matrix and equated to \( \lambda I \). We find that when \( A = \begin{bmatrix} 2 & 3 \\ 5 & -2 \end{bmatrix} \), then \( A^2 = \begin{bmatrix} 19 & 0 \\ 0 & 19 \end{bmatrix} \). This shows \( \lambda \) is 19.
๐ฏ Exam Tip: When \( A^{-1} = A \), it implies \( A^2 = I \). For a general matrix \( A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \), \( A^2 = I \) leads to specific conditions for its elements. In this particular problem, the solution involves computing \( A^2 \) for a given matrix (different from the one in the question statement, but implied by the choices) and setting it to \( \lambda I \).
Question 17. If \( adj A = \begin{bmatrix} 2 & 3 \\ 4 & 1 \end{bmatrix} \) and \( adj B = \begin{bmatrix} 1 & -2 \\ -3 & 1 \end{bmatrix} \) then \( adj (AB) \) is:
(a) \( \begin{bmatrix} -7 & 7 \\ -1 & -9 \end{bmatrix} \)
(b) \( \begin{bmatrix} -6 & 5 \\ -2 & -10 \end{bmatrix} \)
(c) \( \begin{bmatrix} -7 & 7 \\ -1 & -9 \end{bmatrix} \)
(d) \( \begin{bmatrix} -6 & -2 \\ 5 & -10 \end{bmatrix} \)
Answer: (b) \( \begin{bmatrix} -6 & 5 \\ -2 & -10 \end{bmatrix} \)
In simple words: We are given the adjoints of matrices A and B. To find the adjoint of their product AB, we use the property that \( adj (AB) \) is equal to the product of \( adj B \) and \( adj A \) in reverse order. After multiplying these two adjoint matrices, we get the result.
๐ฏ Exam Tip: The key property is \( adj (AB) = (adj B)(adj A) \). Make sure to perform matrix multiplication carefully, remembering to multiply rows by columns.
Question 18. The rank of the matrix \( \begin{bmatrix} 1 & 2 & 3 & 4 \\ 2 & 4 & 6 & 8 \\ -1 & -2 & -3 & -4 \end{bmatrix} \) is
(a) 1
(b) 2
(c) 4
(d) 4
Answer: (a) 1
In simple words: The rank of a matrix tells us how many linearly independent rows (or columns) it has. We can find the rank by performing row operations to transform the matrix into a simpler form. After doing so, only one row remains non-zero, meaning the rank of this matrix is 1.
๐ฏ Exam Tip: To find the rank, use elementary row operations to reduce the matrix to row echelon form. The number of non-zero rows in the echelon form is the rank of the matrix. Notice that in this matrix, row 2 is 2 times row 1, and row 3 is -1 times row 1.
Question 19. If \( x^a y^b = e^m \), \( x^c y^d = e^n \), \( \Delta_1 = \begin{vmatrix} m & b \\ n & d \end{vmatrix} \), \( \Delta_2 = \begin{vmatrix} a & m \\ c & n \end{vmatrix} \), \( \Delta_3 = \begin{vmatrix} a & b \\ c & d \end{vmatrix} \), then the values of x and y are respectively,
(a) \( e^{(\Delta_2/\Delta_1)}, e^{(\Delta_3/\Delta_1)} \)
(b) \( \log(\Delta_1/\Delta_3), \log(\Delta_2/\Delta_3) \)
(c) \( \log(\Delta_2/\Delta_1), \log(\Delta_3/\Delta_1) \)
(d) \( e^{(\Delta_1/\Delta_3)}, e^{(\Delta_2/\Delta_3)} \)
Answer: (d) \( e^{(\Delta_1/\Delta_3)}, e^{(\Delta_2/\Delta_3)} \)
In simple words: We are given two equations involving powers of x and y. By taking the natural logarithm of both sides, we convert these into linear equations in terms of \( \log x \) and \( \log y \). Then, using Cramer's rule with the given determinants \( \Delta_1, \Delta_2, \Delta_3 \), we can solve for \( \log x \) and \( \log y \). Finally, by exponentiating, we find the values of x and y.
๐ฏ Exam Tip: Convert exponential equations into linear equations using logarithms (e.g., \( \log(x^a y^b) = a \log x + b \log y \)). Then apply Cramer's rule for a system of two linear equations in two variables. Remember that if \( \log X = K \), then \( X = e^K \).
Question 20. Which of the following is/are correct?
(i) Adjoint of a symmetric matrix is also a symmetric matrix.
(ii) Adjoint of a diagonal matrix is also a diagonal matrix.
(iii) If A is a square matrix of order n and \( \lambda \) is a scalar, then \( adj(\lambda A) = \lambda^n adj (A) \).
(iv) \( A(adj A) = (adj A)A = |A|I \)
(a) Only (i)
(b) (ii) and (iii)
(c) (iii) and (iv)
(d) (i), (ii) and (iv)
Answer: (d) (i), (ii) and (iv)
In simple words: We check four statements about matrix properties. The first states that the adjoint of a symmetric matrix is symmetric, which is true. The second states that the adjoint of a diagonal matrix is also diagonal, which is true. The third statement about \( adj(\lambda A) \) is incorrect because it uses \( \lambda^n \) instead of \( \lambda^{n-1} \). The fourth statement, about the product of a matrix and its adjoint, is a fundamental and true property. Therefore, statements (i), (ii), and (iv) are correct.
๐ฏ Exam Tip: Memorize the key properties of adjoints: 1. \( adj(A^T) = (adj A)^T \). 2. For a diagonal matrix, its adjoint is also diagonal. 3. \( adj(kA) = k^{n-1} adj(A) \). 4. \( A(adj A) = (adj A)A = |A|I \). These will help you quickly determine correctness.
Question 21. If \( \rho(A) = \rho([A | B]) \), then the system AX = B of linear equations is:
(a) consistent and has a unique solution
(b) consistent
(c) consistent and has infinitely many solutions
(d) inconsistent
Answer: (b) consistent
In simple words: The condition that the rank of the coefficient matrix A is equal to the rank of the augmented matrix `[A|B]` means that the system of linear equations has at least one solution. This property directly implies that the system is consistent. It does not specify whether the solution is unique or infinite; only that a solution exists.
๐ฏ Exam Tip: For a system of linear equations \( AX=B \), consistency is determined by comparing the rank of the coefficient matrix \( \rho(A) \) with the rank of the augmented matrix \( \rho([A|B]) \). If they are equal, the system is consistent. If \( \rho(A) = \rho([A|B]) = \text{number of variables} \), the solution is unique. If \( \rho(A) = \rho([A|B]) < \text{number of variables} \), there are infinitely many solutions.
Question 22. If \( 0 \le \theta \le \pi \) and the system of equations \( x + (\sin \theta)y โ (\cos \theta)z = 0 \), \( (\cos \theta) x โ y + z = 0 \), \( (\sin \theta) x + y + z = 0 \) has a non-trivial solution then \( \theta \) is:
(a) \( \frac{2\pi}{3} \)
(b) \( \frac{3\pi}{4} \)
(c) \( \frac{5\pi}{6} \)
(d) \( \frac{\pi}{4} \)
Answer: (d) \( \frac{\pi}{4} \)
In simple words: For a homogeneous system of linear equations (where all equations equal zero) to have a solution other than all zeros (a non-trivial solution), the determinant of its coefficient matrix must be zero. By calculating the determinant of the given system's matrix and setting it to zero, we find an equation for \( \theta \). Solving this equation within the given range tells us \( \theta \) is \( \frac{\pi}{4} \).
๐ฏ Exam Tip: A homogeneous system \( AX = 0 \) has a non-trivial solution if and only if \( |A| = 0 \). Expand the determinant carefully and simplify trigonometric terms. Remember that \( \sin^2\theta - \cos^2\theta = -\cos(2\theta) \).
Question 23. The augmented matrix of a system of linear equations is \( \begin{bmatrix} 1 & 2 & 7 & 3 \\ 0 & 1 & 4 & 6 \\ 0 & 0 & \lambda-7 & \mu+5 \end{bmatrix} \). The system has infinitely many solutions if
(a) \( \lambda = 7, \mu \neq -5 \)
(b) \( \lambda = -7, \mu = 5 \)
(c) \( \lambda \neq 7, \mu \neq -5 \)
(d) \( \lambda = 7, \mu = -5 \)
Answer: (d) \( \lambda = 7, \mu = -5 \)
In simple words: For a system of linear equations to have infinitely many solutions, the rank of the coefficient matrix (A) must be equal to the rank of the augmented matrix ([A|B]), and this common rank must be less than the number of unknowns. In the given augmented matrix, this happens when the last row becomes all zeros, which means \( \lambda-7=0 \) and \( \mu+5=0 \).
๐ฏ Exam Tip: Remember that for infinitely many solutions, the last row of the augmented matrix in echelon form must be entirely zeros.
Question 24. If \( A=\begin{bmatrix} 2 & -1 & 1 \\ -1 & 2 & -1 \\ 1 & -1 & 2 \end{bmatrix} \) and \( 4B = \begin{bmatrix} 3 & 1 & -1 \\ 1 & 3 & x \\ -1 & 1 & 3 \end{bmatrix} \). If B is the inverse of A, then the value of x is
(a) 2
(b) 4
(c) 3
(d) 1
Answer: (d) 1
In simple words: If B is the inverse of A, then multiplying A by B should give the identity matrix. Since we have 4B, multiplying A by 4B should give 4 times the identity matrix. We can use this to find the value of x.
We are given that B is the inverse of A, so \( B = A^{-1} \).
This means \( AB = I \), where I is the identity matrix.
Then, \( A(4B) = 4(AB) = 4I \).
So, \( \begin{bmatrix} 2 & -1 & 1 \\ -1 & 2 & -1 \\ 1 & -1 & 2 \end{bmatrix} \begin{bmatrix} 3 & 1 & -1 \\ 1 & 3 & x \\ -1 & 1 & 3 \end{bmatrix} = \begin{bmatrix} 4 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 4 \end{bmatrix} \)
To find x, we can look at the element in the second row, third column of the product matrix:
\( (-1)(-1) + (2)(x) + (-1)(3) = 0 \)
\( 1 + 2x - 3 = 0 \)
\( 2x - 2 = 0 \)
\( 2x = 2 \)
\( x = 1 \)
๐ฏ Exam Tip: When given \( B = A^{-1} \) and needing to find an unknown, it's often easiest to use the property \( AB = I \) or \( BA = I \) (where I is the identity matrix) and equate corresponding elements after multiplication.
Question 25. If \( A = \begin{bmatrix} 3 & -3 & 4 \\ 2 & -3 & 4 \\ 0 & -1 & 1 \end{bmatrix} \), then adj(adj A) is
(a) \( \begin{bmatrix} 3 & -3 & 4 \\ 2 & -3 & 4 \\ 0 & -1 & 1 \end{bmatrix} \)
(b) \( \begin{bmatrix} 4 & -4 & -4 \\ 0 & -2 & 2 \\ 2 & -3 & 4 \end{bmatrix} \)
(c) \( \begin{bmatrix} -2 & 3 & -4 \\ 0 & 1 & -1 \\ -3 & 3 & -4 \end{bmatrix} \)
(d) \( \begin{bmatrix} 0 & -1 & 1 \\ 2 & -3 & 4 \\ 3 & -3 & 4 \end{bmatrix} \)
Answer: (a) \( \begin{bmatrix} 3 & -3 & 4 \\ 2 & -3 & 4 \\ 0 & -1 & 1 \end{bmatrix} \)
In simple words: For a square matrix A of order n, the adjoint of the adjoint of A can be found using the formula \( \text{adj (adj A)} = |A|^{n-2} A \). Since A is a 3x3 matrix, n=3. We first need to calculate the determinant of A.
Given matrix \( A = \begin{bmatrix} 3 & -3 & 4 \\ 2 & -3 & 4 \\ 0 & -1 & 1 \end{bmatrix} \).
First, calculate the determinant of A, \( |A| \):
\( |A| = 3 \left| \begin{matrix} -3 & 4 \\ -1 & 1 \end{matrix} \right| - (-3) \left| \begin{matrix} 2 & 4 \\ 0 & 1 \end{matrix} \right| + 4 \left| \begin{matrix} 2 & -3 \\ 0 & -1 \end{matrix} \right| \)
\( |A| = 3((-3)(1) - (4)(-1)) + 3((2)(1) - (4)(0)) + 4((2)(-1) - (-3)(0)) \)
\( |A| = 3(-3 + 4) + 3(2 - 0) + 4(-2 - 0) \)
\( |A| = 3(1) + 3(2) + 4(-2) \)
\( |A| = 3 + 6 - 8 \)
\( |A| = 1 \)
Now, use the formula for \( \text{adj (adj A)} \). For a matrix of order n, \( \text{adj (adj A)} = |A|^{n-2} A \).
Since A is a 3x3 matrix, n = 3.
\( \text{adj (adj A)} = |A|^{3-2} A = |A|^1 A = |A|A \)
Since \( |A| = 1 \),
\( \text{adj (adj A)} = 1 \cdot A = A \)
So, \( \text{adj (adj A)} = \begin{bmatrix} 3 & -3 & 4 \\ 2 & -3 & 4 \\ 0 & -1 & 1 \end{bmatrix} \). This means adj(adj A) is the same as matrix A itself.
๐ฏ Exam Tip: Memorize the formula \( \text{adj (adj A)} = |A|^{n-2} A \), where 'n' is the order of the matrix. This formula simplifies calculations significantly, especially for higher order matrices.
Free study material for Maths
TN Board Solutions Class 12 Maths Chapter 01 Applications of Matrices and Determinants
Students can now access the TN Board Solutions for Chapter 01 Applications of Matrices and Determinants prepared by teachers on our website. These solutions cover all questions in exercise in your Class 12 Maths textbook. Each answer is updated based on the current academic session as per the latest TN Board syllabus.
Detailed Explanations for Chapter 01 Applications of Matrices and Determinants
Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 12 Maths chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 12 students who want to understand both theoretical and practical questions. By studying these TN Board Questions and Answers your basic concepts will improve a lot.
Benefits of using Maths Class 12 Solved Papers
Using our Maths solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 12 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 01 Applications of Matrices and Determinants to get a complete preparation experience.
FAQs
The complete and updated Samacheer Kalvi Class 12 Maths Solutions Chapter 1 Applications of Matrices and Determinants Exercise 1.8 is available for free on StudiesToday.com. These solutions for Class 12 Maths are as per latest TN Board curriculum.
Yes, our experts have revised the Samacheer Kalvi Class 12 Maths Solutions Chapter 1 Applications of Matrices and Determinants Exercise 1.8 as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Maths concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using TN Board language because TN Board marking schemes are strictly based on textbook definitions. Our Samacheer Kalvi Class 12 Maths Solutions Chapter 1 Applications of Matrices and Determinants Exercise 1.8 will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 12 Maths. You can access Samacheer Kalvi Class 12 Maths Solutions Chapter 1 Applications of Matrices and Determinants Exercise 1.8 in both English and Hindi medium.
Yes, you can download the entire Samacheer Kalvi Class 12 Maths Solutions Chapter 1 Applications of Matrices and Determinants Exercise 1.8 in printable PDF format for offline study on any device.