Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 3 years ago

Cyrille gravatar image

Matrix recursion

I need to construct a non linear matricial recursive system for the series of matrix Mk like the following one

Mk[i][j]=F(Mk1[i][j],Mk1[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?