Advertisement
Examples: See the last page of these instructions for keystroke examples that demonstrate many of the TI-30X II functions. Examples assume all default settings.
turns on the TI-30X II.
turns it off and clears the display.
APD™ (Automatic Power Down™) turns off the TI-30X II automatically if no key is pressed for about 5 minutes. Press after APD. The display, pending operations, settings, and memory are retained.
2-Line Display: The first line (Entry Line) displays an entry of up to 88 digits (or 47 digits for Stat or Constant Entry Line). Entries begin on the left; those with more than 11 digits scroll to the right. Press and
to scroll the line. Press
or
to move the cursor immediately to the beginning or end of the entry.
The second line (Result Line) displays a result of up to 10 digits, plus a decimal point, a negative sign, a "x10" indicator, and a 2-digit positive or negative exponent. Results that exceed the digit limit are displayed in Scientific Notation.
Indicator | Definition |
2nd | 2nd function. |
HYP | Hyperbolic function. |
FIX | Fixed-decimal setting. |
SCI, ENG | Scientific or Engineering Notation. |
STAT | Statistical mode. |
DEG, RAD, GRAD | Angle mode (degrees, radians, or gradients). |
K | Constant mode is on. |
x10 | Precedes the exponent in Scientific or Engineering Notation. |
↑↓ | An entry is stored in memory before and/or after the active screen. Press ![]() ![]() |
→← | An entry or menu displays beyond 11 digits. Press ![]() ![]() |
2nd Functions: displays the 2nd indicator, and then selects the 2nd function (printed above keys) of the next key pressed. For example,
25
calculates the square root of 25 and returns the result, 5.
Menus: Certain TI-30X II keys display menus: ,
,
,
,
,
,
,
,
,
,
,
, and
.
Press or
to move the cursor and underline a menu item. To return to the previous screen without selecting the item, press
.
To select a menu item:
After an expression is evaluated, use and
to scroll through previous entries, which are stored in the TI-30X II memory. You cannot retrieve previous entries while in STAT mode. You can edit a previous entry and press
to evaluate the new expression.
The most recently calculated result is stored to the variable Ans. Ans is retained in memory, even after the TI-30X II is turned off. To recall the value of Ans:
The TI-30X II uses EOS™ (Equation Operating System) to evaluate expressions.
1st | Expressions inside parentheses. |
2nd | Functions that need a ) and precede the argument, such as sin, log, and all R↔P menu items. |
3rd | Fractions. |
4th | Functions that are entered after the argument, such as x2 and angle unit modifiers (° ' " r g). |
5th | Exponentiation (^) and roots (![]() |
6th | Negation (-). |
7th | Permutations (nPr) and combinations (nCr). |
8th | Multiplication, implied multiplication, division. |
9th | Addition and subtraction. |
10th | Conversions (A b/c↔d/e, F↔D, ►DMS). |
11th | ![]() |
![]() | Clears an error message. Clears characters on entry line. Moves the cursor to last entry in history once display is clear. |
![]() | Deletes the character at the cursor. Deletes all characters to the right when you hold down ![]() ![]() |
![]() | Inserts a character at the cursor. |
![]() | Clears all memory variables. |
![]() CLRDATA | Clears all data points without exiting STAT mode. |
![]() | Clears all data points and exits STAT mode. |
![]() | Resets the TI-30X II. Returns unit to default settings; clears memory variables, pending operations, all entries in history, and statistical data; clears constant mode and Ans. |
Fractional calculations can display fractional or decimal results. Results are automatically simplified.
π = 3.141592653590 for calculations.
π= 3.141592654 for display.
displays a menu to specify the Angle mode as degrees, radians, or gradients.
displays a menu to specify the Angle unit modifier — degrees (°), radians (r), gradients (g), or DMS (° ' "). It also lets you convert an angle to DMS Notation (►DMS).
To set the Angle mode for any part of an entry:
To convert an entry:
Enter trigonometric functions (sin, cos, tan, sin-1, cos-1, tan-1), just as you would write them. Set the desired Angle mode before starting trigonometric calculations.
displays the HYP indicator and accesses the hyperbolic function of the next trigonometry key that you press. Angle modes do not affect hyperbolic calculations.
yields the common logarithm of a number.
yields the logarithm of a number to the base e (e=2.819291929).
raises 10 to the power you specify.
raises e to the power you specify.
displays a menu to convert rectangular coordinates (x, y) to polar coordinates (r, θ) or vice versa. Set Angle mode, as necessary, before starting calculations.
turns Constant mode on and lets you define a constant.
To store an operation to K and recall it:
Press again to turn Constant mode off.
The TI-30X II has 5 memory variables — A, B, C, D, and E. You can store a real number or an expression that results in a real number to a memory variable.
displays the Decimal Notation mode menu. These modes affect only the display of results. F (default) restores standard notation (floating-decimal) format. 0123456789 sets decimal places to n (0–9), retaining numeric notation mode format.
displays the Numeric Notation mode menu. These modes affect only the display of results.
enters a value in Scientific Notation, regardless of the numeric notation mode. Press
before entering a negative exponent.
1-VAR analyzes statistical data from 1 data set with 1 measured variable, x. 2-VAR stats analyzes paired data from 2 data sets with 2 measured variables — x, the independent variable, and y, the dependent variable. You can enter up to 42 data sets.
To define statistical data points:
Variables | Definition |
n | Number of x or (x, y) data points. |
![]() | Mean of all x or y values. |
Sx or Sy | Sample standard deviation of x or y. |
σx or σy | Population standard deviation of x or y. |
Σx or Σy | Sum of all x or y values. |
Σx2 or Σy2 | Sum of all x2 or y2 values. |
Σxy | Sum of (x * y) for all xy pairs. |
a | Linear regression slope. |
b | Linear regression y-intercept. |
r | Correlation coefficient. |
x' (2-VAR) | Uses a and b to calculate predicted x value when you input a y value. |
y' (2-VAR) | Uses a and b to calculate predicted y value when you input an x value. |
nPr | Calculates the number of possible permutations of n items taken r at a time, given n and r. The order of objects is important, as in a race. |
nCr | Calculates the number of possible combinations of n items taken r at a time, given n and r. The order of objects is not important, as in a hand of cards. |
! | A factorial is the product of the positive integers from 1 to n. n must be a positive whole number ≤ 69. |
RAND | Generates a random real number between 0 and 1. To control a sequence of random numbers, store an integer (seed value) ‚ ≥ 0 to rand. The seed value changes randomly every time a random number is generated. |
RAND I | Generates a random integer between 2 integers, and B, where A ≤ RAND I ≤ B. Separate the 2 integers with a comma. |
ARGUMENT — A function does not have the correct number of arguments.
DIVIDE BY 0 —
DOMAIN — You specified an argument to a function outside the valid range. For example:
EQUATION LENGTH ERROR — An entry exceeds the digit limits (88 for Entry Line and 47 for Stat or Constant Entry lines); for example, combining an entry with a constant that exceeds the limit.
FRQ DOMAIN — FRQ value (in 1-VAR stats) < 0 or >99, or not an integer.
OVERFLOW — |θ| ‚ 1 ≥ 1Ε10, where θ is an angle in a trig, hyperbolic, or R►Pr( function.
STAT —
SYNTAX — The command contains a syntax error: entering more than 23 pending operations or 8 pending values; or having misplaced functions, arguments, parentheses, or commas.
Dispose of old batteries properly. Do not incinerate batteries or leave where a child can find them.
Review instructions to be certain calculations were performed properly.
Press and
at the same time. This clears all memory and settings.
Check the battery to ensure that it is fresh and properly installed.
Change the battery when:
To continue using the TI-30X ×S (Battery/Solar)* until you can change the battery:
* Operates in well-lit areas using solar cell. Operates in other light settings using battery.
Customers in the U.S., Canada, Puerto Rico, and the Virgin Islands
For general questions, contact Texas Instruments Customer Support:
phone: 1.800.TI.CARES (1.800.842.2737)
e-mail: ti-cares@ti.com
For technical questions, call the Programming Assistance Group of Customer Support:
phone: 1.972.917.8324
Customers outside the U.S., Canada, Puerto Rico, and the Virgin Islands
Contact TI by e-mail or visit the TI calculator home page on the World Wide Web.
e-mail: ti-cares@ti.com
Internet: www.ti.com/calc
Product Service
Customers in the U.S. and Canada Only
Always contact Texas Instruments Customer Support before returning a product for service.
Customers outside the U.S. and Canada
Refer to the leaflet enclosed with this product or contact your local Texas Instruments retailer/distributor.
Other TI Products and Services
Visit the TI calculator home page on the World Wide Web.
www.ti.com/calc
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.
Advertisement
Need help?
Do you have a question about the TI-30X II S and is the answer not in the manual?
Questions and answers