RosettaCodeData/Task/Matrix-exponentiation-operator/00-TASK.txt
2023-07-01 13:44:08 -04:00

7 lines
193 B
Text

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