Equal Matrix
Two matrices
and
are said to be equal if the size of the two matrices are equal and all of the corresponding elements are equal, that is
for each row
and column
.
Example
,
Since all corresponding elements are equal, we say
Example:
,
All corresponding elements seem equal but the first element is not equal
we say
Very simple interactive program below is designed to answer question whether the two input matrices are equal or not.
Try with your own input matrix
. Try also different decimal precision of your input.
Rate this tutorial or give your comments about this tutorial