I am working on one research problem where I need help to simplify the following algebraic expression
$$\sum_{i = 1}^6 (I - AX)^i = (I - AX) + (I - AX)^2 + (I - AX)^3+ \cdots + (I - AX)^6$$
where $A$ and $X$ are matrices of order $n \times n$.
Edit: $I$ is identity matrix of order $n\times n$
I am not able to find any simpler way to further simplify this expression. Please help me in this regard. Thank you.
$\mathbf I$ commutes with any matrix, so you can always write $$ \begin{gathered} \sum\limits_{i = 1}^6 {\left( {\mathbf{I - AX}} \right)^{\,i} } = \sum\limits_{i = 1}^6 {\sum\limits_{k = 0}^{\left( i \right)} {\left( { - 1} \right)^{\,k} \left( \begin{gathered} i \\ k \\ \end{gathered} \right)\left( {\mathbf{AX}} \right)^{\,k} } } = \hfill \\ = \sum\limits_{0 \leqslant k}^{} {\sum\limits_{i = 1}^6 {\left( { - 1} \right)^{\,k} \left( \begin{gathered} i \\ k \\ \end{gathered} \right)\left( {\mathbf{AX}} \right)^{\,k} } } = \sum\limits_{0 \leqslant k}^{\left( 6 \right)} {\left( { - 1} \right)^{\,k} \left( {\left( \begin{gathered} 7 \\ k + 1 \\ \end{gathered} \right) - \left( \begin{gathered} 1 \\ k + 1 \\ \end{gathered} \right)} \right)\left( {\mathbf{AX}} \right)^{\,k} } = \hfill \\ = 6\,\mathbf{I} + \sum\limits_{1 \leqslant k}^{\left( 6 \right)} {\left( { - 1} \right)^{\,k} \left( \begin{gathered} 7 \\ k + 1 \\ \end{gathered} \right)\left( {\mathbf{AX}} \right)^{\,k} } \hfill \\ \end{gathered} $$ Then, if $\mathbf A$ and $\mathbf X$ do not commute, you cannot apply the distributive property of the power index with respect of the product, e.g. $$ \left( {\mathbf{AX}} \right)^{\,2} = \mathbf{AXAX} \ne \mathbf{A}^{\,2} \mathbf{X}^{\,2} $$
Note:
If, as you say in the comment , $\mathbf X$ is the pseudoinverse of $\mathbf A$, then $$ \mathbf{AX} = \mathbf{AA}^{\,\mathbf{ + }} $$ shall be a Projection Matrix as well as $\mathbf {(I-AX)}$, thus they shall be idempotent, i.e.: $$ \left( {\mathbf{AX}} \right)^{\,2} = \mathbf{AX}\quad \left( {\mathbf{I - AX}} \right)^{\,2} = \mathbf{I - AX} $$ and then the simplification of the sum is obvious.