TI-BASIC:Command Map

From Learn @ Cemetech
Jump to navigationJump to search

This is a command map as it would appear on the various menus on the calculator. The menus here are modeled after the TI-84+CSE so it would include almost every command. Some commands cannot be found on older calculator models, and hence the ordering here might be slightly different. To see every command, see the Command Index.

Control Flow (PRGM)

CTL I/O COLOR EXEC
1: If 1: Input 1: BLUE
2: Then 2: Prompt 2: RED
3: Else 3: Disp 3: BLACK
4: For( 4: DispGraph 4: MAGENTA
5: While 5: DispTable 5: GREEN
6: Repeat 6: Output( 6: ORANGE
7: End 7: GetKey 7: BROWN
8: Pause 8: ClrHome 8: NAVY
9: Lbl 9: ClrTable 9: LTBLUE
0: Goto 0: GetCalc( 0: YELLOW
A: [[TI-BASIC:IS>(|IS>(]] A: Get( A: WHITE
B: [[TI-BASIC:DS<(|DS<(]] B: Send( B: LTGRAY
C: Menu( C: MEDGRAY
D: Prgm D: GRAY
E: Return E: DARKGRAY
F: Stop
G: DelVar
H: GraphStyle(
I: GraphColor(
J: OpenLib(
K: ExecLib

Matrices (2nd MATRIX)

NAMES MATH EDIT
1: [A] 1: Det( 1: [A]
2: [B] 2: T 2: [B]
3: [C] 3: Dim( 3: [C]
4: [D] 4: Fill( 4: [D]
5: [E] 5: Identity( 5: [E]
6: [F] 6: RandM( 6: [F]
7: [G] 7: Augment( 7: [G]
8: [H] 8: Matr►list( 8: [H]
9: [I] 9: List►matr( 9: [I]
0: [J] 0: CumSum( 0: [J]
A: Ref(
B: Rref(
-
-
E: *row(
F: *row+(

Graph Screen (2nd DRAW)

DRAW POINTS STO BACKGROUND
1: ClrDraw 1: Pt_On( 1: StorePic 1: BackgroundOn
2: Line( 2: Pt_Off( 2: RecallPic 2: BackgroundOff
3: Horizontal 3: Pt_Change( 3: StoreGDB
4: Vertical 4: Pxl_On( 4: RecallGDB
5: Tangent( 5: Pxl_Off(
6: DrawF 6: Pxl_Change(
7: Shade( 7: Pxl_Test(
8: DrawInv
9: Circle(
0: Text(
A: TextColor(

Lists (2nd LIST)

NAMES OPS MATH
1: L,,1,, 1: SortA( 1: Min(
2: L,,2,, 2: SortD( 2: Max(
3: L,,3,, 3: Dim( 3: Mean(
4: L,,4,, 4: Fill( 4: Median(
5: L,,5,, 5: seq( 5: Sum(
6: L,,6,, 6: CumSum( 6: Prod(
... 7: ΔList( 7: StdDev(
8: Select( 8: Variance(
9: Augment(
0: List►matr(
A: Matr►list(
B: Size_80%L/size


Zoom Menu (ZOOM)

ZOOM MEMORY
1: ZBox 1: ZPrevious
2: Zoom_In 2: ZoomSto
3: Zoom_Out 3: ZoomRcl
4: ZDecimal 4: SetFactors...
5: ZSquare
6: ZStandard
7: ZTrig
8: ZInteger
9: ZoomStat
0: ZoomFit
A: ZQuadrant1
B: ZFrac1/2
C: ZFrac1/3
D: ZFrac1/4
E: ZFrac1/5
F: ZFrac1/8
G: ZFrac1/10


Math Functions (MATH)

MATH NUM CPX PRB
1: ►Frac 1: Abs( 1: Conj( 1: Rand
2: ►Dec 2: Round( 2: Real( 2: NPr
3: ³ 3: IPart( 3: Imag( 3: NCr
4: ³√( 4: FPart( 4: Angle( 4: !
5: ×√ 5: Int( 5: Abs( 5: RandInt(
6: FMin( 6: Min( 6: ►Rect 6: RandNorm(
7: FMax( 7: Max( 7: ►Polar 7: RandBin(
8: NDeriv( 8: Lcm( 8: RandIntNoRep(
9: FnInt( 9: Gcd(
0: summation Σ( 0: Remainder(
A: LogBASE( A: ►n/d◄►Un/d
B: Solve( B: ►F◄►D
C: Un/d
D: N/d


Graph Format (2nd FORMAT)

RectGC PolarGC
CoordOn CoordOff
GridOff GridOn GridDot GridLine
AxesOn AxesOff
LabelOff LabelOn
ExprOn ExprOff
BorderColor
BackgroundOn BackgroundOff
DetectAsymOn DetectAsymOff


Operators (2nd TEST)

TEST LOGIC
1: = 1: And
2: 2: Or
3: > 3: Xor
4: 4: Not(
5: <
6:


Angle (2nd ANGLE)

ANGLE
1: °
2: '
3: r
4: ►DMS
5: R►Pr(
6: R►Pθ(
7: P►Rx(
8: P►Ry(


Strings (2nd CATALOG)

...
Equ►String(
Expr(
...
InString(
...
Length(
...
String►Equ(
Sub(


Statistics (STAT)

EDIT CALC TESTS
1: Edit... 1: 1_Var_Stats 1: Z-Test...
2: SortA( 2: 2_Var_Stats 2: T-Test...
3: SortD( 3: Med_Med 3: 2-SampZTest...
4: ClrList 4: LinReg(ax+b) 4: 2-SampTTest...
5: SetUpEditor 5: QuadReg 5: 1-PropZTest...
6: CubicReg 6: 2-PropZTest...
7: QuartReg 7: ZInterval...
8: LinReg(a+bx) 8: TInterval...
9: LnReg 9: 2-SampZInt...
0: ExpReg 0: 2-SampTInt...
A: PwrReg A: 1-PropZInt...
B: Logistic B: 2-PropZInt...
C: SinReg C: χ²-Test...
D: Manual_Fit D: χ²GOF-Test...
E: 2_SampFTest
F: LinRegTTest
G: LinRegTInt...
H: ANOVA(


Distributions (2nd DISTR)

DISTR DRAW
1: Normalpdf( 1: ShadeNorm(
2: Normalcdf( 2: Shade_T(
3: InvNorm( 3: Shadeχ²(
4: InvT( 4: ShadeF
5: Tpdf(
6: Tcdf(
7: χ²pdf(
8: χ²cdf(
9: Fpdf(
0: Fcdf(
A: Binompdf(
B: Binomcdf(
C: Poissonpdf(
D: Poissoncdf
E: Geometpdf(
F: Geometcdf(


Stat Plots (2nd PLOT)

PLOTS TYPE MARK
1: Plot1( 1: Scatter 1: "box" mark
2: Plot2( 2: xyLine 2: "cross" mark
3: Plot3( 3: Histogram 3: "dot" mark
4: PlotsOff 4: ModBoxplot 4: "point" mark
5: PlotsOn 5: Boxplot
6: NormProbPlot


Window Variables (VARS 1)

X/Y T/θ U/V/W
1: Xmin Tmin u(nMin
2: Xmax Tmax v(nMin
3: Xscl Tstep w(nMin
4: Ymin θmin nMin
5: Ymax θmax nMax
6: Yscl θstep PlotStart
7: Xres PlotStep
8: ΔX
9: ΔY
0: XFact
A: YFact
B: TraceStep



Zoom Variables (VARS 2)

ZX/ZY ZT/Zθ ZU
1: ZXmin 1: ZTmin 1: Zu(nMin)
2: ZXmax 2: ZTmax 2: Zv(nMin)
3: ZXScl 3: ZTstep 3: Zw(nMin)
4: ZYmin 4: Zθmin 4: ZnMin
5: ZYmax 5: Zθmax 5: ZnMax
6: ZYscl 6: Zθstep 6: ZPlotStart
7: ZXres 7: ZPlotStep

Table Variables (VARS 6)

TABLE
1: TblStart
2: ΔTbl
3: TblInput

Function On/Off Variables (VARS Y-VARS 4)

ON/OFF
1: FnOn
2: FnOff


Statistics Variables (VARS 5)

XY Σ EQ TEST PTS
1: n 1: Σx 1: RegEQ 1: p 1: x,,1,,
2: x̄ 2: Σx2 2: a 2: z 2: y,,1,,
3: Sx 3: Σy 3: b 3: t 3: x,,2,,
4: σX 4: Σy2 4: c 4: X2 4: y,,2,,
5: y bar 5: Σxy 5: d 5: F 5: x,,3,,
6: Sy 6: e 6: df 6: y,,3,,
7: σy 7: r 7: p̂ 7: Q,,1,,
8: minX 8: r2 8: p̂,,1,, 8: Med
9: maxX 9: R2 9: p̂,,2,, 9: Q,,3,,
0: minY 0: s
A: maxY A: x̄,,1,,
B: x̄,,1,,
C: Sx,,1,,
D: Sx,,2,,
E: Sxp
F: n,,1,,
G: n,,2,,
H: lower
I: upper