Texas Instruments TI-36X Pro User Manual - Page 72

Break, Change Mode To Dec, Complex, Data Type, Dim Mismatch, Divide, Domain - instructions

Page 72 highlights

BREAK - You pressed the & key to stop evaluation of an expression. CHANGE MODE to DEC - Base n mode: This error is displayed if the mode is not DEC and you press I, t, ..., or -. COMPLEX - If you use a complex number incorrectly in an operation or in memory you will get the COMPLEX error. DATA TYPE - You entered a value or variable that is the wrong data type. • For a function (including implied multiplication) or an instruction, you entered an argument that is an invalid data type, such as a complex number where a real number is required. • You attempted to store an incorrect data type, such as a matrix, to a list. • Input to the complex conversions is real. • You attempted to execute a complex number in an area that is not allowed. DIM MISMATCH - You get this error if • you attempt to store a data type with a dimension not allowed in the storing data type. • you attempt a matrix or vector of incorrect dimension for the operation. DIVIDE BY 0 - This error is returned when: • you attempt to divide by 0. • in statistics, n = 1. DOMAIN - You specified an argument to a function outside the valid range. For example: • For x‡y: x = 0 or y < 0 and x is not an odd integer. • For yx: y and x = 0; y < 0 and x is not an integer. • For ‡x: x < 0. • For LOG or LN: x { 0. 72

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78

72
BREAK
— You pressed the
&
key to stop evaluation of an
expression.
CHANGE MODE to DEC
— Base n mode: This error is
displayed if the mode is not DEC and you press
,
Š
,
,
,
I
,
t
,
, or
.
COMPLEX
— If you use a complex number incorrectly in an
operation or in memory you will get the COMPLEX error.
DATA TYPE
— You entered a value or variable that is the
wrong data type.
For a function (including implied multiplication) or an
instruction, you entered an argument that is an invalid data
type, such as a complex number where a real number is
required.
You attempted to store an incorrect data type, such as a
matrix, to a list.
Input to the complex conversions is real.
You attempted to execute a complex number in an area
that is not allowed.
DIM MISMATCH
— You get this error if
you attempt to store a data type with a dimension not
allowed in the storing data type.
you attempt a matrix or vector of incorrect dimension for
the operation.
DIVIDE
BY
0
— This error is returned when:
you attempt to divide by 0.
in statistics,
n
= 1.
DOMAIN
— You specified an argument to a function outside
the valid range. For example:
For
x
y
:
x
= 0 or
y
< 0 and
x
is not an odd integer.
For
y
x
:
y
and
x
= 0;
y
< 0 and
x
is not an integer.
For
x
:
x
< 0.
For
LOG
or
LN
:
x
{
0.