I was kind of surprised that I could not find the answer while searching for it here, the question is really simple I have a series of transformations, denoted by a 2x2 matrix $c_i$. To come from the from the initial to the final state on has to calculate
$$X'=c_nc_{n+1}...c_{2}c_iX$$
I would like to write this in capital Pi notation in the simplest and most understandable way, but I am not sure what the best way is since the order is important. My guess would be:
$$X'=\left(\prod_{i=n}^1c_1\right)X$$
I am wondering if this is both, correct and understandable.
Thanks
Edit: To be more clear, the standard notation $$\prod_{i=1}^nc_n = c_1...c_n$$ is not the product I want, since matrices do not commute in general
Edit: Of course $\prod_{i=1}^nc_{n+1-i}$ is a correct and easy way of writing the multiplication. I just assume one has to think briefly about the indices. The version in the unedited question is planned to say "start with n, stop with 1" which is imo even simpler.
I think you mean $X'=c_nc_{n-1}...c_{2}c_1X$. If this is the case you can write:
$X'=\prod_{i=0}^{n-1} c_{n-i}$.