We're glad you came by, but you might find what you're looking for elsewhere.
TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.
Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.
You have not uploaded your program! Please to upload your program.
Joseph Walker
Has a menu that links to the following functions:
Equation:
This solves for X.
First, enter in the left side. Then the right side. X will be displayed if the equation is solvable. If the
equation is not solvable, there may be an error. If an error occurs, do not try and edit the program. The error
is with the equation you gave it. Make sure to close all parentheses or the equation will be interpreted wrong.
Quadratic Solver:
Solves a quadratic equation. Pretty self explanatory.
Simultaneous Solver:
Solves for x and y when given two equations of the form ax+by=c.
Radical Simplifier:
I got this program from https://www.mcelroytutoring.com/blog-post.php?id=4332&title=10+Helpful+ACT+Math+Calculator+Programs+for+the+TI+Graphing+Series+of+Calculators
All credit goes to them.
This program is pretty self explanatory. It simplifies radicals.
Mean, Median:
Enter in a list of the form {element1, element2, …, elementN}.
The program will display the mean and the median of the list.
Sequence:
First enter in the first term of the sequence. Then enter in the change number and 0 or 1 respectively depending on
whether each consecutive term of the sequence should have the change number added to it or multiplied by it. Then enter
in the number of terms of this sequence you want to calculate. The resulting sequence will be displayed and stored in L1.
The last term of the sequence is also displayed. Example: Input: 1ST TERM:2, COMMON D:5, N TERMS:4, CHOICE?1
Output: {2 10 50 250}, 250
This is helpful on math problems that deal with arithmetic and geometric sequences.
Pythagorean Solver:
Enter the variable in the pythagorean theorem you want to solve for. Then enter the values of the other two variables. The
value of the variable you chose to solve for will be displayed. Example:
Input: SOLVE FOR:C,A=7,B=24
Output: C=25
This is helpful in geometry and trigonometry classes.
Distance, Midpoint, Slope:
This will ask you for two points, (X1, Y1) and (X2,Y2), and then display the distance between the points, the midpoint of the
points, and the slope of the connecting line between the points.
Formulas:
Displays random formulas I've needed to 'remember'. When you see "MORE…", press [ENTER] to continue.
What the community thinks:
Hey everyone, I've tried to release programs before, but couldn't because of a bug on either my computer or this website. But now it finally let me. Let me know what y'all think!