Composition of functions resources
Teach Yourself (1)
Composition of functions
We can build up complicated functions from simple functions by using the
process of composition, where the output of one function becomes the input of
another. It is also sometimes necessary to carry out the reverse process,
decomposing a complicated function into two or more simple functions.
This unit explains how.