Mathematica 9 is now available

Composition

Usage

Composition[ ,  ,  , ... ] represents a composition of the functions  ,  ,  , ... .


Notes

Composition allows you to build up compositions of functions which can later be applied to specific arguments.
• Example: Composition[a, b, c][x]LongRightArrow .
Composition objects containing Identity or InverseFunction[f] are automatically simplified when possible.
Composition has the attributes Flat and OneIdentity.
a @ b @ c gives a[b[c]].
a // b // c gives c[b[a]].
• See Section 2.2.9.
• See also: Nest, Function.
• New in Version 2.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.