combine/@@
combine expressions involving operators
Calling Sequence
Parameters
Description
Examples
combine(f, `@@`)
f
-
any expression
combine/@@ combines nested functions into function expressions using the iterated composition operator, @@.
See ?@ for a description of the composition operator.
combineff3x,`@@`
f4x
combinegg4g−2x,`@@`
g3x
See Also
@
expand
simplify
Download Help Document