Top "Ti-basic" questions

TI-BASIC is the official name of a BASIC-like language built into Texas Instruments (TI)'s graphing calculators, including the TI-83 series, TI-84 Plus series, TI-89 series, TI-92 series, TI-73, and TI-Nspire.

Display variable and string on same line (TI-Basic)

In most programming languages, you can mix and match strings with variables during output. However, I can't seem to find …

ti-basic
How to add a line in the middle of the program in TI-Basic Editor?

I am writing a simple Pong game in TI-Basic but the editor won't let me insert a line into the …

basic texas-instruments ti-basic
How do I iterate through a list in a TI-83 calculator program

I created a set of programs to calculate the area under a graph using various methods of approximation (midpoint, trapezoidal, …

list ti-basic
How to Graph x^2 + (y - (x^2)^(1/3))^2 = 1 on a TI-83+

I was trying to graph this equation, but it seems that on the TI-83, none of the graphing modes can …

graph equation graphing ti-basic