Axes, Axesoff, Axeson – Texas Instruments TI-86 User Manual
Page 283: B (integer b)
Chapter 20: A to Z Function and Instruction Reference
271
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 271 of 118
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 271 of 118
aug(
matrixA
,
matrixB
)
Returns a matrix consisting of matrixB appended as
new columns to the end of matrixA. The matrices can
be real or complex. Both must have the same number of
rows.
aug(
matrix
,
vector
)
Returns a matrix consisting of vector appended as a new
column to the end of matrix. The arguments can be real
or complex. The number of rows in matrix must equal
the number of elements in vector.
[[1,2,3][4,5,6]]¶MATA b
[[1 2 3]
[4 5 6]]
[[7,8][9,10]]¶MATB b
[[7 8 ]
[9 10]]
aug(MATA,MATB) b
[[1 2 3 7 8 ]
[4 5 6 9 10]]
Axes(
† GRAPH VARS menu
Axes(
xAxisVariable
,
yAxisVariable
)
Specifies the variables plotted for the axes in
DifEq
graphing mode. The xAxisVariable or yAxisVariable
can be
t
,
Q1
through
Q9
, or
Q
¢
1
through
Q
¢
9
.
Axes(Q1,Q2) b
Done
AxesOff
† graph format screen
AxesOff
Turns off the graph axes.
AxesOn
† graph format screen
AxesOn
Turns on the graph axes.
Ü
BASE TYPE menu
integer
Ü
Designates a real integer as binary, regardless of the
number base mode setting.
In
Dec
number base mode:
10Ü b
2
10Ü+10 b
12