Proving AB and BA are Square Matrices

  • Thread starter Thread starter forty
  • Start date Start date
  • Tags Tags
    Matrix Proof
AI Thread Summary
If the matrix products AB and BA are defined, then both must be square matrices. For AB to be defined, matrix B must have n rows, resulting in AB being an m*m matrix. Conversely, for BA to be defined, B must have m columns, leading to BA being an n*n matrix. Additionally, if A is an m*n matrix and A(BA) is defined, then B must be an n*m matrix. The proofs presented appear logically sound and effectively demonstrate the properties of matrix multiplication.
forty
Messages
132
Reaction score
0
1)
Show that if matrix products AB and BA are both defines, then AB and BA are square matrices:



Let A = a m*n matrix

IF AB is defined then B must have n rows (n*?) matrix

IF BA is defined then B must have m columns making it a n*m matrix

so BA = (n*m) * (m*n) = (n*n) matrix

AB = (m*n) * (n*m) = (m*m) matrix



2)
Show that if A is an m*n matrix and A(BA) is defined, then B is an n*m matrix.



IF BA is defined and A is m*n matrix then B must be a ?*m matrix

BA produces a ?*n matrix

IF A(BA) is defined BA must be a n*n matrix

AS BA is an n*n matrix B must be a n*m matrix


Do these work as a proofs, if they even follow any logic in the first place (I'm horrid when it comes to matrices)

Any input would be greatly appreciated :)
 
Physics news on Phys.org
They look perfectly good to me.
 
love you :)
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
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