Regarding transpose of matrix products

  • Context: Undergrad 
  • Thread starter Thread starter MoreDrinks
  • Start date Start date
  • Tags Tags
    Matrix Transpose
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
MoreDrinks
Messages
45
Reaction score
0
Starting out a Lin Alg class - my prof wrote this on the board.

(ABC-1Dt)t = DC-1BtAt

On the right hand side, I get why D is D, why A and B are now both transpose, but why is C still inverse? I know the rule (D-1)t = (Dt)-1, but I do not see how the heck it applies here or what would make the original equality true.
 
Last edited:
Physics news on Phys.org
It's incorrect, it should be

[tex](ABC^{-1}D^t)^t = D (C^t)^{-1} B^t A^t[/tex]

You should ask your prof for clarification.
 
Ugh, I KNEW it was incorrect. He wrote it on the board right before we took a test - he was answering questions - so despite knowing the write answer as you put it, I wrote the wrong thing on the exam. I would have asked, but out the tests came.

This might have something to do with his being an octogenarian. Half hour late to his office hours too and forgets who the heck you are. Son of a...

Thanks for your help. Also, how do you make the script look so nice for writing math?
 
FWIW, some people write ##C^{-T}## instead of ##(C^{-1})^T## or ##(C^T)^{-1}##

Maybe you misread ##C^{-T}## as ##C^{-1}##.
 
AlephZero said:
FWIW, some people write ##C^{-T}## instead of ##(C^{-1})^T## or ##(C^T)^{-1}##

Maybe you misread ##C^{-T}## as ##C^{-1}##.

Could be - wouldn't be in keeping with his writing style though. And it wouldn't be the first mistake we've dealt with.

Thanks a bunch!