When will $AB=BA$?

$\begingroup$

Given two square matrices $A,B$ with same dimension, what conditions will lead to this result? Or what result will this condition lead to? I thought this is a quite simple question, but I can find little information about it. Thanks.

$\endgroup$ 2

4 Answers

$\begingroup$

If $A,B$ are diagonalizable, they commute if and only if they are simultaneously diagonalizable. For a proof, see here. This, of course, means that they have a common set of eigenvectors.

If $A,B$ are normal (i.e., unitarily diagonalizable), they commute if and only if they are simultaneously unitarily diagonalizable. A proof can be done by using the Schur decomposition of a commuting family. This, of course, means that they have a common set of orthonormal eigenvectors.

$\endgroup$ $\begingroup$

This is too long for a comment, so I posted it as an answer.

I think it really depends on what $A$ or $B$ is. For example, if $A=cI$ where $I$ is the identity matrix, then $AB=BA$ for all matrices $B$. In fact, the converse is true:

If $A$ is an $n\times n$ matrix such that $AB=BA$ for all $n\times n$ matrices $B$, then $A=c I$ for some constant $c$.

Therefore, if $A$ is not in the form of $c I$, there must be some matrix $B$ such that $AB\neq BA$.

$\endgroup$ 0 $\begingroup$

Here are some different cases I can think of:

  1. $A=B$.
  2. Either $A=cI$ or $B=cI$, as already stated by Paul.
  3. $A$ and $B$ are both diagonal matrices.
  4. There exists an invertible matrix $P$ such that $P^{-1}AP$ and $P^{-1}BP$ are both diagonal.
$\endgroup$ 1 $\begingroup$

There is actually a sufficient and necessary condition for $M_n(\mathbb{C})$:

Let $J$ be the Jordan canonical form of a complex matrix $A$, i.e., $$ A=PJP^{-1}=P\mathrm{diag}(J_1,\cdots,J_s)P^{-1} $$ where $$ J_i=\lambda_iI+N_i=\left(\begin{matrix} \lambda_i & & &\\ 1 & \ddots & & \\ & \ddots & \ddots & \\ & & 1 & \lambda_i \end{matrix}\right). $$ Then the matrices commutable with $A$ have the form of $$ B=PB_1P^{-1}=P(B_{ij})P^{-1} $$ where $B_1=(B_{ij})$ has the same blocking as $J$, and $$ B_{ij}=\begin{cases} 0 &\mbox{if } \lambda_i\ne\lambda_j\\ \mbox{a }\unicode{x201C}\mbox{lower-triangle-layered matrix''} & \mbox{if } \lambda_i=\lambda_j \end{cases} $$

The reference is my textbook of linear algebra, though not in English. Here is an example in the book:

enter image description here

The main part in the proof is to compare the corresponding entries in both sides of the equation $N_iB_{ij}=B_{ij}N_j$ when $\lambda_i=\lambda_j$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like