- #1
hamsterman
- 74
- 0
The task is to prove that for no two matrices A and B, A*B - B*A = I, where I is the identity matrix.
I tried multiplying by the inverses of A or B, but that doesn't seem to lead to a more manageable form. The only way I see this could be done is by writing down all n*n (assuming n by n matrices) linear equations. It's easy to do when n = 2, but the same contradiction may not be as obvious for higher n.
I hope there is a more intelligent way to go about this.
I tried multiplying by the inverses of A or B, but that doesn't seem to lead to a more manageable form. The only way I see this could be done is by writing down all n*n (assuming n by n matrices) linear equations. It's easy to do when n = 2, but the same contradiction may not be as obvious for higher n.
I hope there is a more intelligent way to go about this.