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

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

> 

combine⁡f⁡f3⁡x,`@@`

f4⁡x

(1)
> 

combine⁡g⁡g4⁡g−2⁡x,`@@`

g3⁡x

(2)

See Also

@

expand

simplify