Matrix HELP! - Finding Matrices for AM = -MA

  • Context: Undergrad 
  • Thread starter Thread starter theacerf1
  • Start date Start date
  • Tags Tags
    Matrices Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
theacerf1
Messages
14
Reaction score
0
Matrix HELP!

Ok this question is in a cd quiz from a textbook, i have no idea what the question even means or how to do it. Please help!

Let M =

 7 −3
15 −7 .

Find all 2 × 2 matrices

A =
[ a b
b d ]

such that AM = −MA.
(Note that the solutions wanted should have equal (1, 2)- and (2, 1)-entries b.)
 
Physics news on Phys.org


M =
[7 -3
15 -7]

a 2x2 matrix
 


Did you even try? It is really just a matter of computation.

[tex]\begin{bmatrix}a & b \\ b & d\end{bmatrix}\begin{bmatrix}7 & -3 \\ 15 & -7\end{bmatrix}[/tex]
[tex]= \begin{bmatrix}7a+ 15b & -3a- 7b \\ 7b+ 15d & -3b- 7d\end{bmatrix}[/tex]
[tex]= -\begin{bmatrix}7 & -3 \\ 15 & -7\end{bmatrix}\begin{bmatrix}a & b \\ b & d\end{bmatrix}[/tex]
[tex]= \begin{bmatrix}-7a+ 3b & -7b+ 3d \\ -15a+ 7b & -15b+ 7d\end{bmatrix}[/tex]

So you must have 7a+ 15b= -7a+ 3b, -3a- 7b= -7b+ 3d, 7b+ 15d= -15a+ 7d, and -3b- 7d= -15b+ 7d.
 
Last edited by a moderator: