Hi,
I am trying to perform recurrent matrix multiplication / addition, i.e
Given a matrix X, I’d like to do the following: X + X %*% X + X %*% X %*% X + …
and so on.
If I use X^n, it does not perform matrix multiplication but computes each
element of the matrix
The only way I found to compute this is by using loops which is time consuming.
Any idea if a simplified function exists?
Thank you in advance
Arnaud
[[alternative HTML version deleted]]
Reasonably Related Threads
- support for APC Matrix 5000, vintage 12/00 (was: NUT apcsmart driver - firmware addition)
- Matrix addition and multiplication
- Coxph frailty model counting process error X matrix deemed singular
- Spare matrix multiplication
- RE Addition to the list of supported UPS
