Info

This question is closed. Reopen it to edit or answer.

cumulative product of matrices

1 view (last 30 days)
Tino
Tino on 30 May 2019
Closed: Stephen23 on 30 May 2019
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

Answers (0)

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!