Matrix, Prove of matrix theorem

  • Thread starter Thread starter nekteo
  • Start date Start date
  • Tags Tags
    Matrix Theorem
AI Thread Summary
The discussion focuses on proving two matrix theorems involving nonsingular matrices: (AB)^{T} = B^{T}A^{T} and (ABC)^{-1} = C^{-1}B^{-1}A^{-1}. One participant initially attempted to solve these by creating random matrices, but was advised to prove the statements for any matrices without specific examples. For the first theorem, it was suggested to consider the ijth element of the matrix and utilize properties of matrix dimensions. The second theorem can be approached by letting D = (ABC)^{-1} and manipulating the equation through multiplication. The conversation emphasizes the importance of general proofs in linear algebra.
nekteo
Messages
9
Reaction score
0
prove that if ABC are nonsingular matrices,
A) (AB)^{T} = B^{T}A^{T}
B) (ABC)^{-1} = C^{-1}B^{-1}A^{-1}

I attempted to solve it by creating a random matrices by my self and solved it, however, my teacher demand an answer without "creating" a new matrices by our self...
 
Physics news on Phys.org
Try considering the ijth element of the matrix. That is, for the first one, consider (AB)^T_{ij} and expand.
 
o! i got the 1st question... Thx!
is the 2nd ques also using the same method?

Cheers!
Kenneth
 
nekteo said:
prove that if ABC are nonsingular matrices,
A) (AB)^{T} = B^{T}A^{T}
B) (ABC)^{-1} = C^{-1}B^{-1}A^{-1}

I attempted to solve it by creating a random matrices by my self and solved it, however, my teacher demand an answer without "creating" a new matrices by our self...
Do you understand what your teacher was saying? If you "create a random matrix" and do the calculations for that matrix, then you have proved the statement is true for that matrix. You are asked to prove it is true for any matrix.
 
For the 2nd one let D=(ABC)^{-1} and then go from there
mutilyply by ABC

ABCD=(ABC)^{-1}(ABC)
ABCD=I
then proceed to multiply by A^{-1} and so forth

for the first one, I think you need to use the property that if A is a mxn matrix and B is a nxs matrix then AB is mxs matrix..then you need to say what kind of matrix would A^{T} would be.(nxm)
 
Last edited:
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top