Equal - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[LinearAlgebra]

  

Equal

  

compare two Vectors or two Matrices for equality

 

Calling Sequence

Parameters

Description

Examples

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:

  

- dimensions

  

- entries, and

  

- (if they are Vectors), orientation.

Examples

(1)

(2)

(3)

(4)

See Also

LinearAlgebra[Equal]

Student[LinearAlgebra]

 


Download Help Document