Talk:Matrix-exponentiation operator

From Rosetta Code
Revision as of 19:24, 3 June 2008 by rosettacode>Dmitry-kazakov (Please, review solutions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The implementations seem to be wrong. Matrix exponentiation is defined for any complex power. For example, like for numbers sqrt A = A**0.5. The implementation can be based on decomposition: A = VT diag{λ1,..,λn} V. Then AX = VT diag{λ1X,..,λnX} V