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.
combine⁡f⁡f3⁡x,`@@`
f4⁡x
combine⁡g⁡g4⁡g−2⁡x,`@@`
g3⁡x
See Also
@
expand
simplify
Download Help Document