Solving "What Matrix is This?" MCQ

  • Thread starter Thread starter JonNash
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
JonNash
Messages
30
Reaction score
0

Homework Statement



The matrix
1 2 -3
2 5 -4
-3 -4 6
is a symmetric matrix by my reckoning. Although in this MCQ that is not an option. The options are
a)Hermitian
b)antisymmetric
c)orthogonal
d)idempotent

The Attempt at a Solution



Hermitian should have complex entities, we have none, so it is not Hermitian
antisymmetric should be -A=AT and this does not obey that rule, so ruled out.
orthogonal should have AT=A-1 again not in this case
idempotent should be A*A=A, again this does not obey

So what should be the answer?
 
Physics news on Phys.org
JonNash said:

Homework Statement



The matrix
1 2 -3
2 5 -4
-3 -4 6
is a symmetric matrix by my reckoning. Although in this MCQ that is not an option. The options are
a)Hermitian
b)antisymmetric
c)orthogonal
d)idempotent

The Attempt at a Solution



Hermitian should have complex entities, we have none, so it is not Hermitian
antisymmetric should be -A=AT and this does not obey that rule, so ruled out.
orthogonal should have AT=A-1 again not in this case
idempotent should be A*A=A, again this does not obey

So what should be the answer?

Who says the entries of the matrix are not complex? A real number is a complex number with imaginary part = 0.
 
Ray Vickson said:
Who says the entries of the matrix are not complex? A real number is a complex number with imaginary part = 0.

Of course, stupid me. Then it is Hermitian since if I consider all img parts to be 0 then the matrix which I previously assumed to symmetric will just become a Hermitian since the conjugate of a matrix with img part=0 is itself. Thanks Ray.