452 Appendix A: Functions and Instructions
8992APPA.DOC TI-89 / TI-92 Plus: Appendix A (US English) Susan Gullord Revised: 02/23/01 1:48 PM Printed: 02/23/01 2:21 PM Page 452 of 132
GetCalc
CATALOG
GetCalc
var
Retrieves a value from the link port and
stores it in variable
var
. This is for unit-to-unit
linking.
Note: To get a variable to the link port from
another unit, use
2°
on the other
unit to select and send a variable, or do a
SendCalc
on the other unit.
Program segment:
©
:Disp "Press Enter w
en rea
y"
:Pause
:GetCa
c L
:Disp "List L
receive
"
©
getConfg()
CATALOG
getConfg()
⇒
ListPairs
Returns a list of calculator attributes. The
attribute name is listed first, followed by its
value.
TI-89:
getConfg()
¸
"Pro
uct Name" "
vance
Mat
ematics Software"
"Version" "2.00, 09
25
999"
"Pro
uct ID" "03-
-4-68"
"ID
" "0
0
2 34567
BCD"
"Cert. Rev.
" 0
"Screen Wi
t
"
60
"Screen Heig
t"
00
"Win
ow Wi
t
"
60
"Win
ow Heig
t" 67
"R
M Size" 262
32
"Free R
M"
97
78
"
rc
ive Size" 655360
"Free
rc
ive" 655340
TI-92 Plus:
getConfg()
¸
"Pro
uct Name" "
vance
Mat
ematics Software"
"Version" "2.00, 09
25
999"
"Pro
uct ID" "0
-
-4-80"
"ID
" "0
0
2 34567
BCD"
"Cert. Rev.
" 0
"Screen Wi
t
" 240
"Screen Heig
t"
20
"Win
ow Wi
t
" 240
"Win
ow Heig
t" 9
"R
M Size" 262
44
"Free R
M"
92988
"
rc
ive Size" 720896
"Free
rc
ive" 720874
Note: Your screen may display different
attribute values. The
Cert. Rev. #
attribute
appears only if you have purchased and
installed additional software into the
calculator.
getDenom
()
MATH/Algebra/Extract menu
getDenom(
expression1
)
⇒
expression
Transforms
expression1
into one having a
reduced common denominator, and then
returns its denominator.
getDenom((x+2)/(y
ì
3))
¸
y
ì
3
getDenom(2/7)
¸
7
getDenom(1/x+(y^2+y)/y^2)
¸
x
ø
y