| Name | Size | Date | Rating | Description |
| (Parent Dir) | folder | | Up to TI-83 BASIC Math Programs |
| binf.zip | 1k | 22-05-22 | | BinomialFormulas [BINF] This program can show a list of the formulas and calculate user inputs. |
| shadee.zip | 67k | 15-05-31 | | SHADEe 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. |
| linee.zip | 24k | 15-05-28 | | LINEe 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. |
| twolinese.zip | 19k | 15-05-28 | | TWOLINESe 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. |
| acubice.zip | 5k | 15-05-28 | | ACUBICe 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). |
| twopointe.zip | 11k | 15-05-22 | | TWOPOINTe 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. |
| equlibpte.zip | 13k | 15-05-19 | | EQULIBPTe 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. |
| radicale.zip | 14k | 15-05-19 | | RADICALe 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… |
| autocalc.zip | 231k | 13-03-08 | | AutoCalc 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. |
| a3.zip | 1k | 13-01-02 | | X^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. |
| quarticr.zip | 1k | 13-01-02 | | Quartic Roots Solver run in a+bi mode (found under MODE) for best results simple 547 byte program |
| cuber.zip | 1k | 13-01-02 | | Cubic Roots Solver For best results, run in a+bi mode (found under MODE) Simple 430 bytes program |
| inequalitysolver.zip | 27k | 12-12-28 | | Inequality 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. |
| allsolve1.zip | 1k | 12-12-24 | | ALLSOLVE 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. |
| addmult.zip | 2k | 12-12-24 | | 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! |
| apolyfc4.zip | 1k | 12-12-21 | | APOLYFC4 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. |
| apolyfc3.zip | 18k | 12-12-19 | | APOLYFC3 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. |
| apolyfc2.zip | 17k | 12-12-18 | | APOLYFC2 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. |
| asyndiv.zip | 24k | 12-12-18 | | ASYNDIV 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. |
| apolyfc1.zip | 2k | 12-12-18 | | APOLYFC1 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. |
| apolyfac.zip | 2k | 12-12-17 | | APOLYFAC 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. |
| asyndiv2.zip | 1k | 12-12-07 | | ASYNDIV2 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. |
| factore.zip | 9k | 12-03-29 | | FACTORe 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. |
| allineque.zip | 15k | 12-03-07 | | ALLINEQUe 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. |
| xtudepolynome2nddegr.zip | 1k | 12-01-21 | | complete 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. |
| limites.zip | 1k | 12-01-21 | | Limits 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. |
| easyfx.zip | 1k | 12-01-21 | | Easy 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." |
| solee.zip | 48k | 11-12-24 | | SOLEe 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). |
| binocoe.zip | 15k | 11-12-18 | | BINOCOe 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. |
| solveite.zip | 37k | 11-08-15 | | SOLVEITe 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. |
| ipowere.zip | 14k | 11-06-23 | | IPOWERe This Program displays the exact result of i^n. For i^14, you get -1 |
| quadrege.zip | 15k | 11-06-20 | | QUADREGe The Program finds the Quadratic Equation of the graph that goes thru three given points. In general it does Quadratic Regression. |
| ineque.zip | 19k | 11-06-19 | | INEQUe The Program solves linear inequalities. For example: You put in 2(x – 9) < 5x and displayed is x > -6. |
| root83.zip | 1k | 05-05-21 | | Any 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! |
| dioph_z80.zip | 5k | 05-04-27 | | Diophante [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" |
| decay_functions.zip | 1k | 04-04-01 | | Decay 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! |
| logarithm_solver_83.zip | 1k | 04-02-16 | | Logarithm 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.zip | 1k | 04-01-24 | | Logarithmic 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. |
| solver83.zip | 1k | 04-01-17 | | Equation 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. |
| foil83.zip | 1k | 04-01-08 | | Polynomial Multiplication Multiplies multiple polynomials |
| cubic83.zip | 1k | 03-12-08 | | ^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. |
| bino83.zip | 2k | 03-12-08 | | Binomial 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. |
| qubicsolver.zip | 1k | 03-11-08 | | Qubic Solver Solution to the problem ax^3+bx^2+cx+d=0 |
| algebra2program.zip | 108k | 03-10-25 | | The 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. |
| equsolver.zip | 21k | 03-09-05 | | Equation 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! |
| powroot.zip | 6k | 03-06-19 | | Any 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. |
| aplus_radical.zip | 2k | 03-06-03 | | A+ 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. |
| simple.zip | 1k | 03-05-15 | | Simple Surd Simplifys surds faster than simpsurd and is about 1k...displays answer in a list output....saves your time |
| foildan8.zip | 1k | 03-04-29 | | Foil Foil is just another foil program though it doesn't screw up your calculator and it does work really well. |
| rad1.zip | 5k | 03-04-11 | | RAD Simplifies radicals. Faster than most radical programs!! |
| aradical.zip | 1k | 03-03-06 | | Radical Simplifies Radicals! Only 97 Bytes! |
| backup.8xg | 7k | 03-03-05 | | Algebra 2programs Lots of prog to help with Algebra 2. |
| polydivision.zip | 1k | 03-03-04 | | Polydiv divides polynomials, input the entire equation |
| advsolver.zip | 1k | 02-10-15 | | Advanced 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. |
| alg1.zip | 1k | 02-09-30 | | Algebra 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. |
| tenchiunfoil83.zip | 1k | 02-08-05 | | Un-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. |
| algef83.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. |
| mathlv9.zip | 2k | 02-05-21 | | Math Lvl 9 A handy math program for anyone in freshman algebra! |
| lgbase.zip | 1k | 02-03-15 | | Log 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 |
| algebra2.zip | 1k | 02-03-11 | | Algebra 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). |
| partfrac.83p | 4k | 01-12-22 | | Partial 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 |
| fctpoly2.83p | 1k | 01-12-22 | | Factor 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) |
| comfunc.zip | 1k | 01-06-27 | | Composition of Functions Find the rule for f(g(x)) and g(f(x)). Enjoy! |
| rad2000.zip | 1k | 01-05-31 | | Radical Simplifier This program would simplify any number to any nth root and write the answer in simplest radical form. |
| soscasto.zip | 1k | 01-04-04 | | Soscastoa Fill in 2 values and get all the others |
| parabvx.zip | 1k | 01-04-04 | | Another 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. Im here to help. |
| sqrt.zip | 1k | 01-02-24 | | Simplify square roots Its a short and fast program that simplify square roots and write the answer in simplest radical form. |
| radred.zip | 1k | 01-02-16 | | Radred v2.10 Reduces a squareroot of an integer. |
| algebra283.zip | 10k | 01-02-08 | | The 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. |
| radsimp.zip | 2k | 01-02-07 | | Radical 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. |
| sx.zip | 1k | 01-01-29 | | Solve Equations For X A very short program, but yet so powerful. This program can solve many types of math equations. |
| hyprbola.zip | 2k | 01-01-28 | | Foci Finder for Hyperbola Well, the name kind of explains it all. Goto DoMyMath.cjb.net for screen shots. |
| foiler.zip | 1k | 01-01-22 | | Foiler Makes foiling even easier! |
| abc2hk.zip | 1k | 01-01-04 | | ABC2HK converter This program easily converts equations in standard (ABC) form into vertex (HK) form. Just give A,B, and C variables. |
| eqol.zip | 1k | 01-01-04 | | Equation 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! |
| cube.zip | 1k | 00-12-10 | | Cube 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 |
| alghelp.zip | 2k | 00-12-10 | | Algerbra 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. |
| teqs.zip | 1k | 00-11-23 | | Timpas EQ Solver v1.4 (SWEDISH) Mycket bra ekvations lösare... Specielt för Andragrads, Kojugat, Kvadrering och faktorisering... LADDA HEM!!!!! |
| isimp.zip | 1k | 00-10-10 | | img simp A i simplifier. simplifies i^11 to i^-i |
| simp.zip | 1k | 00-10-10 | | i simp A i simplifier. simplifies i^11 to i^-i |
| func.zip | 1k | 00-10-10 | | Function Y(x), input X and the program output Y. |
| linefunc.zip | 3k | 00-10-07 | | Linear Functions v1.14 This program displays and sovles for various linear and non-linear functions dealing with coordinate geometry. |
| linform.zip | 1k | 00-10-01 | | Linear formula Give 2 points and it will calculate the formula. |
| polynoml.zip | 2k | 00-09-24 | | Polynomials Plus v1.20 This program factors trinomials and displays special polynomials. |
| asolve.zip | 1k | 00-09-05 | | A-Solve Equation-solver with 19 solutions ! |
| linconv.zip | 1k | 00-08-14 | | Linear 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. |
| equation.zip | 1k | 00-08-14 | | Linear 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. |
| smallrad.zip | 1k | 00-08-08 | | Radical Reducer It's smaller, it's faster, but you be the judge. |
| specfact.zip | 1k | 00-07-17 | | Special Factors v1.10 This program displays the formulas for some special factors. |
| cubic.zip | 1k | 00-06-12 | | Cubic Equations v1.0 Solve for the roots of cubic equations of the form ax^3+bx^2+cx+d |
| simprad2.zip | 1k | 00-05-26 | | Radical Simplifier Simplifies a radical. For example, sqrt(2000)=20*sqrt(5). |
| radical2.zip | 1k | 00-05-19 | | Radical Simplifier Simplifies radicals. Very useful and quick. Even works with negative square roots. |
| binomial4.zip | 2k | 00-05-15 | | Binomial 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. |
| algtool.zip | 4k | 00-05-12 | | The 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 |
| foil.zip | 1k | 00-05-01 | | FOIL multiplys binomials into trinomials using the foil method |
| ah.zip | 3k | 00-04-09 | | Algebra Helper v2.7 This is a helper for Algebra 1 students. It has many formulas, |
| squareeq.zip | 1k | 00-04-03 | | Square Equations Calculate the zero-points of your square equation |
| binomial3.zip | 1k | 00-03-13 | | Binomial 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. |
| synth83.zip | 1k | 00-03-04 | | Sythetic 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. |
| algebraz.zip | 9k | 00-03-02 | | AlgebraZ v3.6 The complete algebra toolkit for the 83. |
| cardano.zip | 1k | 00-03-02 | | Cardanos Third-grade Equation Solver Third-Grade Equation-solver. |
| psolver.zip | 5k | 00-03-02 | | Polynomial 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. |
| solver.zip | 1k | 00-02-11 | | Solver This short program would solve about 90% or more of the different types of math equations for x. |
| logs.zip | 1k | 00-02-03 | | Logs Helper 1.2 Solves for LOGS in different forms |
| eol.zip | 1k | 00-02-03 | | Equation of a Line This program would write an equation of a line under any given conditions. |
| eqsolver.zip | 4k | 00-01-16 | | EQ Solver v4.1 It is Ashell and SOS compatible. It also has new solving capabilities. |
| math2.zip | 2k | 00-01-12 | | Math v1.0 A complete math program for those of you in Algebra 1 & 2. |
| simprad.zip | 1k | 00-01-09 | | Radical Simplifier TI-83 BASIC program for radical simplification. |
| algebra.zip | 1k | 00-01-08 | | Algebra Teacher v1.0 A good math program for people who have problems in math. |
| alg2.zip | 13k | 00-01-04 | | Algebra 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. |
| squaroot.zip | 1k | 00-01-02 | | Squaroot v1.2 This program simplifies a squareroot for you. |
| synthdiv83.zip | 3k | 99-12-20 | | Synthdiv 83 v1.0 Synthetic Division for the TI-83 |
| sqrtofpower.zip | 1k | 99-12-20 | | Square Root of Power Read the included text file, as it will do you more good than for me to describe it here. |
| writeqn.zip | 2k | 99-11-21 | | Writeqn This program will find the equation of an either a linear or quadratic function. This program comes very useful in Algebra. |
| taylor.zip | 1k | 99-11-10 | | Taylor Polynomial Expansion Taylor polynomial expansion |
| roots.zip | 1k | 99-11-10 | | Roots 1998 Transfer decimal values in a fraction. |
| cpoly.zip | 1k | 99-11-10 | | Characteristic Polynomial |
| polysolv.zip | 1k | 99-11-08 | | Polynomial Solver |
| polyn.zip | 1k | 99-11-08 | | Polynomial Operations |
| guessfun.zip | 1k | 99-11-08 | | Guess Functions Guess functions and translations. |
| polfrac.zip | 8k | 99-11-05 | | POLFRAC 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. |
| sqrtform.zip | 1k | 99-06-16 | | The 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. |
| eqabs.zip | 1k | 99-05-23 | | EqAbs Absolute value equation solver |
| radical.zip | 1k | 99-05-20 | | Radical Simplifier Simplifies any radicals. |
| synthdiv2.zip | 1k | 99-02-25 | | Synthetic Division Several synthetic divisions at once |
| polymult.zip | 1k | 99-02-25 | | Polynomial Multiplication Multiplies any number of polynomials |
| polydiv.zip | 1k | 99-02-25 | | Polynomial Division Divides polynomials |
| parfrac.zip | 1k | 99-02-25 | | Partial Fraction Decompositions Breaks up rational functions |
| factrize.zip | 1k | 99-02-25 | | Fast Number Factorer Factors numbers |
| apolynom.zip | 5k | 99-02-25 | | Various Polynomial Operations Multiply,divide,partial fractions,etc |
| allroots.zip | 1k | 99-02-25 | | Solve for Roots of Polynomials Solves quadratic, cubic, quartic |
| eqsystem.zip | 1k | 99-01-19 | | The Equation Solver |
| logxbase.zip | 1k | 98-11-09 | | Log Solver v1.0 Solves LOG s of any base. Inspired by a TI 86 program. None of its code has been used, however. |
| cosmo.zip | 1k | 98-10-19 | | Cosmo's Formula Find x and y. |
| reduce.zip | 1k | 98-08-27 | | Reduce |
| radreduc.zip | 1k | 98-07-28 | | Radical Reduction v1.2 Reduces a square root to lowest terms. Imaginary numbers supported. |
| bfactor.zip | 2k | 98-07-28 | | Binomial Factor v1.2 & v1.2i Factors a binomial into its factors. Version 1.2i includes imaginary number support. |
| aformel.zip | 1k | 98-06-23 | | Aformel Aformel (finds exact value from Ans) |
| parabola.zip | 2k | 98-06-16 | | Parabola v1.4 Solves everything about parabolas |
| binomial2.zip | 1k | 98-05-22 | | Binomial Theorem Expands binomials raised to a power. |
| syndiv.zip | 1k | 98-05-09 | | SynDiv v1.0 Assists in factorising polynomial equations |
| synthdiv.zip | 1k | 98-04-16 | | Synthetic Division 1.1 (AShell83 Compatible) |
| binom4.zip | 1k | 98-04-11 | | Binom4 (binomial expander) Binomial expander for the TI 83 |
| mps.zip | 1k | 98-04-02 | | Math Problem Solver A program that solves different types of algebra problems |
| rad20.zip | 1k | 98-03-29 | | Radical Simplifier 2.0 Reduce any radical to its simplest form |
| simprad1.zip | 1k | 98-03-06 | | Simplify Radicals 1.0 350b program that simplifies a radical of any root and shows some work |
| polyfctr.zip | 1k | 98-01-31 | | Factor Polynomial Factors polynomials with real positive integer exponents. |
| binomial.zip | 1k | 98-01-19 | | Binomial 1.1 (AShell83 Compatible) |
| rreduce.zip | 1k | 98-01-19 | | Radical Reduction Reduces Radicals quickly and easily |
| polyops.zip | 2k | 97-12-12 | | Multiply and Divide Polynomials 1.0 Multiplies and divides polynomials. |
| rad.zip | 1k | 97-12-07 | | RAD 1.0 Reduce any radical to its simplest form |
| syntheti.zip | 1k | 97-12-04 | | Synthetic Division Subsititution |
| absolute.zip | 1k | 97-12-04 | | Absolute Value Inequality Solver |
| yvalue.zip | 1k | 97-11-22 | | Calculate functionvalue X of a given Y-value |
| pahelper.zip | 1k | 97-07-01 | | Pre-Algebra Helper 1.0 Pre Algebra Helper 1.0 |
| solv8310.zip | 2k | 97-05-28 | | Super Solver 1.0 Solves lots of types of equations a real time saver for any student |