What is the Notation for the Addition Function Operation?
(f+g)(x)=f(x)+g(x).
What is the Notation for the Subtraction Function Operation?
(f-g)(x)=f(x)-g(x).
What is the Notation for the Multiplication Function Operation?
(fg)(x)=f(x)*g(x).
What is the Notation for the Division Function Operation?
f/g(x)=(f(x)/(g(x). g(x) cannot equal 0.
What is the Composition of Functions Operation?
The use of an output of one of function as an input for another function.