Composition of functions

Complicated functions can be built up 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 decompose a function into two simpler functions. Video tutorial 11 mins.