8

does there exist the notion of a non-integer power of a matrix? This seems to be accessible via semigroup-theory, yet I have not seen an actual definition so far.

I am not too firm at this right now, but I am curious. Can you give me a sketch of the definition and provide with some introductory information?

shuhalo
  • 7,485

3 Answers3

6

If your matrix has positive eigenvalues, then one definition is to take non-integer powers of each eigenvalue (but keep the eigenvectors the same). This is a common definition used to take square roots, for example.

Qiaochu Yuan
  • 419,620
4

There are several techniques for extending scalar functions to matrices. Wikipedia mentions techniques based on power series, eigendecomposition, Jordan decomposition, Cauchy integral, and more.

lhf
  • 216,483
  • 1
    (I'm surprised this is the accepted answer. I'm used to link-only answers being discouraged. In this case it's not immediate where one should look on the linked page.) – Mars Dec 16 '17 at 18:36
  • @Mars, this is an answer from the very early days. I've tried to improve it. Thanks for the nudge. – lhf Dec 16 '17 at 19:09
1

You can use the binomial series to define powers for appropriate matrices.

  • Does the square root of a matrix defined with this approach coincide with the canoical square root $\sqrt(A^\ast A )$? – shuhalo Jan 14 '11 at 03:46