Description Usage Arguments Value Examples
This function takes a square matrix and exponentiates it.
1 | mat_pows(m, pows)
|
m |
An n x n numeric matrix |
pows |
Numeric vector of distinct powers to raise m to. Must be positive natural numbers. |
A list of equal length to pows, each entry of which corresponds to that power of m.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.