maptype - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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