Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Matrix Powers
#1
Is there a specific, clean formula that I can use to raise a matrix to an arbitrary power? To keep this simple, let's use square, 2x2 matrices.

What is the "geometric" interpretation of doing such? I know that matrix multiplication serves to linearly distort spaces by changing the basis vectors, so repeatedly doing this would be repeatedly distorting the basis vectors by a certain amount. Thus, would raising a matrix to an arbitrary power distort the basis vectors to some kind of vector in between? Would each of the entries vary continuously?

The reason I ask is that I recently found out what a matrix exponential is:

e^[A] = [I] + [A] + [A][A]/2! + [A][A][A]/3! + ...

However, if I wanted to compute 10^[A], then I would have to rewrite it in terms of e. I can do this two ways:

10^[A] = (e^ln(10))^[A] = (e^[A])^ln(10)

or:

10^[A] = (e^ln(10))^[A] = e^([A]*ln(10))

This implies that:

([I] + [A] + [A][A]/2! + [A][A][A]/3! + ...)^ln(10)

= [I] + [A]*ln(10) + [A][A]*ln(10)^2/2! + [A][A][A]*ln(10)^3/3! + ...

Which doesn't really make sense to me.
Reply


Messages In This Thread
Matrix Powers - by 2147483647 - 2011-05-22, 01:13 AM
Matrix Powers - by Noah - 2011-05-22, 09:02 AM
Matrix Powers - by 2147483647 - 2011-05-22, 09:56 AM
Matrix Powers - by Noah - 2011-05-22, 10:48 AM
Matrix Powers - by 2147483647 - 2011-05-22, 11:17 AM
Matrix Powers - by hadriel - 2011-05-22, 01:54 PM
Matrix Powers - by 2147483647 - 2011-05-22, 04:29 PM
Matrix Powers - by hadriel - 2011-05-22, 04:46 PM
Matrix Powers - by 2147483647 - 2011-05-22, 05:02 PM
Matrix Powers - by hadriel - 2011-05-23, 04:28 AM
Matrix Powers - by Noah - 2011-06-01, 12:43 PM
Matrix Powers - by modular - 2011-06-01, 01:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)