Path: Math : TI-92 :
Path: TI-92 :

TI-92 Calculator

TI-92 Calculator


The solve function can be used to solve equison...
The factor function can be used to factor an expression or equaison...
The integeral symbol can be used to solve an integral...
The differentiate function can be use to find the anti-derivative...
The & operator can be use to string concatinate...
The expr(str) function can be use evaluate a dynamic string of math...

Listed below is the hello world program for the TI-92 calculator...

:hello()
:Prgm
:Disp "Hello, world"
:EndPrgm