RosettaCodeData/Task/Matrix-exponentiation-operator/00DESCRIPTION

3 lines
172 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
Most programming languages have a built-in implementation of exponentiation for integers and reals only.
Demonstrate how to implement matrix exponentiation as an operator.