Question: Basic question about matrix addition

I All,

I just startup on Maple and i can't get the result of adding to  matrix. I used a worksheet and the math mode. The input is in 2-D Math Notation. Could Someone help me. 

> a := matrix([[93, 43], [19, 37]]); b := matrix([[48, 20], [19, 37]]);

> a+b;                             a + b

 

Thank You

Please Wait...