ExamBro
ExamBro
COMEDK · Maths · 21. Matrices

Given \(A = \begin{pmatrix} 1 & 2 \\ 2 & 3 \end{pmatrix}\) and \(f(x) = x^2 - 2x - 3\) then \(f(A)\) is:

  1. A Null matrix
  2. B Symmetric Matrix
  3. C Skew symmetric matrix
  4. D Identity matrix
Verified Solution

Answer & Solution

Correct Answer

(B) Symmetric Matrix

Step-by-step Solution

Detailed explanation

Given \(A = \begin{pmatrix} 1 & 2 \\\\ 2 & 3 \end{pmatrix}\) and \(f(x) = x^2 - 2x - 3\) \(f(A) = A^2 - 2A - 3I\) \(A^2 = \begin{pmatrix} 1 & 2 \\\\ 2 & 3 \end{pmatrix} \begin{pmatrix} 1 & 2 \\\\ 2 & 3 \end{pmatrix} = \begin{pmatrix} 5 & 8 \\\\ 8 & 13 \end{pmatrix}\)…