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

Online Help

All Products    Maple    MapleSim


type/verification

check for verification expressions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(a, {verification})

Parameters

a

-

any expression

Description

• 

The call type(a, verification) checks to see if a is a valid verification expression. By definition, a verification expression is any expression a for which the commands verify(expr1, expr2, boolean(a)) and (with appropriate arguments) verify(expr1, expr2, a) could succeed.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

See Also

type

type/verify

verify

verify/structured

 


Download Help Document