| Name | Size | Date | Rating | Description |
| (Parent Dir) | folder | | Up to TI-86 BASIC Math Programs |
| polyops.zip | 2k | 13-01-17 | | PolyOps 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.zip | 2k | 11-02-23 | | Factoring 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.zip | 1k | 10-02-20 | | Equationconverter 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.zip | 1k | 09-10-24 | | Radred2 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.zip | 2k | 06-04-12 | | LogX 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.zip | 1k | 05-05-21 | | All 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.zip | 1k | 04-07-11 | | Symmetry Given the coefficients of a polynomial, this program will find the point of symmetry. |
| asuperfactoringprogram.zip | 2k | 03-10-25 | | The 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.zip | 1k | 03-07-23 | | Polynomial Term Expander Expands terms to form a second, third, or fourth-order polynomial. For example- (3x-2)(x+4) = 3x^2+10x-8. |
| funcevod.zip | 1k | 03-03-27 | | Function 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.zip | 1k | 03-03-23 | | Standard->slope intercept convert a line in standard form into slope intercept form |
| fastreducer.zip | 1k | 03-03-23 | | Reducer Reduces square roots much much faster than other programs |
| sumprod.zip | 1k | 03-03-09 | | Sum/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.zip | 1k | 03-03-09 | | Rational 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.zip | 1k | 03-03-09 | | Synthetic 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.zip | 1k | 03-03-09 | | Equation 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.zip | 2k | 03-03-05 | | The 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.zip | 2k | 02-09-27 | | Algebra 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.zip | 1k | 02-09-27 | | Syntheti 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.zip | 1k | 02-09-27 | | AnyRoot Simplifies ANY root of ANY number |
| alg2can.zip | 18k | 02-06-08 | | Algebra 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.zip | 1k | 02-06-02 | | Algebra Formulas Displays the formulas for arithmetic operations, exponents/ radicals, factoring special polynomials, binomial theorem, quadratic formula, and inequalities/absolute value separated into categories. |
| syntdivi.zip | 10k | 02-05-12 | | Synthetic 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.zip | 1k | 02-04-12 | | Variton 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.zip | 1k | 02-03-17 | | Synthetic Simply solves for synthetic polynomial division. Can also be used to find zeros with needed data left over. |
| twalg.zip | 12k | 02-03-03 | | Tisthammerws 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.zip | 1k | 02-01-01 | | Slope Finder Finds the slope using the (y2-y1) / (x2-x1) formula |
| alg2pck.zip | 2k | 02-01-01 | | Alg2Pck v1 Will do a number of Algebra/Algebra2/Geometry math functions. |
| parobla.zip | 2k | 01-12-22 | | parabola 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.zip | 9k | 01-08-05 | | Math tools v.1.04 This is a math program that i made for algebra 1 |
| taypol.zip | 8k | 01-06-01 | | Taypol Taylor polynomials with rational coefficients |
| sqrtred.zip | 1k | 01-06-01 | | Square 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.zip | 2k | 01-05-16 | | Chapter 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.zip | 1k | 01-05-16 | | Chapter 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.zip | 1k | 01-03-12 | | LaGrange 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.zip | 1k | 01-02-22 | | Radred v2.10 Reduces a squareroot of an integer. |
| expdr.zip | 2k | 01-02-20 | | Polynomial Expander v2.0 UPDATED Multiplies two or more polynomials/numbers together. This version can even do polynomials with non-integer powers. |
| ireduce.zip | 1k | 01-02-12 | | i Reduce v1.0 Reduces i^x. Useful when working with imaginary roots. |
| polydivi.zip | 1k | 01-02-07 | | Polynomial Division Divides a polynomial by another using coeffiecents |
| algcse.zip | 1k | 01-01-22 | | Algebra Cheater S.E. The best algebra cheater wrote in basic. It has five great programs that do all kinds of algebra functions. |
| bgalg.zip | 1k | 01-01-04 | | Algebra Helper v2.0 Written very well with no flaws, has two programs that will help you calculate slope and find intrest. |
| trinom.zip | 1k | 00-12-23 | | Trinomial 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.zip | 1k | 00-12-04 | | Exact exact answers the exact value (e.g. pi/2 or 2 sqrt(3)) of an approximate number (1.5708 or 3.4641) |
| radsimp.zip | 1k | 00-11-13 | | Radical Simplifier Plus v2.5 Simplifies real radicals of any integer index (square roots, cubic roots, ...) |
| squrt.zip | 1k | 00-11-06 | | Square Root Reduces square roots |
| algebra3.zip | 1k | 00-10-28 | | Algebra 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.zip | 3k | 00-10-20 | | Polynomial 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.zip | 1k | 00-10-09 | | Synthetic Division Does Synthetic Division!! |
| xyint.zip | 1k | 00-10-07 | | Intercepts Calculator Calculates the X and Y intercepts of a line with 2 points you input. |
| frontend.zip | 1k | 00-08-24 | | frontend Updated frontend for CAS86; minor bug fixed |
| cas86.zip | 27k | 00-08-22 | | CAS86 Advanced Mathematics Software capable of symbolic and exact computations; speed increase over v2.1 |
| alg2tool.zip | 4k | 00-07-13 | | Algebra 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.zip | 1k | 00-06-27 | | Roots v1.0 A great square root simplifying program that always works! |
| apolynom.zip | 1k | 00-06-02 | | Apolynom 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.zip | 1k | 00-05-29 | | Root 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.zip | 5k | 00-05-27 | | Dmath v0.9.3 This is simply the best Algebra II program that I have ever seen. I does almost anything. |
| mathhelp2.zip | 7k | 00-05-23 | | Math Helper v12.0 This is a collection of programs mainly for use in Algebra 1 and 2. |
| alghelp.zip | 3k | 00-05-23 | | Algebra Helper v2.0 Contains programs that help in easy to mid algebra |
| radical3.zip | 1k | 00-05-21 | | Radical Simplifier Simplifies radicals (duh). |
| synthdiv2.zip | 4k | 00-05-16 | | Synthetic 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.zip | 20k | 00-04-29 | | MathSuite 86 A suite of Algebra I math programs |
| function2.zip | 2k | 00-04-24 | | Function 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.zip | 3k | 00-04-21 | | Parabola 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.zip | 1k | 00-04-13 | | Function Give x, and the equation, and it solves it. |
| discrim.zip | 1k | 00-03-29 | | Discriminant Calculates the discriminant, has some notes built on it to. |
| tbox.zip | 5k | 00-03-15 | | Algebra Toolbox 1.2 Update of Toolbox 1.0. Smaller, and with slightly more functions. |
| syndiv2.zip | 1k | 00-03-07 | | SYNDIV v1.0 Does synthetic division on polynomials |
| binomial.zip | 1k | 00-03-05 | | Binomial Binomial will calculate the coefficients of a binomial expansion to the order specified. |
| xreduce.zip | 1k | 00-03-04 | | XReduce v1.02 A program that reduces a number under an "x" radical. |
| syndiv.zip | 1k | 00-03-02 | | Synthetic Division Synthetic division program that graphically displays calculations and results on the screen. |
| raducer.zip | 1k | 00-03-01 | | Radical Reducer v1.05 The SMALLEST radical reducer available for the TI-86! |
| baspalg.zip | 3k | 00-01-14 | | Basic Properties Listing of Basic Properties for Algebra. |
| stdyint.zip | 5k | 00-01-08 | | Standard 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.zip | 1k | 00-01-02 | | Expand This is a program that allows you to expand two polynomials, having entered their coefficient values into a list |
| synthdiv86.zip | 3k | 99-12-25 | | Synthdiv 86 v1.2 Synthetic Division program, outputs quotient as a list. |
| rfact86.zip | 1k | 99-12-25 | | RFact 86 v1.31 Quickly factors radicals of any degree. Has semi-pretty output. |
| radcal86.zip | 1k | 99-12-11 | | Radical 86 Program that allows the user to enter a root then the number. It simplifies the radical. |
| standslope.zip | 1k | 99-12-08 | | Standard - Slope Converter v1.1 This program converts standard eqations to slope-intercept and vica-verca. |
| xrad.zip | 1k | 99-12-07 | | XRAD v1.1 This program reduces radicals pretty quick. You enter the root. |
| unudg.zip | 2k | 99-12-07 | | UnUDG 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.zip | 1k | 99-12-07 | | Binomial Theorem Expands binomials of format (Ax+By)^N. |
| polydiv.zip | 1k | 99-11-21 | | Polynomial Divider Divides Polynomials by a Binomial. Made by the TI-Source. |
| para.zip | 2k | 99-11-21 | | Parabola 86 A Parabolic Utility designed to evaluate a parabola. |
| alg2misc.zip | 1k | 99-11-21 | | Algebra II Miscellaneous Utilities Algebra II Miscellaneous Utilties that calculate slope, axis intercepts, more. Made by the TI-Source |
| xysolve.zip | 1k | 99-11-18 | | 2 Variable Equation Solver Solves equations containing two variables. |
| taylor2.zip | 1k | 99-11-18 | | Taylor Polynomial Expansion |
| polyn.zip | 1k | 99-11-14 | | Polynomial Operations |
| math.zip | 1k | 99-11-14 | | Math, The Super Quad Divider This program is great for tests. |
| udg.zip | 2k | 99-11-05 | | UDG1 and UDG2 Simplifies (Ugly Decimal Garbage) using roots and pi |
| roots2.zip | 1k | 99-11-05 | | Roots 86 Finds the roots of a specified number. |
| bible20.zip | 2k | 99-10-09 | | The Algebra LN Bible v2.0 A useful algebra program for any student enrolled in an intensive algebra course. |
| linear.zip | 2k | 99-09-26 | | Linear Equations Solver This program solves all linear equations with up to 30 variables. |
| aslope.zip | 1k | 99-09-19 | | Aslope v1.0 Beta Just a program to find out the slope equation, y-intercept, and has an easy graph function. |
| slope2.zip | 1k | 99-09-11 | | Slope Intercept Finder This program will find the slope intercept in all the different ways you can imagine. |
| taylor86.zip | 2k | 99-06-12 | | Taylor86 Taylor polynomial, and nth derivative. |
| exponent.zip | 1k | 99-04-19 | | Exponential Equation Solver v1.0 Exponential Equation Solver |
| ired.zip | 1k | 99-04-02 | | i (sqrt -1) reducer Reduces sqrt -1 |
| discrm86.zip | 1k | 99-03-13 | | Discrim v4.3 Discriminant checker quadraitic solver |
| rad.zip | 1k | 99-02-02 | | Radical Reducer Reduces radicals |
| oddreven.zip | 1k | 99-02-02 | | Odd or Even Finds out whether a given x in function is odd or even |
| qradx.zip | 2k | 99-02-02 | | QuickRadX factors radicals QUICKLY w Pretty Print |
| roots86.zip | 1k | 98-12-02 | | Roots |
| radredus.zip | 1k | 98-11-15 | | Radical Reducer v2.0 Lets you reduce radicals and do normal math in the same program. Understand Try it. |
| mathscrn.zip | 1k | 98-11-15 | | Math 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.zip | 1k | 98-11-15 | | Line Equations Finds the equation of a line in standard and in y intercept form given different data sets |
| dirorinv.zip | 1k | 98-09-28 | | Direct/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.zip | 1k | 98-09-27 | | FindRad v0.5 Beta Finds the exact radical form for a decimal answer |
| algeform.zip | 1k | 98-09-23 | | Algebraic Formula Helper v1.0 Algebraic Formula Helper 1.0 contains AREA, VOLUME, LATERAL AREA, SURFACE AREA, MASS, MIDPOINT, AND DISTANCE BETWEEN TWO POINTS |
| qrad.zip | 2k | 98-07-27 | | QuickRad v3.0 Simplifies radicals of any degree. |
| fact1.zip | 1k | 98-05-27 | | Polynominal Division Factorization Factorize polinimial division |
| roots.zip | 1k | 98-05-19 | | Radical Reducer |
| synthdiv.zip | 1k | 98-05-02 | | Synthetic Divider |
| algebra2.zip | 6k | 98-05-02 | | Algebra 2 Math Helper v2.0 Algebra 2 Math Helper 2.0 |
| slope.zip | 1k | 98-04-19 | | Slope v1.1 Various slope operations. |
| binom4.zip | 1k | 98-04-11 | | Binom4 (binomial expander) Binomial Expander for the TI 86 |
| synth.zip | 1k | 98-04-04 | | Synth 1.0 (synthetic division) Synthetic Division, solves for zero |
| radical86.zip | 1k | 98-03-01 | | Radical 86 This is the fastest way to simplify radicals You can even simplify negate roots |
| root.zip | 1k | 98-03-01 | | Radical Reducer 1.0 Reduces radicals to simplest form |
| synth86.zip | 1k | 98-02-13 | | Synthetic Division 1.0 Synthetic Division |
| function.zip | 1k | 98-02-13 | | Function 1.0 Find the Function of a polynomial |
| ratroots.zip | 1k | 98-02-13 | | RatRoots 1.0 - Rational Roots Finder Rational Roots Finder for TI 83 |
| tb60.zip | 2k | 98-01-17 | | Algebra II ToolBox 6.0 Helpful compilation of Algebra Utilities |
| algtools.zip | 4k | 98-01-11 | | Algebra Tools 86 v1.5.1 Slope, Cramer s Rule, general Algebra Tools. |
| radical.zip | 1k | 98-01-04 | | Radical Reducer |
| algii.zip | 4k | 97-11-28 | | Math 2.7 |
| sys3.zip | 1k | 97-09-29 | | SYS3 v1 |
| eqline.zip | 1k | 97-09-25 | | Equation of Lines |
| cplxrt.zip | 1k | 97-09-06 | | Complex Root |