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

Online Help

All Products    Maple    MapleSim


maptype

apply a procedure to each operand of an expression of a specified type

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

maptype(typ, fcn, expr, arg2,..., argn)

Parameters

typ

-

type

fcn

-

procedure or name

expr

-

expression

argi

-

(optional) further arguments to fcn

Description

• 

If expr is of type typ, the function map(fcn, expr, arg3, ..., argn) is evaluated. Otherwise, fcnexpr,arg3,...,argn is returned.

Examples

maptype`+`,f,yz

fyz

(1)

maptype`+`,f,x+yz

fyz+fx

(2)

See Also

map

type