Composition of Functions Part 1
The fifth method of combining functions is called composition. Let's try it out right away.
Type
g(f(x))
into the input bar to get a look at your first composite function. Also type f(g(x))
in as well. This is your second composite function.