I need to construct a non linear matricial recursive system for the series of matrix Mk like the following one
Mk[i][j]=F(Mk−1[i][j],Mk−1[i][j]) for M0 given
I have read that for one dimension one can use Sympy rec
. But is there a way to do it simply in Sagemath?