Monday, January 16, 2012

Function Notation

(f + g)(x) => add
(f - g)(x) => subtract
(f x g)(x) => multiply
(f/g)(x) => divide
(f o g)(x) => replace x's in f(x) with a # then plug answer into g(x)
if x is replaced with a # plug it into the equation.
That's how it's done.

No comments:

Post a Comment