Can AB^2009 be calculated?Matrix Multiplication and Exponentiation Limitations

  • Thread starter Thread starter MattRSK
  • Start date Start date
  • Tags Tags
    Matrix
AI Thread Summary
It is possible to compute AB^2009 as both A and B are square matrices of the same size, resulting in an n x n matrix. The multiplication of two n x n matrices yields another n x n matrix, allowing for further multiplications. The exponentiation notation can be interpreted as either AB raised to the 2009th power or B raised to the 2009th power before multiplying by A, but both interpretations remain valid. The key point is that the dimensions remain consistent throughout the operations. Thus, calculating AB^2009 is feasible within the constraints of matrix multiplication.
MattRSK
Messages
20
Reaction score
0

Homework Statement



Matrix A and B are both square matrices of the same size.

Is it possible to compute,

AB^2009

If not, why not?

The Attempt at a Solution



Just had this question in an exam, the exam did not allow calculators and I could not answer this question, I gather it is not possible but I cannot explain why.

Because A and B are square matrices it is possible to multiply them together but I am unsure about the exponent. Any ideas?
 
Physics news on Phys.org
Suppose that A and B are both n x n matrices. Then what is the size of AB? Then what about ABB = AB^2? And ABBB = AB^3? ...
 
Well if A and B are both n x n then they will always be n x n matrices. So does that mean that it is possible?
 
By the way, is that AB2009[/b] or (AB)2009?

It doesn' really matter. The only important point is that any two n by n matrices can be multiplied and give an n by n matrix as a result- which can be multiplied again by any other n by n matrix.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top