What Does Commutation Mean for Matrices A and B?

  • Thread starter Thread starter member 731016
  • Start date Start date
  • Tags Tags
    Inverse
AI Thread Summary
Commutation of matrices A and B means that they satisfy the equation A·B = B·A, which is not true for most matrices. The discussion highlights the importance of matrix inverses, noting that (A·B)⁻¹ equals B⁻¹·A⁻¹, demonstrating that the order of multiplication matters. Participants confirm the correctness of using the identity matrix in their calculations, emphasizing that both left and right identities are equivalent. The conversation encourages exploring proofs related to these properties, suggesting a methodical approach to understanding matrix operations. Overall, the thread focuses on clarifying the implications of matrix commutation and the uniqueness of inverses.
member 731016
Homework Statement
Please see below
Relevant Equations
Please see below
For this,
1682209044875.png

Dose someone pleas know where they get ##C = CI## from?

Also,
1682209425978.png

What dose it mean when A and B commute?

Many thanks!
 
Last edited by a moderator:
Physics news on Phys.org
ChiralSuperfields said:
Homework Statement: Please see below
Relevant Equations: Please see below

For this,
View attachment 325350
Dose someone pleas know where they get ##C = CI## from?

Also,
View attachment 325351
What dose it mean when A and B commute?

Many thanks!
Commuting matrices means that ##A\cdot B = B\cdot A.## Most matrices do not commute. That means
$$
(A\cdot B)^{-1} =B^{-1} \cdot A^{-1} \neq A^{-1}\cdot B^{-1} = (B\cdot A)^{-1}
$$

Inversion and transposition, too, change the order. You can see this by checking ##(A\cdot B)\cdot (A\cdot B)^{-1} =I.##
 
  • Like
Likes member 731016
fresh_42 said:
Commuting matrices means that ##A\cdot B = B\cdot A.## Most matrices do not commute. That means
$$
(A\cdot B)^{-1} =B^{-1} \cdot A^{-1} \neq A^{-1}\cdot B^{-1} = (B\cdot A)^{-1}
$$

Inversion and transposition, too, change the order. You can see this by checking ##(A\cdot B)\cdot (A\cdot B)^{-1} =I.##
Thank you for your reply @fresh_42 !

Is my checking correct ##A \cdot A^{-1} \cdot B \cdot B^{-1} = I_A \cdot I_B = I##?

Many thanks!
 
ChiralSuperfields said:
Thank you for your reply @fresh_42 !

Is my checking correct ##A \cdot A^{-1} \cdot B \cdot B^{-1} = I_A \cdot I_B = I##?

Many thanks!
Yes, but a bit short. The long version is:

\begin{align*}
(A\cdot B) \cdot (A\cdot B)^{-1}&=(A\cdot B) \cdot (B^{-1}\cdot A^{-1}) \\
&= A \cdot (B \cdot (B^{-1}\cdot A^{-1}))\\
&= A\cdot (( B\cdot B^{-1})\cdot A^{-1})\\
&= A\cdot (I\cdot A^{-1})\\
&= A \cdot A^{-1} \\
&= I
\end{align*}
This proves by using the associative law of multiplication that ##B^{-1}\cdot A^{-1}## is a inverse of ##(AB)^{-1}.##

I leave it to you to show that there cannot be more than one inverse, making ##B^{-1}\cdot A^{-1}## the inverse of ##(AB)^{-1}.## Same with the identity matrix. There can only be one so we do not need to distinguish between ##I_A## and ##I_B## or between left-identity ##I_L\cdot A=A## and right-identity ##A\cdot I_R=A.## Both are the same. This can also be proven.

These proofs are a bit like a puzzle playing around with the associative, possibly distributive law. A nice Sunday afternoon exercise. The trick is to proceed step by step and only use these laws plus the definitions, e.g. that ##I_L\cdot A=A## and ##A\cdot I_R=A.## Show that ##I_L=I_R\,!##
 
  • Informative
Likes member 731016
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