TI -86 用户手册

下载
页码 431
368
     Chapter 20: A to Z Function and Instruction Reference
20ATOZ.DOC   TI-86, Chap 20, US English   Bob Fedorisko   Revised: 02/13/01 2:42 PM   Printed: 02/13/01 3:05 PM   Page 368 of 118
TwoVar
STAT CALC menu
(TwoVa shows on menu)
TwoVar 
xList
,
yList
,
frequencyList
Performs two-variable statistical analysis on the real
data pairs in xList and yList, using the frequencies in
frequencyList
.
Values used for xListyList, and frequencyList are
stored automatically to the built-in variables 
xStat
,
yStat
, and 
fStat
, respectively.
TwoVar 
xList
,
yList
Uses frequencies of 1.
TwoVar
Uses 
xStat
yStat
, and 
fStat
 for xListyList, and
frequencyList
. These built-in variables must contain
valid data of the same dimension; otherwise, an error
occurs.
{0,1,2,3,4,5,6}¶L1 b
{0 1 2 3 4 5 6}
{0,1,2,3,4,5,6}¶L2 b
{0 1 2 3 4 5 6}
TwoVar L1,L2 b
Scroll down to see more results.
unitV
VECTR MATH menu
unitV 
vector
Returns a unit vector of a real or complex vector, where:
unitV [a,b,c]
 returns [ 
a
norm
 
b
norm
  
c
norm
 ]
   and
norm
 is  (
a
2
+
b
2
+
c
2
).
In 
RectV
 vector coordinate mode:
unitV [1,2,1] b
[.408248290464 .8164…