Question on Matrices: find det(B^T)

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
sara_87
Messages
748
Reaction score
0
just one last question on matrices, if you don't mind...

Question:

B is a 3*3 matrix det(B)= -3

find det(B^T)

(B^T is B transpose)

My Answer:

have none!

help would be greatly appreciated
 
Physics news on Phys.org
What is the relationship between the 2 determinates we are looking at here? Does 'transposing' the matrix effect the determinate? if so, how?
 
Well, to derive it, consider a general 3x3 matrix [tex]\left(\begin{array}{ccc}<br /> a&b&c\\d&e&f\\g&h&i \end{array}\right)[/tex] and expand the determinant

[tex] \left|\begin{array}{ccc}<br /> a&b&c\\d&e&f\\g&h&i \end{array}\right|=<br /> a\left|\begin{array}{cc}e&f\\h&i\end{array}\right| - b\left|\begin{array}{cc}d&f\\g&i\end{array}\right|+c\left|\begin{array}{cc}d&e\\g&h\end{array}\right|=\cdots[/tex]

Then consider the transposed matrix [tex]\left(\begin{array}{ccc}<br /> a&d&g\\b&e&h\\c&f&i \end{array}\right)[/tex] and expand this in a similar way. Compare the two results.
 
Last edited:
it's the same!
so the determinant of det(B^T) =det(B)=-3
 
thanx, my new years resolution is not to leave 200 questions till the last minute! it's nearly 2 am I'm going to finish off these ten questions...and go to sleep!