Matrix Binomials: Struggling to Interpret Question

  • Thread starter Thread starter clarex
  • Start date Start date
  • Tags Tags
    Matrix
clarex
Messages
1
Reaction score
0
Troubles interpreting what this wants from me.

X = (1 1
1 1)

Y = (1 -1
-1 1)

Let A = aX and B = bY, where a and b are constants.

Now consider M= (a+b a-b
a-b a+b)

Find THE general statement that expresses M^n in terms of aX and bY.

I'm completely lost. Can anyone direct me in the right direction?
 
Physics news on Phys.org
Okay, so I'm sure you noticed that M = aX + bY. Then M^n = (aX + bY)^n, right? Now, if X and Y were just plain old real numbers (or variables if you like), what would you do to expand (aX + bY)^n
 
Especially since you titled this matrix binomials !
 
Diagonalize the matrix and then take the nth power of the diagonal matrix. You can generally extend scalar functions to matrix functions in this manner provided the eignvalues are unique and the eigenvectors or orthogonal. If you want once you have taken the nth power of the diagonal matrix you can apply the binomial theorm to expand the binomial terms on the diagonal.
 
My interpretation of "Find THE general statement that expresses M^n in terms of aX and bY" is that (aX+ bY)n would be sufficient.
 
Back
Top