RosettaCodeData/Task/Matrix-exponentiation-operator/00-TASK.txt

8 lines
193 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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>