Define equal matrices. Give an example.
Two matrices are equal if and only if they have the same order and corresponding elements are identical.
Example: If A= [2326],B=[xyz6]
then A = B ↔ x = 2 , y = 3, z = 2
Define scalar matrix. Give an example.