Talk:Matrix-exponentiation operator: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 4:
: Also, implementing this is mainly an exercise in using the available linear-algebra library packages. That doesn't really help in highlighting the differences between computer languages. Nor is it the goal of Rosetta to develop a complete set of libraries for every language.
: So I'd suggest that a task "define exponentiation for matrices with integer exponents and any basetype, including complex" is actually more interesting than "do it for complex exponents and complex matrices, by using LA-libraries". --[[User:Dirkt|Dirkt]] 04:59, 4 June 2008 (MDT)
 
::You mean natural power? Because negative values would require matrix inversion. So the focus is actually to implement it using matrix multiplication? --[[User:Dmitry-kazakov|Dmitry-kazakov]] 05:56, 4 June 2008 (MDT)