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

TI-83 BASIC MATH PROGRAMS (ALGEBRA)

Archive Statistics
Number of files 149
Last updated Sunday, 22 May 2022
Total downloads 654,795
Most popular file  Factor Any Polynomial (Update) with 41,833 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-83 BASIC Math Programs
a3.zip1k13-01-02File is not ratedX^3+aX^2+bX+c=0
A3: This little program of 231 bytes solves third degree polynomials on the form: X^3+aX^2+bX+c=0. You only get the numerical roots though. A3S: This little program of 250 bytes solves third degree polynomials on the form: aX^3+bX^2+cX+d=0. Only the numerical roots though.
abc2hk.zip1k01-01-04File is not ratedABC2HK converter
This program easily converts equations in standard (ABC) form into vertex (HK) form. Just give A,B, and C variables.
absolute.zip1k97-12-04File is not ratedAbsolute Value Inequality Solver
acubice.zip5k15-05-28File is not ratedACUBICe
The Program finds the Solutions of the CUBIC EQUATION Ax^3 + Bx^2 + Cx + D = 0 and GRAPHS the corresponding function. The three roots, real or imaginary, are rounded to 4 decimal places. The graph displays the points of the x-intercept(s), the inflection point, and the local maximum and minimum (if they exist).
addmult.zip2k12-12-24File 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!
advsolver.zip1k02-10-15File is not ratedAdvanced solver
This program can solve ANY equatation and not just the ones equal to 0. It has variable detection, so you can use variables A => Z. After calculation, it puts the result into a fraction if possible.
aformel.zip1k98-06-23File is not ratedAformel
Aformel (finds exact value from Ans)
ah.zip3k00-04-09File is not ratedAlgebra Helper v2.7
This is a helper for Algebra 1 students. It has many formulas,
alg1.zip1k02-09-30File is not ratedAlgebra 1 Programs
There are a bunch of formulas, and some linear equation stuff, too. You can input two graph points for slope, or putting it in slope-intercept or point slope form. It has volume, surface area and perimeter functions, and some quadratic equation/formula stuff.
alg2.zip13k00-01-04File is not ratedAlgebra II v5.1
Alg2 is a math utility for Algebra II, but it's quite useful in other branches of mathematics. It solves quadratics in exact form, simplifies xth root radicals, solves a system of 2 or 3 equations, converts between expanded and vertex forms of a parabolic function, converts the forms of a line, and solves any equation for x.
algebra283.zip10k01-02-08File is not ratedThe Ultimate Algebra 2 Collection
This is a collection of several helpful Alegbra 2 programs including a quadradic equation simplifier (shows a quadradic equation in simplest radical form and decimal form), an imaginary number simplifier (takes i^X and finds true value), a factorial finder (finds the decimal value of 70! and higher), a radical simplifier (shows a radical in simplest form - works for any root!), a synthetic division solver, and a system solver (takes Ax+By=C and Dx+Ey=F and solves for x and y). All programs are 100% accurate! See readme for more info on each program. A minor bug in which the quadradic formula solver wouldn't calculate non-simplifiable discriminates properly was fixed and I added the synthetic division solver.
algebra2program.zip108k03-10-25File is not ratedThe Super Duper Ultra Hyper Mega Algebra II Program
Simply Put: This Program will do all the things you will learn in Algebra II. Now that school is over, the entire year-long project has ended in SUCESS!!! Using my programs, I only missed ONE on the final out of 80! ***Special Thanks To: Edwin Howard For His Help*** This is the only algebra II program you'll ever need because it has everything all in one big package. This Update includes the Newly Split Algebra2 Program into Algbra2A and Algbra2B.
algebra2.zip1k02-03-11File is not ratedAlgebra Teacher 2 v1.1
This is an informative math program for people who have trouble with Algebra 2 (many of the concepts in Algebra 2 are similar as in Algebra 1 so you can also download my Algebra 1 program as a supplement to this one or vice-versa).
algebra.zip1k00-01-08File is not ratedAlgebra Teacher v1.0
A good math program for people who have problems in math.
algebraz.zip9k00-03-02File is not ratedAlgebraZ v3.6
The complete algebra toolkit for the 83.
algef83.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.
alghelp.zip2k00-12-10File is not ratedAlgerbra Help v2.0
This is a basic algerbra program with many of the things you need to do algerbra. A must download for any algerbra student. Made by Ricky Johnson.
algtool.zip4k00-05-12File is not ratedThe Algebra Toolkit v2.0
solves quadratic equations and systems of 2 or 3 linear equations, graphs conic sections, solves oblique triangles, and calculates the angles and area of any regular polygon
allineque.zip15k12-03-07File is not ratedALLINEQUe
The Program solves ALL linear INEQUALITIES in x including 1: Single, such as 4(1 – 2x) < -12, 2: 3-Part, such as 2 < 5(8 – 3x) < 9, 3: Compound AND, such as 5 < 2(x + 7) and 3(1 – x) > 2, 4: Compound OR, such as 3(2 – x) > -3 or 11 > 2(3x – 1), 5: Absolute value, such as abs(2x + 3) < x + 10.
allroots.zip1k99-02-25File is not ratedSolve for Roots of Polynomials
Solves quadratic, cubic, quartic
allsolve1.zip1k12-12-24File is not ratedALLSOLVE
ALLSOLVE: This is a multi purpose equation solver for real roots. It can solve a wide variety of equations. For example: log(X^2)=.4, abs((X-3)(X+2))=4, cos(X^2)=.5, (X-300)(X-400)(X-500)(X-600)=0, cos(X)=X^2+3X, (X+1.1)(X+1.2)(X+1.3)=0, abs(X^3-1)=7, (X^3-7)^(1/3)=X-1. First you enter the equation, then you enter the number of solutions that you search for. The program can find six solutions at the most. ALLSOLV1: This is the same program as the one above, except that you don't have to figure out how many roots the equation has. It shows them as it finds them. On the other hand it stops with an "ERR: NO SIGN CHNG", if there are less than six roots. Just press [ 1 ] then to quit. The roots are in list L1, and in the first six value memories.
aplus_radical.zip2k03-06-03File is not ratedA+ Radical Simplifier
At last, a high-quality program to simplify square roots! This program simplifies both positive and negative roots extremely quickly, even for large numbers. It then prints the result in proper radical form and right-justified, just as TI-OS prints answers to expressions you type. This program, while not meant to be a substitute for learning to simplify radicals, saves lots of time for those who already know how to perform this tedious task. And because A+ Radical Simplifier is only 264 bytes, you don't have to worry about having enough memory on your calculator to play games and store other programs.
apolyfac.zip2k12-12-17File is not ratedAPOLYFAC
This program gives you all the integral factors of most polynomials you'll ever encounter in school. For example, 64x^6-729, is factored into: (2x-3)(2x+3)(4x^2+6x+9)(4x^2-6x+9). 8x^3+27, is factored into: (2x+3)(4x^2-6x+9), x^4+2x^2-15, is factored into: (x^2-3)(x^2+5). At 2832 bytes it is a must have for the algebra studies. It is also very fast compared with other programs of this type.
apolyfc1.zip2k12-12-18File is not ratedAPOLYFC1
This program gives you the integral factors of most polynomials in one variable, and writes them out in factored form, when you enter them like they would appear in a text book. For example, 64x^6-729, is factored into: (2x-3)(2x+3)(4x^2+6x+9)(4x^2-6x+9). 8x^3+27, is factored into: (2x+3)(4x^2-6x+9), x^4+2x^2-15, is factored into: (x^2-3)(x^2+5). You can use any variable from A, to Theta, and there can be like terms in the expression, and it doesn't matter in which order they are entered.
apolyfc2.zip17k12-12-18File is not ratedAPOLYFC2
This program is a shorter and simpler version of APOLYFAC/APOLYFC1. It gives you the linear factors of the polynomial, and if there is something more, it gives you the polynomial of the rest. For example: 8x^3+27, is factored into: (2x+3)(4x^2-6x+9). 117x^4-20x^3-390x^2+20x+273, is factored into: (x-1)(x+1)(9x+13)(13x-21). The input is as simple as possible: You give the degree, and then the coefficients. Note that the "COEF. OF X^0", is the constant.
apolyfc3.zip18k12-12-19File is not ratedAPOLYFC3
This program is the same as APOLYFC2, except that it can also find linear imaginary factors ( If they are of the form: (ax+bi) and (ax-bi)). x^4+2x^2+1, is factored to: (x-i)(x-i)(x+i)(x+i). 117x^4-20x^3-390x^2+20x+273, is factored to: (x-1)(x+1)(9x+13)(13x-21). 8x^3+27, is factored to: (2x+3)(4x^2-6x+9). 16x^4-81, is factored to: (2x-3)(2x-3i)(2x+3)(2x+3i). Note that the "COEF. OF X^0", is the constant.
apolyfc4.zip1k12-12-21File is not ratedAPOLYFC4
This program is the same as APOLYFC3, except that you input the polynomial as it stands in the text book. x^4+2x^2+1, is factored to: (x-i)(x-i)(x+i)(x+i). 117x^4-20x^3-390x^2+20x+273, is factored to: (x-1)(x+1)(9x+13)(13x-21). 8x^3+27, is factored to: (2x+3)(4x^2-6x+9). 16x^4-81, is factored to: (2x-3)(2x-3i)(2x+3)(2x+3i). You can use any variable A to Theta.
apolynom.zip5k99-02-25File is not ratedVarious Polynomial Operations
Multiply,divide,partial fractions,etc
aradical.zip1k03-03-06File is not ratedRadical
Simplifies Radicals! Only 97 Bytes!
asolve.zip1k00-09-05File is not ratedA-Solve
Equation-solver with 19 solutions !
asyndiv2.zip1k12-12-07File is not ratedASYNDIV2
This program does synthetic division, and shows the work. Input and output is like in a text book. It is aimed for the TI82 Stats/TI83, but works just as well for the 83+/84+. It is important that you separate the polynomials with a comma. Ex. x^3-2x^2+x+1,x-3 You can enter several polynomials, the only limit is memory, and the degree of the first polynomial. You can choose any variable from A to Theta.
asyndiv.zip24k12-12-18File is not ratedASYNDIV
This program does synthetic division, and shows the work. Only with lists though, to keep the size down. But you input the polynomials as they appear in a text book. It's important that you enter a comma between polynomials. Ex: x^3-2x^2+x+1,x-3 You can enter several polynomials, the only limit is memory, and of course the degree of the first polynomial. You can choose variable from A to Theta.
autocalc.zip231k13-03-08File is not ratedAutoCalc 4.0
An engine which tries to find out a matching exact form for each one of your calculations. Uses some asm subprograms. Does include a quadratic equation solver based on that engine.
backup.8xg7k03-03-05File is not ratedAlgebra 2programs
Lots of prog to help with Algebra 2.
bfactor.zip2k98-07-28File is not ratedBinomial Factor v1.2 & v1.2i
Factors a binomial into its factors. Version 1.2i includes imaginary number support.
binf.zip1k22-05-22File is not ratedBinomialFormulas [BINF]
This program can show a list of the formulas and calculate user inputs.
bino83.zip2k03-12-08File is not ratedBinomial Expansion
Expands Binomials In the form (a+b) where a and b can be both constants plus varibles to use just input your binomial like in the form i explained above. You cant use more than the 2 parentheses and you can only use a + or - sign in the middle one time. You can use the -(negation not minus) as much as you want. And you can use * or / as much as you want as well. You can use any letter or letters that you want for varibles. after its done processing it will also tell you what it got for the numerical value of each side and the varibles it got for each side to help you figure out if you got what you wanted.
binocoe.zip15k11-12-18File is not ratedBINOCOe
The Program lists the COEFFICIENTS of the Binomial Theorem, that is, the coefficients of the expansion of (a + b)^N for your choice of N.
binom4.zip1k98-04-11File is not ratedBinom4 (binomial expander)
Binomial expander for the TI 83
binomial2.zip1k98-05-22File is not ratedBinomial Theorem
Expands binomials raised to a power.
binomial3.zip1k00-03-13File is not ratedBinomial Expansion
This program expands binomials that are in the form (ax + by)^c It is very helpful. Does binomials with exponents up to and including 15.
binomial4.zip2k00-05-15File is not ratedBinomial Expansion v0.2
(Note: this program fixes a flaw in "Binomial Expansion" (83) and the file is much smaller) This program expands binomials that are in the form (ax + by)^c. Does binomials with exponents up to and including 15. Also all you have to do is push a button at the end to repeat [ , ] the program or end [ ) ] the program.
binomial.zip1k98-01-19File is not ratedBinomial 1.1 (AShell83 Compatible)
cardano.zip1k00-03-02File is not ratedCardanos Third-grade Equation Solver
Third-Grade Equation-solver.
comfunc.zip1k01-06-27File is not ratedComposition of Functions
Find the rule for f(g(x)) and g(f(x)). Enjoy!
cosmo.zip1k98-10-19File is not ratedCosmo's Formula
Find x and y.
cpoly.zip1k99-11-10File is not ratedCharacteristic Polynomial
cuber.zip1k13-01-02File is not ratedCubic Roots Solver
For best results, run in a+bi mode (found under MODE) Simple 430 bytes program
cube.zip1k00-12-10File is not ratedCube Form
This is a very handy utility which will calculate the cube roots of a function that the user enters. Good for math, esp. precalc or calc
cubic83.zip1k03-12-08File is not rated^3 Cubic Solver
This program will solve the zeros for a function in the form ax^3+bx^2+cx+d=0 using the cubic formula.
cubic.zip1k00-06-12File is not ratedCubic Equations v1.0
Solve for the roots of cubic equations of the form ax^3+bx^2+cx+d
decay_functions.zip1k04-04-01File is not ratedDecay Functions Solver
This is a simple program that solves decay functions using the inputed: times per year(to decrease), percent rate of fall, and initial amount. It is a very useful tool to have in any level of Algebra or just for common use!
dioph_z80.zip5k05-04-27File is not ratedDiophante
[FR] T'S spé math: Vous résout totalement les équations diophantiennes en SBS (étapes par étapes). [EN]Sole equation type "ax+by=c". Like "3x+2y=1"
easyfx.zip1k12-01-21File is not ratedEasy f'(x) v2.5 (the best)
This (french) program can find the f'(x) for most of f(x) functions (even with factors), and some more complex fonctions like function with neperian logarithms (ln), exponentials or fractions. If you try to apply this program with a non-usual function: Everything is explained in the pretty instructions that I had to program, and I invite you to read before saying "it does not work."
eol.zip1k00-02-03File is not ratedEquation of a Line
This program would write an equation of a line under any given conditions.
eqabs.zip1k99-05-23File is not ratedEqAbs
Absolute value equation solver
eqol.zip1k01-01-04File is not ratedEquation Of A Line v2.0
This program would write an equation of a line under any given conditions known in coordinates geometry. The final answer is displayed in standard form Ax + By = c. Enjoy!
eqsolver.zip4k00-01-16File is not ratedEQ Solver v4.1
It is Ashell and SOS compatible. It also has new solving capabilities.
eqsystem.zip1k99-01-19File is not ratedThe Equation Solver
equation.zip1k00-08-14File is not ratedLinear Equations Solver v1.0b
I made the screen shots a whole lot smaller, which in turn made the .zip file smaller. This program does all sorts of linear equations. It can solve regular linear equations, linear equations that have the square/cube root of a number, and linear equations with 'X' as an exponent. There is no documentation because all of the instructions are in the program. Also, in the Archive Contents is a link to my online TI-83/TI-83 Plus BASIC programming tutorials called BASIC Guru Online. Click on the link to be automatically sent to the website.
equlibpte.zip13k15-05-19File is not ratedEQULIBPTe
The Program finds the EQUILIBRIUM POINT or PRICE p to make Supply = Demand. You enter the Demand equation d = Mp + B and the Supply equation s = Ap + C and the program gives the equilibrium price and equilibrium demand. Also shown is the GRAPH of the two equations. Use TRACE and the arrow keys to move around the graph. In TABLE your may enter various prices and see the corresponding demand Y1 and supply Y2.
equsolver.zip21k03-09-05File is not ratedEquation Solver
Thats a great Equation solver for your TI-83! Real good graphics and small capitals: It looks like ASM, but its in TI-Basic!
factore.zip9k12-03-29File is not ratedFACTORe
This Program not only factors an integer N into PRIMES, but also lists its FACTOR PAIRS. For N = 100, you get 2, 2, 5, 5 and 2x50, 4x25, 5x20, 10x10.
factrize.zip1k99-02-25File is not ratedFast Number Factorer
Factors numbers
fctpoly2.83p1k01-12-22File is not ratedFactor Any Polynomial (Update)
Finds the linear factors of all polynomial functions with integer coefficients. Example: The function 2x^5 + x^4 - 16x^3-15x^2 would give the factors x^2 (x + 1)(x - 3)(2x + 5)
foil83.zip1k04-01-08File is not ratedPolynomial Multiplication
Multiplies multiple polynomials
foildan8.zip1k03-04-29File is not ratedFoil
Foil is just another foil program though it doesn't screw up your calculator and it does work really well.
foiler.zip1k01-01-22File is not ratedFoiler
Makes foiling even easier!
foil.zip1k00-05-01File is not ratedFOIL
multiplys binomials into trinomials using the foil method
func.zip1k00-10-10File is not ratedFunction
Y(x), input X and the program output Y.
guessfun.zip1k99-11-08File is not ratedGuess Functions
Guess functions and translations.
hyprbola.zip2k01-01-28File is not ratedFoci Finder for Hyperbola
Well, the name kind of explains it all. Goto DoMyMath.cjb.net for screen shots.
inequalitysolver.zip27k12-12-28File is not ratedInequality Solver
This program is a multi purpose inequality solver. You can use all of the = ≠ > < ≥ ≤ -signs. The program uses the solve(- function and can find up to four inequalities, or four roots. For the program to work, the graph needs to cross the X- axis at least once. So if you don't get an answer, press [ GRAPH ]. If the graph is entirely above, or below, the X- axis, the answer should be for all X's defined, or for no X's, if it's an inequality. Otherwise you have no solution. Some statements it can handle: A*abs(BX+C)+D≥E, abs(X^2+2X-3)≤X+1, abs((X-3)(X+2))=4, (X^3-7)^(1/3)>X-1, √(7X-4)<7X-4, √(4X+3)+√(4X-3)>4. If the statement gives a continuous function the program can solve it if the function is differentiable in the proximity of its real roots.
ineque.zip19k11-06-19File is not ratedINEQUe
The Program solves linear inequalities. For example: You put in 2(x – 9) < 5x and displayed is x > -6.
ipowere.zip14k11-06-23File is not ratedIPOWERe
This Program displays the exact result of i^n. For i^14, you get -1
isimp.zip1k00-10-10File is not ratedimg simp
A i simplifier. simplifies i^11 to i^-i
lgbase.zip1k02-03-15File is not ratedLog with Base Finder
Calculates "y" in x^y=z, given x and z. Basically, it allows you to enter the log of [whatever] to the base [whatever] and it will give you the value that makes it work. I can't even spell the full name of "log" today......this is my first prog I'm submitting, and I bet I look stupid.....:-D
limites.zip1k12-01-21File is not ratedLimits
This program can found the limit of a function for +oo , -oo , 0+ , 0- or an asked X. It can have bugs if you use neperian logarithms, but works if you don't.
linconv.zip1k00-08-14File is not ratedLinear Equation Converter v1.0
It converts an equation in slope-intercept form into standard form and from standard form into slope-intercept form. Also, in the Archive Contents is a link to my online TI-83/TI-83 Plus BASIC programming tutorials called BASIC Guru Online. Click on the link to be automatically sent to the website.
linee.zip24k15-05-28File is not ratedLINEe
The Program GRAPHS your line and gives its slope, x-intercept, y-intercept, and equation in standard form from any of these given facts: 1. Two points, 2. Point-slope, 3. Thru a point, parallel to a given line, 4. Thru a point, perpendicular to a given line, 5. Slope and y-intercept, 6. Standard form, 7. The line is vertical thru a given point, 8. Its intercepts.
linefunc.zip3k00-10-07File is not ratedLinear Functions v1.14
This program displays and sovles for various linear and non-linear functions dealing with coordinate geometry.
linform.zip1k00-10-01File is not ratedLinear formula
Give 2 points and it will calculate the formula.
logarithm_solver_83.zip1k04-02-16File is not ratedLogarithm Solver
Solves for Logarithms and Natural Logarithms. Log(a) b = c. a=base. solves for a, b, and c. Ln a = b. solves for a and b.
logbasen.zip1k04-01-24File is not ratedLogarithmic Solver
This program finds the log of a, with base b. It prompts for the base, and then the number. It then outputs the rounded answer and saves the exact value to variable C.
logs.zip1k00-02-03File is not ratedLogs Helper 1.2
Solves for LOGS in different forms
logxbase.zip1k98-11-09File is not ratedLog Solver v1.0
Solves LOG s of any base. Inspired by a TI 86 program. None of its code has been used, however.
math2.zip2k00-01-12File is not ratedMath v1.0
A complete math program for those of you in Algebra 1 & 2.
mathlv9.zip2k02-05-21File is not ratedMath Lvl 9
A handy math program for anyone in freshman algebra!
mps.zip1k98-04-02File is not ratedMath Problem Solver
A program that solves different types of algebra problems
pahelper.zip1k97-07-01File is not ratedPre-Algebra Helper 1.0
Pre Algebra Helper 1.0
parabola.zip2k98-06-16File is not ratedParabola v1.4
Solves everything about parabolas
parabvx.zip1k01-04-04File is not ratedAnother Look at a Parabola
This program find an equation of a parabola in the form of (x-h)^2=4p(y-k). Just input the focus and directrix, or vertex and directrix, or vertex and focus of the parabola. This is a topic in conic section that so many students have a lot of difficulty with. I’m here to help.
parfrac.zip1k99-02-25File is not ratedPartial Fraction Decompositions
Breaks up rational functions
partfrac.83p4k01-12-22File is not ratedPartial Fraction Wizard
Finds the partial fraction decomposition for algebraic fraction (whether already factored or not). Example: (5x^2+20x+6) / (x^3+2x^2+x) would give 6/x - 1/(X+1) + 9/(x+1)^2
polfrac.zip8k99-11-05File is not ratedPOLFRAC
Polynomial P(x) and rational P(x)/Q(x) functions study. All features are available from one single program, but all ninety programs take 13K.
polydivision.zip1k03-03-04File is not ratedPolydiv
divides polynomials, input the entire equation
polydiv.zip1k99-02-25File is not ratedPolynomial Division
Divides polynomials
polyfctr.zip1k98-01-31File is not ratedFactor Polynomial
Factors polynomials with real positive integer exponents.
polymult.zip1k99-02-25File is not ratedPolynomial Multiplication
Multiplies any number of polynomials
polynoml.zip2k00-09-24File is not ratedPolynomials Plus v1.20
This program factors trinomials and displays special polynomials.
polyn.zip1k99-11-08File is not ratedPolynomial Operations
polyops.zip2k97-12-12File is not ratedMultiply and Divide Polynomials 1.0
Multiplies and divides polynomials.
polysolv.zip1k99-11-08File is not ratedPolynomial Solver
powroot.zip6k03-06-19File is not ratedAny Root Finder (Guess-n-Check Method)
This is simple to use. You input the number, the root you want to find (2 for square, 3 for cube, etc), and how many decimal places. It'll only show the TI's limit in decimal places, but is pretty cool nonetheless. Quickly made for every TI.
psolver.zip5k00-03-02File is not ratedPolynomial Solver Deluxe v0.1b
This program will factor any polynomial equation, no matter how big. Just enter the equation and it will complete your task with great speed! Written in BASMIC and is compatible with SOS, ASHELL, and the likes.
quadrege.zip15k11-06-20File is not ratedQUADREGe
The Program finds the Quadratic Equation of the graph that goes thru three given points. In general it does Quadratic Regression.
quarticr.zip1k13-01-02File is not ratedQuartic Roots Solver
run in a+bi mode (found under MODE) for best results simple 547 byte program
qubicsolver.zip1k03-11-08File is not ratedQubic Solver
Solution to the problem ax^3+bx^2+cx+d=0
rad1.zip5k03-04-11File is not ratedRAD
Simplifies radicals. Faster than most radical programs!!
rad2000.zip1k01-05-31File is not ratedRadical Simplifier
This program would simplify any number to any nth root and write the answer in simplest radical form.
rad20.zip1k98-03-29File is not ratedRadical Simplifier 2.0
Reduce any radical to its simplest form
radical2.zip1k00-05-19File is not ratedRadical Simplifier
Simplifies radicals. Very useful and quick. Even works with negative square roots.
radicale.zip14k15-05-19File is not ratedRADICALe
The Program simplifies the form b(the Xth root of a) to its simplest radical form. Also given is its decimal form. For example, -2(the 3rd root of -108) is simplified to 6(the 3rd root of 4) or 9.524406…
radical.zip1k99-05-20File is not ratedRadical Simplifier
Simplifies any radicals.
radreduc.zip1k98-07-28File is not ratedRadical Reduction v1.2
Reduces a square root to lowest terms. Imaginary numbers supported.
radred.zip1k01-02-16File is not ratedRadred v2.10
Reduces a squareroot of an integer.
radsimp.zip2k01-02-07File is not ratedRadical Simplifier v5.0
Math program in which the user inputs a number, the index (root), and a coefficient, and the computer displays a reduced form of the radical. It does roots up to 99 and numbers up to 1E15.
rad.zip1k97-12-07File is not ratedRAD 1.0
Reduce any radical to its simplest form
reduce.zip1k98-08-27File is not ratedReduce
root83.zip1k05-05-21File is not ratedAny 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!
roots.zip1k99-11-10File is not ratedRoots 1998
Transfer decimal values in a fraction.
rreduce.zip1k98-01-19File is not ratedRadical Reduction
Reduces Radicals quickly and easily
shadee.zip67k15-05-31File is not ratedSHADEe
The Program graphs A SYSTEM OF LINEAR INEQUALITIES in two variables. Inequalities can be in the form, Ax + By <= C, x <= C, x >= C, Ax + By >= C, or y >= 0. You may enter as many inequalities as desired as in LINEAR PROGRAMMING. The clear region is the solution region.
simple.zip1k03-05-15File is not ratedSimple Surd
Simplifys surds faster than simpsurd and is about 1k...displays answer in a list output....saves your time
simprad1.zip1k98-03-06File is not ratedSimplify Radicals 1.0
350b program that simplifies a radical of any root and shows some work
simprad2.zip1k00-05-26File is not ratedRadical Simplifier
Simplifies a radical. For example, sqrt(2000)=20*sqrt(5).
simprad.zip1k00-01-09File is not ratedRadical Simplifier
TI-83 BASIC program for radical simplification.
simp.zip1k00-10-10File is not ratedi simp
A i simplifier. simplifies i^11 to i^-i
smallrad.zip1k00-08-08File is not ratedRadical Reducer
It's smaller, it's faster, but you be the judge.
solee.zip48k11-12-24File is not ratedSOLEe
This Program will solve a System Of Linear Equations with any number of variables (limited only by memory). The result will display as One Solution (in fraction form and decimal form), No Solution, or Infinitely Many Solutions (displayed as a system in matrix form).
solv8310.zip2k97-05-28File is not ratedSuper Solver 1.0
Solves lots of types of equations a real time saver for any student
solveite.zip37k11-08-15File is not ratedSOLVEITe
The Program finds the Real Solutions of your typical high school or college algebra textbook equation. This includes polynomial, absolute value, and other equations. Some problems that may cause trouble are even index radical equations where a radicand may become negative, rational equations where the denominator may become zero, and double roots such as (x+2)^2 = 0. They may cause a NO SIGN CHNG error.
solver83.zip1k04-01-17File is not ratedEquation Solver v 1.0
The New Equation Solver will solve for solutions of an equation. Enter the equation, upper bound, and lower bound, and it will solve for solutions.
solver.zip1k00-02-11File is not ratedSolver
This short program would solve about 90% or more of the different types of math equations for x.
soscasto.zip1k01-04-04File is not ratedSoscastoa
Fill in 2 values and get all the others
specfact.zip1k00-07-17File is not ratedSpecial Factors v1.10
This program displays the formulas for some special factors.
sqrtform.zip1k99-06-16File is not ratedThe Square Root Formula
This program performs the calculator algorithm for finding the square root of any number, using 40 iterations. Most people never think of the way the calculator does it.
sqrtofpower.zip1k99-12-20File is not ratedSquare Root of Power
Read the included text file, as it will do you more good than for me to describe it here.
sqrt.zip1k01-02-24File is not ratedSimplify square roots
It’s a short and fast program that simplify square roots and write the answer in simplest radical form.
squareeq.zip1k00-04-03File is not ratedSquare Equations
Calculate the zero-points of your square equation
squaroot.zip1k00-01-02File is not ratedSquaroot v1.2
This program simplifies a squareroot for you.
sx.zip1k01-01-29File is not ratedSolve Equations For X
A very short program, but yet so powerful. This program can solve many types of math equations.
syndiv.zip1k98-05-09File is not ratedSynDiv v1.0
Assists in factorising polynomial equations
synth83.zip1k00-03-04File is not ratedSythetic Division
This program does synthetic division. It is 100% accurate..and as of right now..if has a flawless record. For equations with largest exponent of four or less.
synthdiv2.zip1k99-02-25File is not ratedSynthetic Division
Several synthetic divisions at once
synthdiv83.zip3k99-12-20File is not ratedSynthdiv 83 v1.0
Synthetic Division for the TI-83
synthdiv.zip1k98-04-16File is not ratedSynthetic Division 1.1 (AShell83 Compatible)
syntheti.zip1k97-12-04File is not ratedSynthetic Division Subsititution
taylor.zip1k99-11-10File is not ratedTaylor Polynomial Expansion
Taylor polynomial expansion
tenchiunfoil83.zip1k02-08-05File is not ratedUn-FOIL
All you have to do is input the number for Value A, B, and C. Then, the program will unfoil them following all the rules, such as all common factors will be factored out first. If it can't be factor, it will display "-Not Factorable-" but if it can it will display them in the correct order required with the number you inputed still there.
teqs.zip1k00-11-23File is not ratedTimpas EQ Solver v1.4 (SWEDISH)
Mycket bra ekvations lösare... Specielt för Andragrads, Kojugat, Kvadrering och faktorisering... LADDA HEM!!!!!
twolinese.zip19k15-05-28File is not ratedTWOLINESe
Solves a system of two equations in two variables. Gives one solution, no solution, or infinitely many solution. Gives the x and y intercepts of each line. Shows the graph of the lines, the point of intersection and the x and y intercepts.
twopointe.zip11k15-05-22File is not ratedTWOPOINTe
Enter two points. The Program shows 1. The graph of the points and the line thru them. 2. The slope m and the y-intercept b of the line. 3. The distance between them in radical and decimal form, and 4. The mid-point of the segment.
writeqn.zip2k99-11-21File is not ratedWriteqn
This program will find the equation of an either a linear or quadratic function. This program comes very useful in Algebra.
xtudepolynome2nddegr.zip1k12-01-21File is not ratedcomplete study of quadratic function (with redaction)
This program tells you with writing everything a teacher might ask you about a quadratic function. Tableau de variation, dérivation, solutions de l'équation f(x)=0, coordonées du sommet, maximum or minimum, factorisation etc... All is explain by the program.
yvalue.zip1k97-11-22File is not ratedCalculate functionvalue X of a given Y-value

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