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

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]