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

Online Help

All Products    Maple    MapleSim


type/BooleanOpt

check for an expression of type BooleanOpt

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, BooleanOpt(name))

Parameters

expr

-

any expression

Description

• 

The type(expr, BooleanOpt(name)) function returns true if expr is identical to name or an equation of the form name=true or name=false.

Examples

> 

type⁡inplace,BooleanOpt⁡inplace

true

(1)
> 

type⁡compact=true,BooleanOpt⁡compact

true

(2)
> 

type⁡conjugate=false,BooleanOpt⁡conjugate

true

(3)

See Also

Matrix

type

Vector