Appendix A: Functions and Instructions
809
left()
MATH/String menu
left(
sourceString
[
,
num
]
)
⇒
string
Returns the leftmost
num
characters contained in
character string
sourceString
.
If you omit
num
, returns all of
sourceString
.
left("Hello",2)
¸
"He"
left(
list1
[
,
num
]
)
⇒
list
Returns the leftmost
num
elements contained in
list1
.
If you omit
num
, returns all of
list1
.
left({1,3,
ë
2,4},3)
¸
{1 3
ë
2}
left(
comparison
)
⇒
expression
Returns the left-hand side of an equation or
inequality.
left(x<3)
¸
x
limit()
MATH/Calculus menu
limit(
expression1
,
var
,
point
[
,
direction
]
)
⇒
expression
limit(
list1
,
var
,
point
[
,
direction
]
)
⇒
list
limit(
matrix1
,
var
,
point
[
,
direction
]
)
⇒
matrix
Returns the limit requested.
direction: negative=from left, positive=from right,
otherwise=both. (If omitted,
direction
defaults to
both.)
limit(2x+3,x,5)
¸
13
limit(1/x,x,0,1)
¸
ˆ
limit(sin(x)/x,x,0)
¸
1
limit((sin(x+h)
-
sin(x))/h,h,0)
¸
cos(x)
limit((1+1/n)^n,n,
ˆ
)
¸
e
Limits at positive
ˆ
and at negative
ˆ
are always
converted to one-sided limits from the finite side.
Depending on the circumstances,
limit()
returns
itself or
undef
when it cannot determine a unique
limit. This does not necessarily mean that a unique
limit does not exist.
undef
means that the result is
either an unknown number with finite or infinite
magnitude, or it is the entire set of such numbers.
limit()
uses methods such as L’Hopital’s rule, so
there are unique limits that it cannot determine. If
expression1
contains undefined variables other than
var
, you might have to constrain them to obtain a
more concise result.
Limits can be very sensitive to rounding error. When
possible, avoid the
APPROX
setting of the
Exact/Approx
mode and approximate numbers
when computing limits. Otherwise, limits that should
be zero or have infinite magnitude probably will not,
and limits that should have finite non-zero
magnitude might not.
limit(a^x,x,
ˆ
)
¸
undef
limit(a^x,x,
ˆ
)|a>1
¸
ˆ
limit(a^x,x,
ˆ
)|a>0 and a<1
¸
0
Summary of Contents for Titanium TI-89
Page 9: ...Getting Started 6 TI 89 Titanium keys Ë Ì Í Ê ...
Page 34: ...Getting Started 31 2 or D 2 B u s i n e s s D B D B Press Result ...
Page 43: ...Getting Started 40 3 0 D B D D B D Press Result ...
Page 44: ...Getting Started 41 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Page 58: ...Getting Started 55 Example Set split screen mode to TOP BOTTOM Press Result 3 B D ...
Page 70: ...Getting Started 67 ...
Page 175: ...Operating the Calculator 172 From the Keyboard ...
Page 456: ...Tables 453 ...
Page 527: ...Data Matrix Editor 524 ...