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.
with⁡StudentLinearAlgebra:
Equal⁡a,b,a,b
true
Equal⁡a|b,a,b
false
Equal⁡1,2|3,4,1.,2|3,4
See Also
LinearAlgebra[Equal]
Download Help Document