Option 1: "Define" a Function -
Assign a Name
Use the Define Tool:
• Open a "Calculator" page: , #1. Actions, #1 Define
• Enter the function name: Define f1(x) = x2 + 6x + 8, 

• The function "name" can be now be found under the key.
To "evaluate", just use the function name under , followed by the desired value, hit .

This process assigns a name to the function, and saves that name as a "variable". It is now possible to refer to the function by "name" and not have to retype all the variables and symbols each time we want to use the function. This process is referred to as "defining". |