TI Basic

Calculator

68k TI-Basic

  • TI-89
  • TI-89 Titanium
  • TI-92
  • TI-92 Plus
  • Voyage 200

Editor

TI-Program Editor for Voyage 200 (official)
TI Program Editor (ZIP) => unofficial
TIEdit, 27.08.2017

TI-Basic Editor

TI-Basic Starter Kit » Computer Setup
YouTube: TI Program Editor (Video)

Wikipedia: TI-Basic

Wikibooks

TI-Basic
TI-Basic für Voyage 200

Screenshots

Program or Function
  • Functions (defined with Func..EndFunc)
    return a value, and can’t affect the overall state of the calculator.
  • Programs (defined with Prgm..EndPrgm)
    can do anything, but don’t return a value directly.
PRGM Argument

tibasicdev.wikidot.com

Programming Commands
Graphics Commands
Command Index

Examples

RSA Encryption

Output
Input
Disp
Text

Lists

Lists and Their Commands

{ 1, 2, 3 } -> a
a[0]  Dimension error
a[1]  1
a[2]  2
a[3]  3
a[4]  Dimension error

Matrices

Matrices and Their Commands

[ 1, 2; 3, 4] -> a
[[1, 2][3, 4]] -> b
{{1, 2}{3, 4}} -> c

68K

setMode
ClrIO
The & Command (append)
expr
string
String Functions
format
approx

Variable Declaration

(STO Key, on the right of Space)

Control Flow

Control Flow Overview
If
For

Imaginary number

The round() command
Strangely enough, if you enter an imaginary number into the round() command, nothing happens and the calculator returns the same function in a simplified form.

Imaginary

Leave a Reply

Your email address will not be published. Required fields are marked *