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

Online Help

All Products    Maple    MapleSim


combine/@@

combine expressions involving operators

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

combine(f, `@@`)

Parameters

f

-

any expression

Description

• 

combine/@@ combines nested functions into function expressions using the iterated composition operator, @@.

• 

See ?@ for a description of the composition operator.

Examples

combineff3x,`@@`

f4x

(1)

combinegg4g2x,`@@`

g3x

(2)

See Also

@

expand

simplify