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

3 lines
172 B
Plaintext

Most programming languages have a built-in implementation of exponentiation for integers and reals only.
Demonstrate how to implement matrix exponentiation as an operator.