Question 171317
If two matrices have their corresponding elements equal AND they are of the same order, then they are called equal matrices.


So {{{(matrix(2,2,a,b,c,d))=(matrix(2,2,p,q,r,s))}}} if and only if


{{{a=p}}}, {{{b=q}}}, {{{c=r}}}, and {{{d=s}}}


But {{{(matrix(3,2,a,b,c,d,e,f))<>(matrix(2,3,a,b,c,d,e,f))}}}  because one is a 2 X 3 matrix and the other is a 3 X 2 matrix.