Getcalc, Getconfg() – Texas Instruments PLUS TI-89 User Manual
Page 469
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 when ready"
:Pause
:GetCalc L1
:Disp "List L1 received"
©
getConfg()
CATALOG
getConfg()
⇒
ListPairs
Returns a list of calculator attributes. The
attribute name is listed first, followed by its
value.
TI-89:
getConfg() ¸
{"Product Name" "Advanced
Mathematics Software"
"Version" "2.00, 09/25/1999"
"Product ID" "03-1-4-68"
"ID #" "01012 34567 ABCD"
"Cert. Rev. #" 0
"Screen Width" 160
"Screen Height" 100
"Window Width" 160
"Window Height" 67
"RAM Size" 262132
"Free RAM" 197178
"Archive Size" 655360
"Free Archive" 655340}
TI-92 Plus:
getConfg() ¸
{"Product Name" "Advanced
Mathematics Software"
"Version" "2.00, 09/25/1999"
"Product ID" "01-1-4-80"
"ID #" "01012 34567 ABCD"
"Cert. Rev. #" 0
"Screen Width" 240
"Screen Height" 120
"Window Width" 240
"Window Height" 91
"RAM Size" 262144
"Free RAM" 192988
"Archive Size" 720896
"Free Archive" 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