Student[LinearAlgebra]
Equal
compare two Vectors or two Matrices for equality
Calling Sequence
Parameters
Description
Examples
Equal(A, B, options)
A
-
Matrix or Vector
B
options
(optional) parameters; for a complete list, see LinearAlgebra[Equal]
The Equal(A, B) returns true if A and B are both Matrices or both Vectors and they have the same:
- dimensions
- entries, and
- (if they are Vectors), orientation.
See Also
LinearAlgebra[Equal]
Download Help Document