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

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

typeinplace,BooleanOptinplace

true

(1)

typecompact=true,BooleanOptcompact

true

(2)

typeconjugate=false,BooleanOptconjugate

true

(3)

See Also

Matrix

type

Vector