Student[LinearAlgebra][Equal] - compare two Vectors or two Matrices for equality
|
Calling Sequence
|
|
Equal(A, B, options)
|
|
Parameters
|
|
A
|
-
|
Matrix or Vector
|
B
|
-
|
Matrix or Vector
|
options
|
-
|
(optional) parameters; for a complete list, see LinearAlgebra[Equal]
|
|
|
|
|
Description
|
|
•
|
The Equal(A, B) returns true if A and B are both Matrices or both Vectors and they have the same:
|
|
- (if they are Vectors), orientation.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|