ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: File Archives :: TI-86 BASIC Math Programs (Algebra)
File Archives

TI-86 BASIC MATH PROGRAMS (ALGEBRA)

Archive Statistics
Number of files 127
Last updated Thursday, 17 January 2013
Total downloads 408,695
Most popular file  Algebra II Toolbox v5.7.86 with 10,818 downloads.

Click a filename to download that file.Click a folder name to view files in that folder.Click  for file information.

Icon legend: File with screen shots File with animated screen shots File with reviews Featured programs


NameSizeDateRatingDescription
(Parent Dir)folder Up to TI-86 BASIC Math Programs
polyops.zip2k13-01-17File is not ratedPolyOps
This program multiplies, divides, and factors polynomials. When you make a choice of either one of the alternatives, you are asked to enter the coefficients of the polynomial/s. If you choose to multiply or divide, you enter the coefficients of the polynomials as lists, and you will get the coefficients of the product resp. the quotient and the remainder. If you want to factor, ( the program finds all of the linear factors of a polynomial ) you first give the degree, and then the coefficients of the p. The program then factors the polynomial. If there are irrational or imaginary/complex roots in addition to rational ones, the program gives you the coefficients of the remaining polynomial.
addmult.zip2k11-02-23File is not ratedFactoring Trinomials
ADDMULT: This program asks for two numbers A and B, then finds two numbers C and D, that add up to A and multiply to B, so that A=C+D, and B=C*D, if that is possible. If not, the program gives you a "FAILED". This is for factoring trinomials. ADDMULT1: This program assumes that the trinomial you are trying to factor is a quadratic equation on the form: AX^2+BX+C=0, so if it can't find two integers that add up to A and multiply to B, it solves it by giving you two irrational or two complex numbers.The program always asks for A. ADDMULT2: This program is less complicated to use. It asks you for two numbers A, and B, and then finds the two numbers C, and D, that add up to A, and multiply to B, wether C or D are real integers or irrational/complex numbers. ADDMULT3: This program is aimed for the general problem. It asks you for the degree of the first term, then for its coefficient, the degree of the second term, and its coefficient, then for the last term. If the "roots" are real and rational it factors them for you. But it can also handle complex numbers if they are rational. I would like some feedback on these programs. Please let me know what you think of them!
equationconverter.zip1k10-02-20File is not ratedEquationconverter
This program converts from AX^2 +BX +C= 0, to A(X -H)^2 +K= 0, and the other way around: From A(X -H)^2 +K= 0, to AX^2 +BX +C= 0. It also converts from (AX +B)(CX +D)= 0, to AX^2 +BX +C= 0, and from (AX +B)(CX +D)= 0, to A(X -H)^2 +K= 0. It has only 428 bytes. Please let me know if you find it useful!
radred2.zip1k09-10-24File is not ratedRadred2
This program simplifies a square root of an integer. It is very fast because it only counts up to the third root of the integer, at the most. Yet it always gives correct results. The advantage with this program compared to Radred, is that it doesn't skip End- commands, while skipping them consumes a lot of memory. Only 417 bytes on calc.
logx.zip2k06-04-12File is not ratedLogX
LogX solves for unknowns (x) in one of many places in both logarithms and exponential form variants. Choose the problem that closest matches the one you wish to solve by entering the corrosponding number. Entering 0 (zero) displays screens with other forms of log and exponential problems. Everything is just as self explanatory as it was in the first release, just enter the number for every letter prompted that matches with the corresponding places in the problem you wish to solve, and the unknown (x) is displayed.
root86.zip1k05-05-21File is not ratedAll Root Simplifier
Quickly simplifies roots of any power for any integer. Other versions by different authors don't work because they can't even simplify the cube root of 125. This one is flawless! Try it!
symmetry.zip1k04-07-11File is not ratedSymmetry
Given the coefficients of a polynomial, this program will find the point of symmetry.
asuperfactoringprogram.zip2k03-10-25File is not ratedThe Ultimate Trinomial Factoring Program
The ultimate FOOLPROOF TRINOMIAL FACTORING PROGRAM is here. This is for the Pre-Algebra student all the way up to college mathematics. In this little puppy you will aways find the correct factors to a single variable trinomial. In fact, it will factor ANY 2nd degree trinomial by just entering it in as the coefficients. It will even tell you the greatest common factor, which means it is factored as much as any teacher can ask for! For example, 27X^2 + 108 = 27(X-2)(X+2). GET IT RIGHT NOW!
expandp.zip1k03-07-23File is not ratedPolynomial Term Expander
Expands terms to form a second, third, or fourth-order polynomial. For example- (3x-2)(x+4) = 3x^2+10x-8.
funcevod.zip1k03-03-27File is not ratedFunction Even or Odd
This program lets the user input any function, and the calculator tells the user if the function is even, odd, or neither. A function is even if f(-x)=f(x) A function is odd if f(-x)=-f(x) The screenshots below are the only three screens in the entire program. The program is small (only 538 bytes on the calculator) and fast.
standard.zip1k03-03-23File is not ratedStandard->slope intercept
convert a line in standard form into slope intercept form
fastreducer.zip1k03-03-23File is not ratedReducer
Reduces square roots much much faster than other programs
sumprod.zip1k03-03-09File is not ratedSum/Product of Roots
This version works, sorry for the inconveniance. This finds the sum and product of the roots of anypolynomial up to the 5th degree. For smaller degrees just put "0" for that variable.
ratroot.zip1k03-03-09File is not ratedRational Root Finder (updated)
This uses the rational root theorem to find all the possible rational roots of a polynomial up to the 5th degree and then checks each one to see if it is actually works. This is an updated version and the time it takes to work has been reduced by at least half an hour. (it only takes about 1-2 minutes now!)It's a pretty useless program because you can work it out in your head in a couple seconds, but it's good for learning about dealing with lists because it does a lot with them.
synthetic.zip1k03-03-09File is not ratedSynthetic Substitution
This program does synthetic substitution (a method for both dividing a polynomials by a number and also for finding out if a number is a root of the polynomial. You can do multiple run-throughs without re-entering the polynomial and you can make it automatically run again using the results that it got so that you don't have to type them in. Works up to 5th degree.
eqfind.zip1k03-03-09File is not ratedEquation Finder
This includes 3 programs that ask for you to give it the roots of a cubic, quartic, or quintic equation and will find the equation for you.
algcol86.zip2k03-03-05File is not ratedThe Algebra 2 Collection 86
In this 100% BUG FREE math program there is:A system solver in which you plug in the variables of each equation into it, and it gives you the solution, and the y=mx+b form.
alg2canreference.zip2k02-09-27File is not ratedAlgebra 2 Can Reference
An easy on-calc guide to the programs needed to run Algebra 2 Can- useful when moving data to another calculator.
syntheti.zip1k02-09-27File is not ratedSyntheti
Takes a polynomial up to the 6th power and synthetically divides it by whatever you tell it to, shows the work, and reports if it is a factor, upper bound, lower bound, or any combo of the 3
anyroot.zip1k02-09-27File is not ratedAnyRoot
Simplifies ANY root of ANY number
alg2can.zip18k02-06-08File is not ratedAlgebra 2 Can
FINAL VERSION- 3.0: Algebra 2 Can is a handy, fully customizable TI-86 math program. It includes instructions for log properties, powers, polynomials, radians, trigonometry, and parabolas; coordinates system for midpoint, distance, and slope; conversions between standard, y-intercept, and point-slope forms; square root simplifier; quadratic formula & grapher; conics w/ grapher (for circles, parabolas, hyperbolas, and ellipses- plus the general form); synthetic division; trinomial factoring; transformation matrix & quadrant key (plus the unit circle); inverse matrices finder; compound interest; logarithms (exponent form too!); antilogarithms; and base finder; plus a picture of a toucan. (Whew!!!)
algef86.zip1k02-06-02File is not ratedAlgebra Formulas
Displays the formulas for arithmetic operations, exponents/ radicals, factoring special polynomials, binomial theorem, quadratic formula, and inequalities/absolute value separated into categories.
syntdivi.zip10k02-05-12File is not ratedSynthetic Divider 1.0
This program will use synthetic division to divide a polynomial of any degree by the factor x-n. It will also show all work.
variton.zip1k02-04-12File is not ratedVariton
This program does direct, inverse, and join variation very quickly, and extremely simply. Works great for any problem that gives you bare bones facts and forces you to find the vatiation. Uses standard TI-86 menus to make the operation as simple as possible
synthet.zip1k02-03-17File is not ratedSynthetic
Simply solves for synthetic polynomial division. Can also be used to find zeros with needed data left over.
twalg.zip12k02-03-03File is not ratedTisthammerw’s Algebra Toolkit v1.3
UPDATED — Lots of nice math programs. This program features an equation solver (can handle 1, 2, and 3 variable equations), quadratics (find zeros, including exact answer; factor, and find vertex), coordinate math (find distance, midpoint, and conversions to the slope-intercept form y = Mx + B), square root simplification, factor integers (both regular factoring and prime factorization), logarithmic functions (does logarithms, antilogarithms, and finds a base), and a polynomial expander (multiplies two or more polynomials together and can even deal with non-integer powers).
sf86.zip1k02-01-01File is not ratedSlope Finder
Finds the slope using the (y2-y1) / (x2-x1) formula
alg2pck.zip2k02-01-01File is not ratedAlg2Pck v1
Will do a number of Algebra/Algebra2/Geometry math functions.
parobla.zip2k01-12-22File is not ratedparabola solver
solve for paroblas, this program will tell you the vertex, axis of symetery, focus,directx,lactas,and direction of opening for a parobla in the form of y=a(x-h)2 +k or x=a(y-h)2 +k
mathtool2.zip9k01-08-05File is not ratedMath tools v.1.04
This is a math program that i made for algebra 1
taypol.zip8k01-06-01File is not ratedTaypol
Taylor polynomials with rational coefficients
sqrtred.zip1k01-06-01File is not ratedSquare Root Simplifyer/Reducer
This is a program that simplifies square roots and works great! You just put in something like "sqrt 24" in and get "2 sqrt 6" out! It is great!
chapter4.zip2k01-05-16File is not ratedChapter 4 Helper Programs
This program is meant for use with the MERILL/GLENCOE ALGEBRA 2 book, more specifically Chapter 4. This program contains useful subprograms that will solve for the determinant of both a 2x2 and 3x3 matrix, solve for Cramer's rule in 3 and 4 variable form. Area will find the area of a triangle when given three vertices. It also contains notes on matrices. Refer to the Matrices chapter in your TI 86 guide book for more information on matrices.
chapter3.zip1k01-05-16File is not ratedChapter 3 Helper Programs
This program contains tools useful to students taking an Algebra 2 (or 3-4) class and are using the MERILL/GLENCOE ALEGBRA 2 BOOK. In my class our teacher allowed these programs because he knew that if we knew how to program them, we knew how to do the math, so here they are for your use. The features included are: Cramer's Rule for 2 or 3 variables, Constant and Dependent information, Solving for the determinant in a 2x2 matrix, Quadrant information with X,Y,Z.
lagrange.zip1k01-03-12File is not ratedLaGrange Polynomials
This is an excellent program that will do 1st, 2nd, and 3rd degree Lagrange polynomials. It helps out immensely and saves lots of time. Since it does all the tedious computations for you.
radred.zip1k01-02-22File is not ratedRadred v2.10
Reduces a squareroot of an integer.
expdr.zip2k01-02-20File is not ratedPolynomial Expander v2.0
UPDATED – Multiplies two or more polynomials/numbers together. This version can even do polynomials with non-integer powers.
ireduce.zip1k01-02-12File is not ratedi Reduce v1.0
Reduces i^x. Useful when working with imaginary roots.
polydivi.zip1k01-02-07File is not ratedPolynomial Division
Divides a polynomial by another using coeffiecents
algcse.zip1k01-01-22File is not ratedAlgebra Cheater S.E.
The best algebra cheater wrote in basic. It has five great programs that do all kinds of algebra functions.
bgalg.zip1k01-01-04File is not ratedAlgebra Helper v2.0
Written very well with no flaws, has two programs that will help you calculate slope and find intrest.
trinom.zip1k00-12-23File is not ratedTrinomial Factorer
This is the one and only trinomial factorer. It works for perfect squares, negative coefficients and, ITS REALLY FAST! This is the real deal. This is a must have for all high school math students.
exact.zip1k00-12-04File is not ratedExact
exact answers the exact value (e.g. pi/2 or 2 sqrt(3)) of an approximate number (1.5708 or 3.4641)
radsimp.zip1k00-11-13File is not ratedRadical Simplifier Plus v2.5
Simplifies real radicals of any integer index (square roots, cubic roots, ...)
squrt.zip1k00-11-06File is not ratedSquare Root
Reduces square roots
algebra3.zip1k00-10-28File is not ratedAlgebra Super Program
An algebra and goemetry program that does Circle Arc Length, Circle Area, Circle Circumference, Circle Sector Area, Regular Polygon Area, Sphere Surface Area, Sphere Volume, Triangle Area, and The Pythagorean Theroum
factor5.zip3k00-10-20File is not ratedPolynomial Factor v3.1 (Patch)
This program factors second degree polynomials just like a Ti-89 or Ti-92. This version resolves the bugs that were still in version 3. It's a must have for Algebra students who have difficulty factoring. Displays both solutions and discriminant.
syndiv3.zip1k00-10-09File is not ratedSynthetic Division
Does Synthetic Division!!
xyint.zip1k00-10-07File is not ratedIntercepts Calculator
Calculates the X and Y intercepts of a line with 2 points you input.
frontend.zip1k00-08-24File is not ratedfrontend
Updated frontend for CAS86; minor bug fixed
cas86.zip27k00-08-22File is not ratedCAS86
Advanced Mathematics Software capable of symbolic and exact computations; speed increase over v2.1
alg2tool.zip4k00-07-13File is not ratedAlgebra II Toolbox v5.7.86
Newest Version!! Update and bug fix that all. Factors!!!! (Quadrtacic form only right now, ax²+bx+c). Factoring speed increased. BUGS found and Fixed. Quadractics Section Fixed!: Error Trapped and small BUGS fixed. A great Algebra II program. Many wanted utils: Factoring (ax²+bx+c), Quadractic, Cramer, Synth Div and much more!! Great GUI. Very User Friendly. Great for Alg2 or higher math class, espically for people who are lazy and let the calc do all the work which is a smart move. So check this program out, and Enjoy!
roots3.zip1k00-06-27File is not ratedRoots v1.0
A great square root simplifying program that always works!
apolynom.zip1k00-06-02File is not ratedApolynom v86
I'm very sorry to those 29 people the downloaded apolynom. You'll have to download these programs to make it work. I forgot to put them in the zip file. To everyone else: your going to have to download this to make apolynom work. Sorry!!!!!
reduroot.zip1k00-05-29File is not ratedRoot
One of the fastest radical reducers, but the only one that does any root from -99 to 99 AND rationalizes the answer when necessary (with negative roots). The only drawback is imaginary numbers are not supported yet.
dmath.zip5k00-05-27File is not ratedDmath v0.9.3
This is simply the best Algebra II program that I have ever seen. I does almost anything.
mathhelp2.zip7k00-05-23File is not ratedMath Helper v12.0
This is a collection of programs mainly for use in Algebra 1 and 2.
alghelp.zip3k00-05-23File is not ratedAlgebra Helper v2.0
Contains programs that help in easy to mid algebra
radical3.zip1k00-05-21File is not ratedRadical Simplifier
Simplifies radicals (duh).
synthdiv2.zip4k00-05-16File is not ratedSynthetic Division
I've looked at all the other synthetic division programs here, and I think my is the easiest and best (the best part being it uses the graph screen for a visual answer, and RESTORES it when it's done- mine's the only one that does that :)
ms86.zip20k00-04-29File is not ratedMathSuite 86
A suite of Algebra I math programs
function2.zip2k00-04-24File is not ratedFunction Solver
This program will allow you not only to solve linear and quadratic functions (for x-intercept and roots), but it will allow you to display over 20 things associated with the formulas, graph derivatives and formulas, and plug in values for x!
parab86.zip3k00-04-21File is not ratedParabola
This program will calculate the discriminate of a quadratic equation so that you can tell whether or not it is factorable, display the graph of the parabola, calculate the vertex, and more. Very useful when trying to factor quadratic expressions.
function1.zip1k00-04-13File is not ratedFunction
Give x, and the equation, and it solves it.
discrim.zip1k00-03-29File is not ratedDiscriminant
Calculates the discriminant, has some notes built on it to.
tbox.zip5k00-03-15File is not ratedAlgebra Toolbox 1.2
Update of Toolbox 1.0. Smaller, and with slightly more functions.
syndiv2.zip1k00-03-07File is not ratedSYNDIV v1.0
Does synthetic division on polynomials
binomial.zip1k00-03-05File is not ratedBinomial
Binomial will calculate the coefficients of a binomial expansion to the order specified.
xreduce.zip1k00-03-04File is not ratedXReduce v1.02
A program that reduces a number under an "x" radical.
syndiv.zip1k00-03-02File is not ratedSynthetic Division
Synthetic division program that graphically displays calculations and results on the screen.
raducer.zip1k00-03-01File is not ratedRadical Reducer v1.05
The SMALLEST radical reducer available for the TI-86!
baspalg.zip3k00-01-14File is not ratedBasic Properties
Listing of Basic Properties for Algebra.
stdyint.zip5k00-01-08File is not ratedStandard form to Y Int.
This program is simple and small. What it does is it changes a standard form equation of a line into Y Intercept for of a line.
expand.zip1k00-01-02File is not ratedExpand
This is a program that allows you to expand two polynomials, having entered their coefficient values into a list
synthdiv86.zip3k99-12-25File is not ratedSynthdiv 86 v1.2
Synthetic Division program, outputs quotient as a list.
rfact86.zip1k99-12-25File is not ratedRFact 86 v1.31
Quickly factors radicals of any degree. Has semi-pretty output.
radcal86.zip1k99-12-11File is not ratedRadical 86
Program that allows the user to enter a root then the number. It simplifies the radical.
standslope.zip1k99-12-08File is not ratedStandard - Slope Converter v1.1
This program converts standard eqations to slope-intercept and vica-verca.
xrad.zip1k99-12-07File is not ratedXRAD v1.1
This program reduces radicals pretty quick. You enter the root.
unudg.zip2k99-12-07File is not ratedUnUDG v4.0
This program takes your UDG (Ugly Decimal Garbage) and changes it into an exact answer. It will solve for roots, and pi's.
bintheor.zip1k99-12-07File is not ratedBinomial Theorem
Expands binomials of format (Ax+By)^N.
polydiv.zip1k99-11-21File is not ratedPolynomial Divider
Divides Polynomials by a Binomial. Made by the TI-Source.
para.zip2k99-11-21File is not ratedParabola 86
A Parabolic Utility designed to evaluate a parabola.
alg2misc.zip1k99-11-21File is not ratedAlgebra II Miscellaneous Utilities
Algebra II Miscellaneous Utilties that calculate slope, axis intercepts, more. Made by the TI-Source
xysolve.zip1k99-11-18File is not rated2 Variable Equation Solver
Solves equations containing two variables.
taylor2.zip1k99-11-18File is not ratedTaylor Polynomial Expansion
polyn.zip1k99-11-14File is not ratedPolynomial Operations
math.zip1k99-11-14File is not ratedMath, The Super Quad Divider
This program is great for tests.
udg.zip2k99-11-05File is not ratedUDG1 and UDG2
Simplifies (Ugly Decimal Garbage) using roots and pi
roots2.zip1k99-11-05File is not ratedRoots 86
Finds the roots of a specified number.
bible20.zip2k99-10-09File is not ratedThe Algebra LN Bible v2.0
A useful algebra program for any student enrolled in an intensive algebra course.
linear.zip2k99-09-26File is not ratedLinear Equations Solver
This program solves all linear equations with up to 30 variables.
aslope.zip1k99-09-19File is not ratedAslope v1.0 Beta
Just a program to find out the slope equation, y-intercept, and has an easy graph function.
slope2.zip1k99-09-11File is not ratedSlope Intercept Finder
This program will find the slope intercept in all the different ways you can imagine.
taylor86.zip2k99-06-12File is not ratedTaylor86
Taylor polynomial, and nth derivative.
exponent.zip1k99-04-19File is not ratedExponential Equation Solver v1.0
Exponential Equation Solver
ired.zip1k99-04-02File is not ratedi (sqrt -1) reducer
Reduces sqrt -1
discrm86.zip1k99-03-13File is not ratedDiscrim v4.3
Discriminant checker quadraitic solver
rad.zip1k99-02-02File is not ratedRadical Reducer
Reduces radicals
oddreven.zip1k99-02-02File is not ratedOdd or Even
Finds out whether a given x in function is odd or even
qradx.zip2k99-02-02File is not ratedQuickRadX
factors radicals QUICKLY w Pretty Print
roots86.zip1k98-12-02File is not ratedRoots
radredus.zip1k98-11-15File is not ratedRadical Reducer v2.0
Lets you reduce radicals and do normal math in the same program. Understand Try it.
mathscrn.zip1k98-11-15File is not ratedMath Screen v1.0
Lets you reduce radicals, solve equations, and do normal easily in the same program. You can hardly tell your in one
lineeq.zip1k98-11-15File is not ratedLine Equations
Finds the equation of a line in standard and in y intercept form given different data sets
dirorinv.zip1k98-09-28File is not ratedDirect/Inverse Relationship Finder
This program is used to find the solution to problems that deal w certain items either being directly, or inveresly related to other items.
findrad.zip1k98-09-27File is not ratedFindRad v0.5 Beta
Finds the exact radical form for a decimal answer
algeform.zip1k98-09-23File is not ratedAlgebraic Formula Helper v1.0
Algebraic Formula Helper 1.0 contains AREA, VOLUME, LATERAL AREA, SURFACE AREA, MASS, MIDPOINT, AND DISTANCE BETWEEN TWO POINTS
qrad.zip2k98-07-27File is not ratedQuickRad v3.0
Simplifies radicals of any degree.
fact1.zip1k98-05-27File is not ratedPolynominal Division Factorization
Factorize polinimial division
roots.zip1k98-05-19File is not ratedRadical Reducer
synthdiv.zip1k98-05-02File is not ratedSynthetic Divider
algebra2.zip6k98-05-02File is not ratedAlgebra 2 Math Helper v2.0
Algebra 2 Math Helper 2.0
slope.zip1k98-04-19File is not ratedSlope v1.1
Various slope operations.
binom4.zip1k98-04-11File is not ratedBinom4 (binomial expander)
Binomial Expander for the TI 86
synth.zip1k98-04-04File is not ratedSynth 1.0 (synthetic division)
Synthetic Division, solves for zero
radical86.zip1k98-03-01File is not ratedRadical 86
This is the fastest way to simplify radicals You can even simplify negate roots
root.zip1k98-03-01File is not ratedRadical Reducer 1.0
Reduces radicals to simplest form
synth86.zip1k98-02-13File is not ratedSynthetic Division 1.0
Synthetic Division
function.zip1k98-02-13File is not ratedFunction 1.0
Find the Function of a polynomial
ratroots.zip1k98-02-13File is not ratedRatRoots 1.0 - Rational Roots Finder
Rational Roots Finder for TI 83
tb60.zip2k98-01-17File is not ratedAlgebra II ToolBox 6.0
Helpful compilation of Algebra Utilities
algtools.zip4k98-01-11File is not ratedAlgebra Tools 86 v1.5.1
Slope, Cramer s Rule, general Algebra Tools.
radical.zip1k98-01-04File is not ratedRadical Reducer
algii.zip4k97-11-28File is not ratedMath 2.7
sys3.zip1k97-09-29File is not ratedSYS3 v1
eqline.zip1k97-09-25File is not ratedEquation of Lines
cplxrt.zip1k97-09-06File is not ratedComplex Root

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer