Format Of A Function - Texas Instruments Voyage 200 User Manual

Graphing calculator
Hide thumbs Also See for Voyage 200:
Table of Contents

Advertisement

Format of a Function

Format of a Function
Format of a Function
Format of a Function
The following examples show user-defined functions with one argument and two
arguments. You can use as many arguments as necessary. In these examples, the
definition consists of a single expression (or statement).
3
cube(x) = x
Ê Ë
Ì
Ê
Function name
Ë
Argument list
Ì
Definition
When defining functions and programs, use unique names for arguments that will not be
used in the arguments for a subsequent function or program call.
Function names follow the same rules as variable names. Refer to "Storing and
Note:
Recalling Variable Values" in Operating the Calculator.
In the argument list, be sure to use the same arguments that are used in the definition.
For example,
cube(n) = x
Arguments (x and y in these examples) are placeholders that represent whatever values
you pass to the function. They do not represent the variables x and y unless you
specifically pass x and y as the arguments when you evaluate the function.
Calculator Home Screen
1/x
xroot(x,y) = y
Ê Ë
Ì
3
gives unexpected results when you evaluate the function.
221

Advertisement

Table of Contents
loading

This manual is also suitable for:

Voyage 200 - voyage 200 calculator

Table of Contents