
Using the Action Menu
ueliminate
Function: Solves one equation with respect to a variable, and then replaces the same variable in another expression with the obtained result.
Syntax: eliminate
• Ineq (inequality) includes the “≠” (not equal to) relational operator.
Example: To transform y = 2x + 3 to x =, and substitute the result into 2x + 3y = 5
Menu Item: [Action][Equation/Inequality][eliminate]
uabsExpand
Function: Divides an absolute value expression into formulas without absolute value.
Syntax: absExpand (Eq/Ineq [ ) ]
• Ineq (inequality) includes the “≠” (not equal to) relational operator. Example: To remove the absolute value from 2x – 3 = 9
Menu Item: [Action][Equation/Inequality][absExpand]
uandConnect
Function: Combines two equations or inequalities into a single expression.
Syntax: andConnect
•Ineq (inequality) includes the “≠” (not equal to) relational operator.
Example: To rewrite x >
Menu Item: [Action][Equation/Inequality][andConnect]
ugetRight
Function: Extracts the
Syntax: getRight (Eq/Ineq/List [ ) ]
•Ineq (inequality) includes the “≠” (not equal to) relational operator.
Example: To extract the right side elements of y = 2x2 + 3x + 5
Menu Item: [Action][Equation/Inequality][getRight]
ugetLeft
Function: Extracts the
Syntax: getLeft (Eq/Ineq/List [ ) ]
• Ineq (inequality) includes the “≠” (not equal to) relational operator. Example: To extract the left side elements of y = 2x2 + 3x + 5
Menu Item: [Action][Equation/Inequality][getLeft]
20060301