Hi, I have problems with matrix products... matrix([A,B],[C,D]) squared gives: matrix([B*C+A^2,B*D+A*B],[C*D+A*C,D^2+B*C]) How could I get the right result? Tanks, Fred