Homepage Solution manuals David S. Dummit Abstract Algebra Exercise 0.1.1(Matrices which commute with $M$)

Exercise 0.1.1(Matrices which commute with $M$)

In Exercises 1 to 4, let 𝒜 be the set of 2 × 2 matrices with real number entries. Let

M = ( 1 1 0 1 )

and let

B = { X 𝒜 𝑀𝑋 = 𝑋𝑀 }

Determine which of the following elements of 𝒜 lie in B

( 1 1 0 1 ) , ( 1 1 1 1 ) , ( 0 0 0 0 ) , ( 1 1 1 0 ) , ( 1 0 0 1 ) , ( 0 1 1 0 ) .

Answers

One can check using routine calculations that that the matrices that belong to B are

( 1 1 0 1 ) , ( 0 0 0 0 ) , ( 1 0 0 1 ) .
User profile picture
2023-12-08 02:25
Comments

Proof. Every matrix X of the form X = 𝑎𝐼 + 𝑏𝑀 ( a , b ) commute with M :

( 𝑎𝐼 + 𝑏𝑀 ) M = 𝑎𝑀 + b M 2 = M ( 𝑎𝐼 + 𝑏𝑀 ) ,

so ( 1 1 0 1 ) = M = 0 I + 1 M , ( 0 0 0 0 ) = 0 I + 0 M , and ( 1 0 0 1 ) = 1 I + 0 M , commute with M .

For the three remaining matrices

X 1 = ( 1 1 1 1 ) , X 2 = ( 1 1 1 0 ) , X 3 = ( 0 1 1 0 ) ,

we check if X i B :

X 1 M = ( 1 1 1 1 ) ( 1 1 0 1 ) = ( 1 2 1 2 ) M X 1 = ( 1 1 0 1 ) ( 1 1 1 1 ) = ( 2 2 1 1 ) , X 2 M = ( 1 1 1 0 ) ( 1 1 0 1 ) = ( 1 2 1 1 ) M X 2 = ( 1 1 0 1 ) ( 1 1 1 0 ) = ( 2 1 1 0 ) , X 3 M = ( 0 1 1 0 ) ( 1 1 0 1 ) = ( 0 1 1 1 ) M X 3 = ( 1 1 0 1 ) ( 0 1 1 0 ) = ( 1 1 1 0 ) . So X 1 , X 2 , X 3 are not in B . □
User profile picture
2025-12-24 11:50
Comments