Matrix Binomials: Struggling to Interpret Question

  • Context: Graduate 
  • Thread starter Thread starter clarex
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 16K views
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
 
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 theorem to expand the binomial terms on the diagonal.