@@ - 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


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