Skip to content

A respository of calculator programs for high school math courses. For use on TI-83/84/+/SE/CSE/CE calculators.

License

Notifications You must be signed in to change notification settings

thatrobotdev/ti-83-basic-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ti-basic-83-programs

About

This is a collection of programs to solve highh school level problems faster on TI-83/84/+/SE/CSE/CE calculators.

These are written in TI-BASIC_83, a programming language for TI-83/84/+/SE/CSE/CE calculators. These programs are uncompiled, as .txt files. You will need to convert them to .8xp files for them to work on your calculator. For more information on how to download these onto your calculator, see Downloading

If you would like to add some helpful programs, or improve these, please create a pull request!

Program Name Source Code Compiled Description Equation Configuration
QUADFORM QUADFORM.txt QUADFORM.8xp Finds quadratic formula for both possibilities, and rounds to answer to 2 decimal points. b±√((b²-4ac)÷(2a)) mode → NUMBER TYPE → a+bi

Downloading

Requirements

You need

How to download a program onto your calculator

  1. Connect your calculator to your computer with the cable.
  2. Open the TI Connect™ Software.
  3. Click the 3 blocks icon on the left bar.

Compile the program yourself

  1. Click New Program
  2. Copy the source code (.txt file) of the program that you want to download and paste it into the TI Connect™ Software.

Use the pre-compiled program.

  1. Download the .8xp file of the program that you want to put on your calculator.
  2. Click Open Program
  3. Navigate to where you stored the downloaded .8xp file.

  1. On the top toolbar, click the icon of a calculator with an arrow.
  2. Change NAME ON CALCULATOR to desired name.
  3. Change LOCATION to RAM or Archive, depending on where you want to save the program. Which should I choose?
  4. Ensure you calculator is selected.
  5. Click SEND

FAQ

Should I download to RAM or Archive?

RAM, or Random-access memory, is volatile memory on your calculator, which means that if your calculator crashes or you change your calculator battery, your programs on the calculator will be deleted.

Your calculator archive, or ROM (Read-Only Memory) is much more stable, and there is more storage in this part of the calculator than RAM, meaning that you can store more programs. However, as the name suggests, you cannot edit programs in this part of the calculator.

You should download your calculator programs to the archive, rather than the RAM.

Later, if you want to unarchive a program, you can do

2nd → mem(+) → 6 → prgm → (the name of the archived program) → enter

This repository is licensed under the Unlicense, which means that these programs are released into the public domain.

Trademark Notice

TI Connect™ is a trademark owned by Texas Instruments Incorporated. This repository is not affiliated, sponsored or endorsed by Texas Instruments or its partners.

About

A respository of calculator programs for high school math courses. For use on TI-83/84/+/SE/CSE/CE calculators.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published