All Exams Test series for 1 year @ ₹349 only
Question

The matrix  is \(\left[ {\begin{array}{c} 0&{ - 4 + i}\\ {4 + i}&0 \end{array}} \right]\)

This question was previously asked in
NDA II 2015 GAT Previous Year Paper (16-Dec-2015)
The correct answer is

Skew-Hermitian

Analyzing the Given Matrix

The question asks us to classify the given matrix:

\( A = \left[ {\begin{array}{c} 0&{ - 4 + i}\\ {4 + i}&0 \end{array}} \right] \)

We need to determine if this matrix is symmetric, skew-symmetric, Hermitian, or Skew-Hermitian. Since the matrix contains complex numbers (the imaginary unit \(i\)), we should pay close attention to the definitions involving complex conjugates.

Understanding Matrix Properties

Let's define the relevant properties for complex matrices:

  • Symmetric Matrix: A square matrix \(A\) is symmetric if \(A^T = A\), where \(A^T\) is the transpose of \(A\).
  • Skew-Symmetric Matrix: A square matrix \(A\) is skew-symmetric if \(A^T = -A\).
  • Hermitian Matrix: A square matrix \(A\) is Hermitian if \(A^\dagger = A\), where \(A^\dagger\) is the conjugate transpose (or adjoint) of \(A\). The conjugate transpose \(A^\dagger\) is obtained by taking the transpose of the complex conjugate of \(A\), i.e., \(A^\dagger = (A^*)^T\) or \(A^\dagger = (A^T)^*\). The complex conjugate \(A^*\) is obtained by replacing each element \(a_{jk}\) with its complex conjugate \(\overline{a_{jk}}\).
  • Skew-Hermitian Matrix: A square matrix \(A\) is Skew-Hermitian if \(A^\dagger = -A\).

For matrices with complex entries, the concepts of Hermitian and Skew-Hermitian are more fundamental than symmetric and skew-symmetric, as they involve conjugation which is crucial for complex numbers.

Calculating Matrix Transpose and Conjugate Transpose

Let's calculate the transpose and conjugate transpose of the given matrix \(A\).

The given matrix is:

\( A = \left[ {\begin{array}{c} 0&{ - 4 + i}\\ {4 + i}&0 \end{array}} \right] \)

Transpose (\(A^T\))

To find the transpose, we swap rows and columns:

\( A^T = \left[ {\begin{array}{c} 0&{4 + i}\\ { - 4 + i}&0 \end{array}} \right] \)

Comparing \(A^T\) with \(A\), we see they are not equal. \(A^T \ne A\). Also, \(A^T \ne -A\). So, the matrix is neither symmetric nor skew-symmetric in the standard sense applied to complex matrices.

Complex Conjugate (\(A^*\))

To find the complex conjugate, we replace each element \(a_{jk}\) with its complex conjugate \(\overline{a_{jk}}\). Recall that for a complex number \(z = x + iy\), its conjugate is \(\overline{z} = x - iy\).

  • \(\overline{0} = 0\)
  • \(\overline{-4 + i} = -4 - i\)
  • \(\overline{4 + i} = 4 - i\)

So, the complex conjugate matrix \(A^*\) is:

\( A^* = \left[ {\begin{array}{c} \overline{0}&{\overline{- 4 + i}}\\ {\overline{4 + i}}&{\overline{0}} \end{array}} \right] = \left[ {\begin{array}{c} 0&{- 4 - i}\\ {4 - i}&0 \end{array}} \right] \)

Conjugate Transpose (\(A^\dagger\))

To find the conjugate transpose \(A^\dagger\), we take the transpose of \(A^*\):

\( A^\dagger = (A^*)^T = \left[ {\begin{array}{c} 0&{4 - i}\\ {- 4 - i}&0 \end{array}} \right] \)

Checking for Hermitian or Skew-Hermitian Properties

Is \(A\) Hermitian?

A matrix \(A\) is Hermitian if \(A^\dagger = A\).

We have \(A^\dagger = \left[ {\begin{array}{c} 0&{4 - i}\\ {- 4 - i}&0 \end{array}} \right]\) and \(A = \left[ {\begin{array}{c} 0&{ - 4 + i}\\ {4 + i}&0 \end{array}} \right]\).

Clearly, \(A^\dagger \ne A\). So, the matrix is not Hermitian.

Is \(A\) Skew-Hermitian?

A matrix \(A\) is Skew-Hermitian if \(A^\dagger = -A\).

Let's calculate \(-A\):

\( -A = -1 \times \left[ {\begin{array}{c} 0&{ - 4 + i}\\ {4 + i}&0 \end{array}} \right] = \left[ {\begin{array}{c} -1 \times 0&{-1 \times (- 4 + i)}\\ {-1 \times (4 + i)}&{-1 \times 0} \end{array}} \right] = \left[ {\begin{array}{c} 0&{4 - i}\\ {- 4 - i}&0 \end{array}} \right] \)

Now, let's compare \(A^\dagger\) and \(-A\):

\( A^\dagger = \left[ {\begin{array}{c} 0&{4 - i}\\ {- 4 - i}&0 \end{array}} \right] \)

\( -A = \left[ {\begin{array}{c} 0&{4 - i}\\ {- 4 - i}&0 \end{array}} \right] \)

We see that \(A^\dagger = -A\).

Therefore, the given matrix is a Skew-Hermitian matrix.

Conclusion

Based on our calculations, the given matrix satisfies the condition \(A^\dagger = -A\). This is the definition of a Skew-Hermitian matrix.

Revision Table: Matrix Properties

Property Condition Applies to (Generally)
Symmetric \(A^T = A\) Real matrices
Skew-Symmetric \(A^T = -A\) Real matrices
Hermitian \(A^\dagger = A\) Complex matrices
Skew-Hermitian \(A^\dagger = -A\) Complex matrices

Additional Information on Matrix Classification

When dealing with matrices containing complex numbers, the concepts of Hermitian and Skew-Hermitian are generalizations of symmetric and skew-symmetric matrices from the real case. For a real matrix (where all entries are real numbers), the complex conjugate of any element is just the element itself (\(\overline{a_{jk}} = a_{jk}\)). In this case, \(A^* = A\), and thus \(A^\dagger = (A^*)^T = A^T\).

  • If \(A\) is a real matrix, \(A^\dagger = A^T\).
    • The condition for Hermitian (\(A^\dagger = A\)) becomes \(A^T = A\), which is the definition of a real symmetric matrix.
    • The condition for Skew-Hermitian (\(A^\dagger = -A\)) becomes \(A^T = -A\), which is the definition of a real skew-symmetric matrix.

This shows that Hermitian and Skew-Hermitian matrices are the appropriate classifications when complex entries are involved, encompassing the real symmetric and skew-symmetric cases as special instances.

Was this answer helpful?

Similar Questions

  1. Which one of the following matrices is an elementary matrix?

  2. What is the order of \(\left[ {{\rm{x\;\;y\;\;z}}} \right]\left[ {\begin{array}{*{20}{c}} {\rm{a}}&{\rm{h}}&{\rm{g}}\\ {\rm{h}}&{\rm{b}}&{\rm{f}}\\ {\rm{g}}&{\rm{f}}&{\rm{c}} \end{array}} \right]\left[ {\begin{array}{*{20}{c}} {\rm{x}}\\ {\rm{y}}\\ {\rm{z}} \end{array}} \right]?\)

  3. If X is a matrix of order 3 × 3, Y is a matrix of order 2 × 3 and Z is a matrix of order 3 × 2, then which of the following are correct?

    1. (ZY)X is a square matrix having 9 entries.

    2. Y(XZ) is a square matrix having 4 entries.

    3. X(YZ) is not defined.

    Select the correct answer using the code given below :

  4. What is P equal to ?

  5. What is Q equal to ?

  6. What is the minimum value of determinant of A ?

  7. How many distinct matrices exist with all four entries taken from (1, 2)?

  8. If matrix \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} {1 - {\rm{i}}}&{\rm{i}}\\ { - {\rm{i}}}&{1 - {\rm{i}}} \end{array}} \right]\)  where  \(\rm i = \sqrt {-1},\)  then which one of the following is correct?

  9. If \(A = \left[ {\begin{array}{} 0&1\\ 1&0 \end{array}} \right],\) then the matrix A is a/an

  10. If A and B are square matrices of order 2 such that det(AB) = det(BA), then which one of the following is correct?


Important Questions from Types of Matrices

  1. 2 Dimensional array (Matrices) with relatively high proportion of zero entries are called ______ while with low proportion of zero entries are called ______.

  2. Which one of the following matrices is an elementary matrix?

  3. Let \(A = \left[ {\begin{array}{*{20}{c}} 1&1&3\\ 5&2&6\\ { - 2}&{ - 1}&{ - 3} \end{array}} \right]\), then A is

  4. Let A be an n × n matrix from the set of numbers and A3 - 3A2 + 4A - 6I = 0 where I is an n × n unit matrix. If A-1 exists, then

  5. What is the order of \(\left[ {{\rm{x\;\;y\;\;z}}} \right]\left[ {\begin{array}{*{20}{c}} {\rm{a}}&{\rm{h}}&{\rm{g}}\\ {\rm{h}}&{\rm{b}}&{\rm{f}}\\ {\rm{g}}&{\rm{f}}&{\rm{c}} \end{array}} \right]\left[ {\begin{array}{*{20}{c}} {\rm{x}}\\ {\rm{y}}\\ {\rm{z}} \end{array}} \right]?\)

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
767 Attempts
4.7(129)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App