TI-Basic

To download a program, click on the approporiate link. After the download finishes, unzip the folder. Use a TI Linking Software such as TI Connect to transfer the program to your calculator.

PROGRAM (v1.0)

My first program pack. It includes 4 programs:

  1. Quadratic (v3.0) - Provides an exact answer for a quadratic equation with integer coefficients. Click here to see screenshots.
  2. Simple Roots (v1.0) - Simplifies a square root. For example given "32" it would return "4*sqrt(2)". Click here to see screenshots.
  3. Complex Roots (v1.0) - Returns all the roots of a number. For example for cubed root of 8 it would return 2, -1+1.732i, -1-1.732i. Click here to see screenshots.
  4. Newton's Method (v1.0) - Uses Newton's Method to find the zeroes of a function. Click here to see screenshots.

Click here to download program pack "PROGRAM."

CHAOS (v1.1)

I wrote this program pack for my Chaos Theory class. It includes 2 programs:

  1. Iterator (v1.0) - Iterates a function a given amount of times. Click here to see screenshots.
  2. Graphical Iterator (v1.1) - Graphically iterates a function a given amount of times. Click here to see screenshots.

Click here to download program pack "CHAOS."

TRIG (v1.0)

I wrote this program pack to help students taking Trigonometry. It includes 3 programs:

  1. Identities (v1.0) - A list of useful trigonometric identities. Click here to see screenshots.
  2. Formulas (v1.0) - A list of useful trigonometric formulas such as Heron's Formula and the Law of Cosines. Click here to see screenshots.
  3. Triangle (v2.0) - One of my best programs. Out of the three angles and the three sides for a triangle, given 3 the program returns the other three. Accounts for the ambiguous case. Click here to see screenshots.

Click here to download program pack "TRIG."