Operations on functions
Posted by admin on Tuesday, 27 May 2014
You can add functions to one another, subtract a function from another function, multiply two functions together, or divide a function by another function.
We can also make compositions of functions:
$$ ( f \circ g )( x ) = f( g(x) ) $$