7. Try plotting the difference of the two functions over the range of interest.
[2.13] Try comDenom() to find limits
(Note: AMS 2.05 fixes the specific example in this tip, but the general idea may still be useful for other
limits. Thanks to John Gilbertson for pointing this out.)
Sometimes the 89/92+ CAS cannot find a limit to an expression, because of the way the expression is
structured. And, sometimes, comDenom() can restructure the expression so that the CAS
can find the limit. For example, the CAS cannot find the limit as x approaches 0 for this expression:
1
1
+
x
−
1
x
However,
comDenom((
1
/(
√
(
1
+x))-
1
)/x)
returns
1
−
x
+
1
x x
+
1
and the limit() function can find the limit of this expression, like this:
limit((
1
-
√
(x+
1
))/(x*
√
(x+
1
)),x,0) = -
1
/2
(Credit to Olivier Miclo)
[2.14] Define functions that CAS can manipulate
The CAS will not be able to manipulate functions that you define in the program editor, nor from the
command line with Define. For example, if you create the cosecant function like this:
csc(x)
func
1
/sin(x)
endfunc
the CAS will not be able to integrate or differentiate this function - it just returns the function. However,
if you create the function at the command line, like this
1
/sin(x)
→
csc(x)
then the CAS can integrate and differentiate the function.
You need not create these functions from the command line. You can create one or more functions in a
program, like this:
makefunc()
Prgm
1
/(sin(x))
→
csc(x)
1
/(tan(x))
→
cot(x)
1
/(cos(c))
→
sec(x)
EndPrgm
2 - 8
Summary of Contents for TI-92+
Page 52: ...Component side of PCB GraphLink I O connector detail 1 41...
Page 53: ...LCD connector detail PCB switch side 1 42...
Page 54: ...Key pad sheet contact side Key pad sheet key side 1 43...
Page 55: ...Key cap detail 1 44...
Page 57: ...Component side of PCB with shield removed A detail view of the intergrated circuits 1 46...
Page 410: ...void extensionroutine2 void Credit to Bhuvanesh Bhatt 10 4...