Info
This question is closed. Reopen it to edit or answer.
cumulative product of matrices
1 view (last 30 days)
Show older comments
Hello folks can anyone assist me with a code for the computation below
till Xn
X0 = 1
X1 = e * (p) . ^ ( e - 1) * Xo
X2 = e * (p) . ^ ( e - 1) * X1
X3 = e * (p) . ^ ( e - 1) * X2
X4 = e * (p) . ^ ( e - 1) * X3
Thanks in advance
Tino
1 Comment
Answers (0)
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!