Hello ,
I have tried to solve a system of differentiel equations with mathematica that is presented as follow
X[t_] = {x1[t], x2[t], x3[t], x4[t], x5[t], x6[t] , x7[t], x8[t],
x9[t], x10[t], x11[t], x12[t]};
system = MapThread[#1 == #2 &, {X'[t], A.X[t]}];
where the matrix A is...