7 lines
193 B
Text
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>
|
|
|