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:
- Quadratic (v3.0) - Provides an exact answer for a quadratic equation with integer
coefficients. Click here to see screenshots.
- Simple Roots (v1.0) - Simplifies a square root. For example given "32" it would
return "4*sqrt(2)". Click here to see screenshots.
- 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.
- 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:
- Iterator (v1.0) - Iterates a function a given amount of times. Click
here to see screenshots.
- 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:
- Identities (v1.0) - A list of useful trigonometric identities. Click
here to see screenshots.
- Formulas (v1.0) - A list of useful trigonometric formulas such as Heron's Formula
and the Law of Cosines. Click here to see screenshots.
- 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."