kb0480
Feb 21, 2007, 12:10 PM
Anyone know how to add subtract or multiply functions?
Capuchin
Feb 21, 2007, 12:16 PM
just like you would add or subtract or multiply any statement
f(x) = x
g(x) = 2 + x
f(x) + g(x) = x + 2 + x
f(x)g(x) = x(2+x)
etc etc.