Accessibility options:






Composition of functions resources

Show me all resources applicable to

Teach Yourself (1)

Resource type 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.