Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Matrices and Determinants question

2011 · Shift 2 · Q39
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Advanced
  3. /Mathematics
  4. /Matrices and Determinants
  5. /2011 · Shift 2 · Q39

Matrices and Determinants question

2011 · Shift 2 · Q39

JEE AdvancedMathematicsMatrices and DeterminantsNumerical+3 / −1
Let M be a 3 ×\times× 3 matrix satisfying M[010]=[−123]M\left[ {\begin{matrix} 0 \\ 1 \\ 0 \\ \end{matrix} } \right] = \left[ {\begin{matrix} { - 1} \\ 2 \\ 3 \\ \end{matrix} } \right]M​010​​=​−123​​, M[1−10]=[11−1]M\left[ {\begin{matrix} 1 \\ { - 1} \\ 0 \\ \end{matrix} } \right] = \left[ {\begin{matrix} 1 \\ 1 \\ { - 1} \\ \end{matrix} } \right]M​1−10​​=​11−1​​ and M[111]=[0012]M\left[ {\begin{matrix} 1 \\ 1 \\ 1 \\ \end{matrix} } \right] = \left[ {\begin{matrix} 0 \\ 0 \\ {12} \\ \end{matrix} } \right]M​111​​=​0012​​. Then the sum of the diagonal entries of M is ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 9

Step-by-step Solution:

  1. Define the Matrix and the Goal Let the 3 × 3 matrix M be represented as: M=[abcdefghi]M = \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix}M=​adg​beh​cfi​​ The problem asks for the sum of the diagonal entries of M, which is the trace of M, denoted as Tr(M). Tr(M) = a + e + i.

  2. Use the First Given Equation We are given the first condition: M[010]=[−123]M\begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix} = \begin{bmatrix} -1 \\ 2 \\ 3 \end{bmatrix}M​010​​=​−123​​ Performing the matrix multiplication: [abcdefghi][010]=[a(0)+b(1)+c(0)d(0)+e(1)+f(0)g(0)+h(1)+i(0)]=[beh]\begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix} \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix} = \begin{bmatrix} a(0) + b(1) + c(0) \\ d(0) + e(1) + f(0) \\ g(0) + h(1) + i(0) \end{bmatrix} = \begin{bmatrix} b \\ e \\ h \end{bmatrix}​adg​beh​cfi​​​010​​=​a(0)+b(1)+c(0)d(0)+e(1)+f(0)g(0)+h(1)+i(0)​​=​beh​​ By equating this to the given result, we find the second column of M: [beh]=[−123]\begin{bmatrix} b \\ e \\ h \end{bmatrix} = \begin{bmatrix} -1 \\ 2 \\ 3 \end{bmatrix}​beh​​=​−123​​ So, b = -1, e = 2, and h = 3. Note that e = 2 is one of the diagonal entries we need.

  3. Use the Second Given Equation The second condition is: M[1−10]=[11−1]M\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} 1 \\ 1 \\ -1 \end{bmatrix}M​1−10​​=​11−1​​ Performing the matrix multiplication: [abcdefghi][1−10]=[a(1)+b(−1)+c(0)d(1)+e(−1)+f(0)g(1)+h(−1)+i(0)]=[a−bd−eg−h]\begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix} \begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} a(1) + b(-1) + c(0) \\ d(1) + e(-1) + f(0) \\ g(1) + h(-1) + i(0) \end{bmatrix} = \begin{bmatrix} a - b \\ d - e \\ g - h \end{bmatrix}​adg​beh​cfi​​​1−10​​=​a(1)+b(−1)+c(0)d(1)+e(−1)+f(0)g(1)+h(−1)+i(0)​​=​a−bd−eg−h​​ Equating this to the given result: [a−bd−eg−h]=[11−1]\begin{bmatrix} a - b \\ d - e \\ g - h \end{bmatrix} = \begin{bmatrix} 1 \\ 1 \\ -1 \end{bmatrix}​a−bd−eg−h​​=​11−1​​ Substitute the known values of b, e, and h:

    • a - (-1) = 1 => a + 1 = 1 => a = 0. This is the first diagonal entry.
    • d - 2 = 1 => d = 3.
    • g - 3 = -1 => g = 2.
  4. Use the Third Given Equation The third condition is: M[111]=[0012]M\begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \\ 12 \end{bmatrix}M​111​​=​0012​​ Performing the matrix multiplication: [abcdefghi][111]=[a+b+cd+e+fg+h+i]\begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix} \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} a + b + c \\ d + e + f \\ g + h + i \end{bmatrix}​adg​beh​cfi​​​111​​=​a+b+cd+e+fg+h+i​​ Equating this to the given result: [a+b+cd+e+fg+h+i]=[0012]\begin{bmatrix} a + b + c \\ d + e + f \\ g + h + i \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \\ 12 \end{bmatrix}​a+b+cd+e+fg+h+i​​=​0012​​ Substitute all the known values of a, b, d, e, g, h:

    • 0 + (-1) + c = 0 => c = 1.
    • 3 + 2 + f = 0 => f = -5.
    • 2 + 3 + i = 12 => 5 + i = 12 => i = 7. This is the third diagonal entry.
  5. Construct the Matrix M and Find the Sum of Diagonal Entries We have now found all the elements of matrix M: M=[0−1132−5237]M = \begin{bmatrix} 0 & -1 & 1 \\ 3 & 2 & -5 \\ 2 & 3 & 7 \end{bmatrix}M=​032​−123​1−57​​ The diagonal entries are a = 0, e = 2, and i = 7. The sum of the diagonal entries is: Tr(M) = a + e + i = 0 + 2 + 7 = 9.

Final Answer

The sum of the diagonal entries of M is 9.

PreviousNext

More from Matrices and Determinants

  • The number of 3×3 matrices A whose entries are either 0 or 1 and for which the system A​xyz​​=​100​​ has exactly two distinct…2010 · MCQ
  • Let p be an odd prime number and Tp​ be the following set of 2×2 matrices : Tp​={A=[ac​ba​]:a,b,c∈{0,1,2,…,p−1}}…2010 · MCQ
  • Let p be an odd prime number and Tp​ be the following set of 2×2 matrices : Tp​={A=[ac​ba​]:a,b,c∈{0,1,2,…,p−1}}…2010 · MCQ
  • Let p be an odd prime number and Tp​ be the following set of 2×2 matrices : Tp​={A=[ac​ba​]:a,b,c∈{0,1,2,…,p−1}}…2010 · MCQ
  • Let k be a positive real number and let AB​=​2k−12k​−2k​​2k​12k​2k​−2k−1​​ and =​01−2k−k​​2k−10−2k​​k​2k​0​​.​…2010 · Numerical
  • Let A be the set of all 3 × 3 symmetric matrices all of whose entries are either 0 or 1. Five of these entries are 1 and four of them are 0.The number of matrices in A is2009 · MCQ
  • Let A be the set of all 3 × 3 symmetric matrices all of whose entries are either 0 or 1. Five of these entries are 1 and four of them are 0.The number of matrices A in A for which the system of linear equations A​xyz​​=​100​​…2009 · MCQ
  • Let A be the set of all 3 × 3 symmetric matrices all of whose entries are either 0 or 1. Five of these entries are 1 and four of them are 0.The number of matrices A in A for which the system of linear equations A​xyz​​=​100​​…2009 · MCQ