Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
36
1
avatar+68 

Find all 2 x 2 matrices A that have the property that for any 2 x 2 matrix B, AB=BA.

 May 31, 2024
 #1
avatar+130466 
+1

Let A  =  [  1  0 ]             Let B  = [ a  b ]

              [  0  1 ]                           [ c  d ]

 

AB  =  [ a  b]

           [ c  d ]

 

BA  = [ a  b ]

          [ c  d ]

 

 

cool cool cool

 May 31, 2024

0 Online Users