Lin. Algebra: Find coordinates on a, b, c, d such that AB=BA

leo255
Messages
57
Reaction score
2

Homework Statement


[/B]
Matrix A =

1 1
0 1

Matrix B =

a b
c d

Find coordinates on a, b, c, d such that AB = BA.

Homework Equations

The Attempt at a Solution



I calculated AB and BA with simple matrix multiplication, but am not sure where to go from here.

AB =

a + c a + b
c | d

BA =

a | a + b
c | c + d
 
Physics news on Phys.org
leo255 said:

Homework Statement


[/B]
Matrix A =

1 1
0 1

Matrix B =

a b
c d

Find coordinates on a, b, c, d such that AB = BA.

Homework Equations

The Attempt at a Solution



I calculated AB and BA with simple matrix multiplication, but am not sure where to go from here.

AB =

a + c a + b
c | d

BA =

a | a + b
c | c + d
Assuming your work so far is correct (I didn't check), set the elements of AB equal to those of BA. This will give you four equations in your four variables.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top