Equality of Matrices
==2024-12-03
Theory
Two matrices A = , B = are said to be equal in following condition:
Examples
Given,
Then, .
Given,
Then because corresponding elements aren’t equal.
Given,
Then because order of the matrices aren’t equal.
==2024-12-03
Given,
A=[122334] B=[122334]Then, A=B.
Given,
A=[917958] B=[122334]Then A=B because corresponding elements aren’t equal.
Given,
A=[917958] B=[123]Then A=B because order of the matrices aren’t equal.