Store expressions, functions, lists, matrices and sequences in Variables for reuse in future calculations and across applications. Press the var key to access the Variables menu, where all variables are listed.
Variable names (expression or function) can be chosen using the characters a..z, A..Z, 0..9, and _. A variable name cannot start with a number or contain more than 7 characters.
To enter a capital letter, press shift then alpha followed by the letter you desire.
Press var at any time to store a new variable.
Select Define a new variable and input your value or expression and a variable name.
If a value is highlighted when var is pressed, the Define a new variable will automatically display with the value filled in.
The numeric variables available in the calculator are stored in the Expressions section in the var menu.
To store a number as a variable to be used later:
Example: to store as type
5→a
. Press exe to confirm.
All stored functions can be found in the Functions section of the var menu.
To store a function as a variable:
Example: to store type:
2x+3→f(x)
. Press exe to confirm.
Lists stored as variables can be found in the Lists section of the var menu.
To store a list as a variable:
Example: to store as type
{1,2,3}→L
. Press exe to confirm.
Lists are automatically created and stored for the columns of the data tables in the Statistics (N1, V1, etc) and Regression (X1, Y1, etc) applications.
Matrices stored as variables can be found in the Matrices section of the var menu.
To store a matrix as a variable:
Example: to store in type:
[[1,0][0,1]]→m1
. Press exe to confirm.
All stored sequences can be found in the Sequences section of the var menu.
It is only possible to create a sequence in the Sequences application.
Press var at any time when editing text to open the Variables menu. Use this menu to access all variables stored in the calculator memory.
Press ok on the desired variable to insert it in your calculation.
Press del to delete the selected variable.