Equal - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

withStudentLinearAlgebra:

Equala,b,a,b

true

(1)

Equala|b,a,b

false

(2)

Equal1,2|3,4,1.,2|3,4

true

(3)

Equala,b,a,b

false

(4)

See Also

LinearAlgebra[Equal]

Student[LinearAlgebra]