You can use Define + New Definition to declare an expression of the form f (x) to be a function without specifying any of the function values or behavior. Thus you can use the function name as input when defining other functions or performing various operations on the function.
Define + New Definition
f (x)
g(x) = x2 - 3x
Evaluate
f (g(x)) = fx2 - 3x
g(f (x)) = f2x
-3f
x
![]()