mrask

-6 Reputation

2 Badges

15 years, 19 days

MaplePrimes Activity


These are answers submitted by mrask

I just realized that my M was actuallt not a matrix. I now use

M:=Matrix(2,2,evalm(A&*B));

instead of

M:=evalm(A&*B);

And it works :-)

Page 1 of 1