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

Online Help

All Products    Maple    MapleSim


type/equation

check for an equation

 

Calling Sequence

Parameters

Description

Supertypes

Examples

Calling Sequence

type(expr, equation)

type(expr, `=`)

Parameters

expr

-

any expression

Description

• 

The call type(expr, equation) checks to see if expr is of type equation, that is, if it is an equality. It returns true if expr is of type equation, and false otherwise.  The calling sequence type(expr, `=`) is a synonym for type(expr, equation).

Supertypes

• 

type/relation

Examples

typex2=4,equation

true

(1)

type5<x2&comma;equation

false

(2)

See Also

equation

type