Command Menu Map
Control Flow (PRGM)
| CTL | I/O | EXEC |
|---|---|---|
| 1: If | 1: Input | |
| 2: Then | 2: Prompt | |
| 3: Else | 3: Disp | |
| 4: For( | 4: DispGraph | |
| 5: While | 5: DispTable | |
| 6: Repeat | 6: Output( | |
| 7: End | 7: getKey | |
| 8: Pause | 8: ClrHome | |
| 9: Lbl | 9: ClrTable | |
| 0: Goto | 0: GetCalc( | |
| A: IS>( | A: Get( | |
| B: DS<( | B: Send( | |
| C: Menu( | ||
| D: prgm | ||
| E: Return | ||
| F: Stop | ||
| G: DelVar | ||
| H: GraphStyle( |
Graph Screen (2nd DRAW)
| DRAW | POINTS | STO |
|---|---|---|
| 1: ClrDraw | 1: Pt-On( | 1: StorePic |
| 2: Line( | 2: Pt-Off( | 2: RecallPic |
| 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: Pen |
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( | ||
| 9: fnInt( | 9: gcd( | ||
| 0: Solver... |
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( |
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 | |
| 5: PlotsOn | 5: Boxplot | |
| 6: NormProbPlot |
Graph Format (2nd FORMAT)
| RectGC | PolarGC |
| CoordOn | CoordOff |
| GridOff | GridOn |
| AxesOn | AxesOff |
| LabelOff | LabelOn |
| ExprOn | ExprOff |
Matrices (2nd MATRIX)
| NAMES | MATH | EDIT |
|---|---|---|
| 1: [A] | 1: det( | |
| 2: [B] | 2: T | |
| 3: [C] | 3: dim( | |
| 4: [D] | 4: Fill( | |
| 5: [E] | 5: identity( | |
| 6: [F] | 6: randM( | |
| 7: [G] | 7: augment( | |
| 8: [H] | 8: Matr►list( | |
| 9: [I] | 9: List►matr( | |
| 0: [J] | 0: cumSum( | |
| A: ref( | ||
| B: rref( | ||
| C: rowSwap( | ||
| D: row+( | ||
| E: *row( | ||
| F: *row+( |
Lists (2nd LIST)
| NAMES | OPS | MATH |
|---|---|---|
| 1: SortA( | 1: min( | |
| 2: SortD( | 2: max( | |
| 3: dim( | 3: mean( | |
| 4: Fill( | 4: median( | |
| 5: seq( | 5: sum( | |
| 6: cumSum( | 6: prod( | |
| 7: ΔList | 7: stdDev( | |
| 8: Select( | 8: variance( | |
| 9: augment( | ||
| 0: List►matr( | ||
| A: Matr►list( | ||
| B: L |
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: 2-SampFTest | ||
| E: LinRegTTest | ||
| F: ANOVA( |
Distributions (2nd DISTR)
| DISTR | DRAW |
|---|---|
| 1: normalpdf( | 1: ShadeNorm( |
| 2: normalcdf( | 2: Shade_t( |
| 3: invNorm( | 3: Shadeχ²( |
| 4: tpdf( | 4: ShadeF |
| 5: tcdf( | |
| 6: χ²pdf( | |
| 7: χ²cdf( | |
| 8: Fpdf( | |
| 9: Fcdf( | |
| 0: binompdf( | |
| A: binomcdf( | |
| B: poissonpdf( | |
| C: poissoncdf | |
| D: geometpdf( | |
| E: geometcdf( |
Strings (2nd CATALOG)
| … |
| Equ►String( |
| expr( |
| … |
| inString( |
| … |
| length( |
| … |
| String►Equ( |
| sub( |