Definition 3.1.1.
A composition of functions is when we put one function inside of another. To compose \(f(x)\) and \(g(x)\text{,}\) we could write either \((f\circ g)(x)\) or \(f(g(x))\text{.}\)
| \(x\) | \(g(x)\) | \(h(x)\) |
| \(1\) | \(2\) | \(-1\) |
| \(2\) | \(-3\) | \(4\) |
| \(3\) | \(4\) | \(0\) |