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

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

> 

with⁡StudentLinearAlgebra:

> 

Equal⁡a,b,a,b

true

(1)
> 

Equal⁡a|b,a,b

false

(2)
> 

Equal⁡1,2|3,4,1.,2|3,4

true

(3)
> 

Equal⁡a,b,a,b

false

(4)

See Also

LinearAlgebra[Equal]

Student[LinearAlgebra]