| Name | Size | Date | Rating | Description |
| (Parent Dir) | folder | | Up to TI-89 BASIC Math Programs |
| math.interpol.zip | 1k | 12-07-16 | | Lagrange Polynomial Interpolation Given a list of x-coordinates and their corresponding y-coordinates, this function will find the polynomial of the least degree through the given points using the Lagrange method of interpolation. |
| math.factrial.zip | 1k | 12-07-16 | | Large Factorials (Optimized) This function will find factorials where the factorial is as large as 1*10^(3.326*10^335) and the "factriand" is as large as 10^332. The result is given as a list; that is, the factorial answer is (list element 1)*10^(list element 2). |
| math.egyptfrc.zip | 1k | 12-07-09 | | Egyptian Fractions Returns a sorted list of denominators that (when put into the denominator as unit fractions) sum to the given fraction. |
| math.sumfactr.zip | 1k | 12-07-09 | | Sum of Factors Given an integer, this function returns the sum of all its factors. |
| math.plybound.zip | 1k | 12-07-08 | | Polynomial Roots Bounds Argument 1 is the degree of the polynomial. The second argument is a list of the first three coefficients of that polynomial (e.g. x^5, x^4, x^3). The function returns the lower and upper bounds of the roots. Highly accurate. |
| math.numfactr.zip | 1k | 12-07-08 | | Number of Factors Given an integer, this function finds the number of unique integers that divide it (i.e. its factors). |
| math.modpower.zip | 1k | 12-07-08 | | Modular Exponentiation Given arguments in the order [a,b,c], this function computes a^b mod c using modular exponentiation. |
| math.linptslp.zip | 1k | 12-07-08 | | Point-Slope Form Given the arguments (slope, x-coordinate, y-coordinate), this program will return the Cartesian line through that point with that slope in "y=" form. |
| math.factors.zip | 1k | 12-07-08 | | Factor Using string methods, this function will return an unsorted list of all factors of a given integer. |
| math.cubiceqn.zip | 1k | 12-07-08 | | Cubic Solver The first four arguments are (respectively) the coefficients of the x^3, x^2, x^1, x^0 terms. The fifth argument is either (1) the real solution, (2) the two complex solutions, or (3) all three solutions. All results are given as lists. |
| howto10e.zip | 10k | 12-05-07 | | HOWTO10e This Program gives details of how to, by hand, go about FACTORING a polynomial. |
| howto9e.zip | 24k | 12-04-29 | | HOWTO9e This Program gives the step by step details of how to, by hand, find 1. The INVERSE of a 1-1 function. An example is included in the program. |
| howto8e.zip | 38k | 12-04-28 | | HOWTO8e This Program gives the step by step details of how to, by hand, solve 1. A SYSTEM of TWO LINEAR EQUATIONS in two variables by THE SUBSTITUTION METHOD. |
| howto6e.zip | 48k | 12-03-29 | | HOWTO6e This Program gives the step by step details of how to, by hand, solve 1. ABSOLUTE VALUE statements of the form |A| = B, |A| > B, or |A| < B and 2. Three part inequalities like A < B < C. |
| howto5e.zip | 35k | 12-03-24 | | HOWTO5e This Program gives the step by step details of how to, by hand, set up 1. VARIATION types, and 2. VARIATION PROBLEMS. |
| howto4e.zip | 10k | 12-03-14 | | HOWTO4e This Program gives the step by step details of how to, by hand, convert 1. A number from decimal notation to SCIENTIFIC NOTATION, and 2. A number from SCIENTIFIC NOTATION to decimal notation. |
| makeequationsolver.zip | 2k | 12-03-07 | | Make Equation Solver (v1) Make a solver for an equation or set of equations, with a gui(optional) and return method (optional). This is enormoursly useful for commonly used equations like Chemistry's PV=nRT or Physic's Big 5. Remember to give me some credit if you use this to make a program :). |
| howto2e.zip | 164k | 12-03-07 | | HOWTO2e This Program gives the step by step details of how to, by hand, 1. Shade a linear inequality, like Ax + By < C, without using a test point. 2. Graph equations of the form Ax + By = C, Ax + By = 0, Ax = C, and By = C. |
| howto1e.zip | 62k | 12-02-22 | | HOWTO1e This Program gives the step by step details of how to, by hand, 1. Solve a linear equation in one variable, 2. Find the equation of a line with given slope going thru a given point, 3. Find the Least Common Denominator or LCD. |
| solveite.zip | 108k | 12-01-21 | | SOLVEITe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. The Program solves: 1. a single EQUATION for any variable, 2. an INEQUALITY in x, including ‘compound and’ , ‘compound or’ and absolute value statements, 3. a SYSTEM of equations in 2 or 3 variables. |
| amenue.zip | 730k | 12-01-21 | | AMENUe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. AMENU, meaning ALGEBRA MENU, brings up 9 choices: 1: Solve (Equation, Inequality, System), 2: Quadratic (Solves, finds vertex and focus, and Graphs), 3: Lines (Two Points, Pt-slope, x-int & y-int, Pt-parallel, Pt-perpendicular, Slope & y-int, Ax + By = C, Pt-vertical), 4: Best Fit (Shows graph and equation for regression types, Linear, Quadratic, Cubic, Quartic, Power, Exp, Ln, Med-Med, Logistic, and Sine), 5: Radical (Simplifies the nTH root of b), 6: Polynomial (Multiply, Factor, Divide, Combine, Simplify), 7: Two Lines (Graphs two lines, shows the intersection, if any, and the intercepts), 8: Functions (Composite and Inverse), 9: Shade (Graphs a system of inequalities in x and y and shows the solution region). |
| interp.zip | 1k | 12-01-08 | | Interp Simply interpolates for y given inputs (x1,y1,x2,y2,x). |
| quadrrege.zip | 64k | 11-10-22 | | QUADRREGe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. The Program finds the Quadratic Equation of the graph thru three given points. In general it does Quadratic Regression for a given set of ordered pairs. |
| exprcomb.zip | 1k | 11-10-18 | | Expression Combine Combine two expressions into one expression. For example, a and 1 becomes a1. |
| profite.zip | 51k | 11-10-14 | | PROFITe The Program finds the PROFIT FUNCTION P = ax + c and its graph. You enter the Revenue function R = px and the Cost function C = mx + b and given are profit function and the BREAK-EVEN quantity. Use TRACE and the arrow keys to move around the graph of the three functions. In TABLE you may enter various quantities x and see resulting revenue Y1, cost Y2, and profit Y3. |
| twopointe.zip | 55k | 11-10-13 | | TWOPOINTe Enter two points. The Program shows 1. The graph of the points and the line thru them. 2. The slope m, the x and y-intercepts, if they exist. 3. The distance between them in radical and decimal form, and 4. The mid-point of the segment, 5. The equation of the line in slope-intercept and standard form. |
| permcombe.zip | 7k | 11-10-13 | | PERMCOMBe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. It finds the number of PERMUTATIONS and COMBINATIONS of n objects taken r at a time. Shown are n!, r!, (n-r)!, nPr, and nCr. When the numbers are large, the results are also displayed in scientific notation. |
| equlibpte.zip | 44k | 11-10-08 | | 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. |
| cubice.zip | 74k | 11-09-19 | | CUBICe The Program finds the three Solutions of the cubic equation Ax^3 + Bx^2 + Cx + D = 0 and GRAPHS the corresponding function. Shown are the local maximum and minimum (if they exist) and the inflection point. The graph displays the x-intercept(s), any local maximum and minimum and the inflection point. |
| zeroes.zip | 1k | 11-09-07 | | Zeros to Polynomial This function will take a list of real and complex numbers and will return a polynomial (in terms of x) that has the given zeros. The function is essentially the opposite of the zeros() and czeros() function. |
| sinfit.zip | 1k | 11-09-07 | | Sine Curve Fitting Takes a series of points on the Cartesian plane and returns the sine function that passes through (or close through) them, but this program also lets the user specify the period of the equation. |
| remaindr.zip | 1k | 11-09-07 | | Polynomial Remainder Given an expression in terms of x (preferably with a numerator AND a denominator), this function will return the remainder of the division. Useful for programs involving polynomial division and graphing. |
| rem_zero.zip | 1k | 11-09-07 | | Remaining Zeros A program that will return the remaining zeros of a polynomial, when some zeroes are already given. Dramatically improves waiting time over functions like zeros() and czeros() because the program does not waste time by finding zeros that are already given. |
| ratgraph.zip | 1k | 11-09-07 | | Rational Graph A program that, when given a function, will return the holes, asymptotes, and intercepts of the graph. |
| quotient.zip | 1k | 11-09-07 | | Polynomial Quotient A function that returns the quotient of two polynomials divided by each other. |
| polydiv2.zip | 1k | 11-09-07 | | Polynomial Division A program that simplifies the process of diving polynomials into/by each other. |
| final.zip | 1k | 11-09-07 | | Study Guide 4 A study guide for Algebra II students that contains information about the requirements for a matrix to be in REF or RREF form. |
| exam3.zip | 1k | 11-09-07 | | Study Guide 3 A study guide for Algebra II students that contains information about brief information about the trigonometric cofunctions, hyberbolas & ellipses, and some trigonometric identities. |
| exam2.zip | 1k | 11-09-07 | | Study Guide 2 A study guide for Algebra II students. Study guide contains interest formulas, segment/sector formulas (in radians), and sine/tangent/cosine curve graphing. |
| coordval.zip | 1k | 11-09-07 | | Coordinate Values Given the x- and y-coordinate of a point on the Cartesian plane, this program will create a line joining that given point to the origin and will create an angle with that line and the x-axis. Then, it will compute the values of the six trigonometric functions and neatly display them in a dialog box, thereby utilizing the small font. |
| angleval.zip | 1k | 11-09-07 | | Angle Values Given an angle, this program will compute the values of the six trigonometric functions and display them in a Dialog box, thereby utilizing the small font. |
| shadeite.zip | 158k | 11-07-05 | | SHADEITe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. 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 PROGAMMING. |
| compinve.zip | 56k | 11-07-04 | | COMPINVe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. The Program finds 1. The COMPOSITION of functions f and g: f(g(x)), as well as g(f(x)), 2. The INVERSE of function f: f-1(x). |
| polye.zip | 79k | 11-07-03 | | POLYe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. The Program does Polynomial problems such as: 1. Multiply, 2. Factor, 3. Divide, 4. Combine, 5. Simplify |
| twolinese.zip | 67k | 11-07-03 | | TWOLINESe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. The Program: 1. finds the intersection of two lines and the intercepts of each line, 2. shows the GRAPH of the lines with the intersection and intercepts labeled as you move around it using the arrow keys. |
| radicale.zip | 46k | 11-07-03 | | RADICALe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. The Program simplifies (the nTH root of b) to its simplest radical form. Also given is its decimal form. For example, (the 3rd root of -108) is simplified to (-3 x 2^2/3) meaning (-3 x the 3rd root of 4) or -47622… |
| linese.zip | 68k | 11-07-03 | | LINESe This Program is for the novice user of the TI-89, or anyone who does not want to search for commands built into the TI-89. The Program provides all the FACTS about a line when you are given 1: Two Points, 2: Point-Slope, 3: x-int, y-int, 4: A line thru a Point, Parallel to a given line, 5: A line thru a Pt, Perpendicular to a given line, 6: Slope and y-int, 7: Ax + By = C, and 8: A Vertical line thru a given Point. A GRAPH shows the key points labeled and you can move from point to point using the arrow keys. |
| tomixed.zip | 2k | 11-06-23 | | To Mixed Number This function takes two arguments (a numerator and a denominator) and returns the string representation of the mixed form of that number [i.e. tomixed(4,3)="1+1/3"]. |
| polycoef.zip | 6k | 11-06-23 | | Polynomial Coefficients Given a polynomial, this function returns the coefficients of each term in that polynomial in an ordered list, by descending exponent. |
| sumfuncx.zip | 1k | 11-06-15 | | Sum of Multiple f(x) Given a definition for f(x) and multiple values for x, this program finds every necessary value of f(x) and sums them together. A very good time saver for a problem like "What is the value of f(1.23)+f(1.24)+f(1.25)+f(1.26)+f(1.27)+f(1.28)+f(1.29)?" |
| sqrt.zip | 1k | 11-06-15 | | Exact Radical Given a decimal, this program will try to find an exact representation of this decimal as long as both the number in the radical and potentially the denominator of the fraction (if there is one) are less than five digits in length. If this requirement cannot be met, the program returns the boolean "false". |
| preprime.zip | 1k | 11-06-13 | | Previous Prime Finds the largest prime number that is less than the given number. |
| pie.zip | 1k | 11-06-13 | | Pi and e (i.e. the constants) Multiplies and divides a given decimal by pi^n and e^n in order to obtain an exact value that approximates to the given decimal. If it is impossible to represent the decimal in terms of pi and e, the program returns the boolean "false". |
| lcm2.zip | 1k | 11-06-06 | | Enhanced LCM Obtains the LCM of multiple numbers at once, as opposed to the built-in LCM function, which only evaluates for a measly two numbers. |
| frac.zip | 1k | 11-06-02 | | Exact Fraction Obtain an exact fraction that approximates to a given decimal, but only when the fraction is "realistic" (i.e. both its numerator and denominator has less than five digits in them each). The function returns the boolean "false" otherwise. |
| factrial.zip | 1k | 11-06-02 | | Factorial Obtain the factorial of a given number when it (the factorial) exceeds 10^999. Works for all numbers less than ~9.65 billion. |
| addition.zip | 1k | 11-05-29 | | Addition Find the sum of all numbers between two given ones while stepping at a given interval. |
| rationalfunctionmaker.zip | 1k | 11-03-03 | | RationalFunctionMaker NotAlways "on the dot", but rather accurate. |
| isreal.zip | 1k | 11-01-28 | | IsReal Test whether a value is real. |
| listlen.zip | 1k | 10-12-23 | | List Length Find the number of elements in a list. |
| antilogs.zip | 1k | 10-10-08 | | Antilogarithmic Functions Find antilogarithms with base 10, base e, or a specified base. |
| linearline.zip | 1k | 09-09-06 | | Linear Equation Solver enter 2 coordinates and view the equation of the line connecting the points |
| coor.zip | 1k | 09-09-06 | | Linear Line Information input 2 points as parameters coor(x1,y1,x2,y2) and find out the slope, midpoint, distance, y- and x- intercepts of the line |
| tieqv5.0b.zip | 400k | 08-08-24 | | Equation manager - Ti-eq [English]The ti-eq is a equation manager, which allows users to create their own equations and then evaluate both numerically and symbolically.The user will have two levels of management *Groups: set of equations, one could say a folder with equations.*Equations: equations were admitted to different groups. The user will also have the ability to erase equations or whole groups, as may also add a variable from any groups or equations to a new group. The latter is an important capability of the programme, which will enable multiple users to share their equations, without compatibility problems. [Spanish]El ti-eq es un administrador de ecuaciones de facil instalacion, el cual le permite al usuario poder crear sus propias ecuaciones y luego evaluarlas tanto numéricamente como simbólicamente.El usuario tendrá dos niveles de ordenamiento *Grupos: conjunto de ecuaciones, se podría decir una carpeta con ecuaciones.*Ecuaciones: las ecuaciones ingresadas en los distintos grupos.El usuario también tendrá la capacidad de poder borrar ecuaciones o grupos enteros, como también podrá agregar desde una variable cualquiera, grupos nuevos o ecuaciones a un grupo. Esto último es una capacidad importante del programa, lo cual permitirá que varios usuarios puedan compartir sus ecuaciones, sin que haya problemas de compatibilidad. |
| fams_bessel.zip | 5k | 07-10-26 | | BESSEL v1.3 ENGLISH: Bessel function of the first kind order n Jn(x)=jn_fm(n,x), for integer values of n. TI-89, TI-92, TI-92 Plus, Voyage 200 and TI-89 Titanium compatible. ESPAÑOL: Función de Bessel de primera clase de orden n Jn(x)=jn_fm(n,x), para valores enteros de n. Compatible con TI-89, TI-92, TI-92 Plus, Voyage 200 y TI-89 Titanium. |
| frmula.zip | 108k | 07-10-26 | | Formula v2.0 ENGLISH: This program evaluates a mathematical expression or formula asking the value of each variable. The argument can be expression, string, list or matrix. TI-89, TI-92, TI-92 Plus, Voyage 200 and TI-89 Titanium compatible. ESPAÑOL: Este programa evalúa una expresión matemática o fórmula preguntando el valor de cada variable. El argumento puede ser expresión, cadena, lista o matriz. Compatible con TI-89, TI-92, TI-92 Plus, Voyage 200 y TI-89 Titanium. |
| factor2.zip | 13k | 07-09-06 | | Factor2 English:The program completed the square according to the entered polynomial. Spanish:El programa completara el cuadrado segun el polinomio ingresado. Ideal para usar con Laplace. Works with ti-89/t,v200,ti-92/p |
| variables_fams.zip | 6k | 07-07-01 | | Variables searcher / Buscador de variables v1.1 ENGLISH: This program seeks the variables in a mathematical expression and creates a ordinate list with them -var_fams- in the current folder or program in execution. New: It identifies derived variables (Example: y''). TI-89, TI-92 Plus, Voyage 200 and TI-89 Titanium compatible. ESPAÑOL: Éste programa busca las variables en una expresión matemática y crea una lista ordenada con ellas -var_fams- en la carpeta actual o programa en ejecución. Nuevo: Identifica variables derivadas (Ejemplo: y''). Compatible con TI-89, TI-92 Plus, Voyage 200 y TI-89 Titanium. |
| poleorder.zip | 9k | 07-01-27 | | Pole Order (Complex) Pole Order is a a program that calculates the Pole Order from a polinomial. Example: poleord( (z+7)/((z-2)^2*(z-3)),2) |
| lagrangeinterpolation.zip | 38k | 06-12-26 | | Lagrange Interpolation A useful function that returns the Lagrange interpolating polynomial for given points |
| fft128.zip | 155k | 06-12-24 | | Fast Fourier Transform 128 V3 Performs 128 points FFT on edited (built-in editor) or CBL collected data. Choose Fe, window and plot mode, etc... |
| fft64.zip | 150k | 06-12-24 | | Fast Fourier Transform 64 V3 Performs 64 points FFT on edited (built-in editor) or CBL collected data. Choose Fe, window and plot mode, etc... |
| exzeros.zip | 38k | 06-11-18 | | Exhaustive Zeros Finder Unlike normal Zeros function, it finds all the zeros of a given equation. |
| eqman.zip | 75k | 06-11-18 | | Equation Solver and Manager v 1.04 Its a very powerful and light program to solve and manage your equations quickly and easily. You can organize them in groups and create or delete a group or simply an equation. At last you can decide to use the normal or the numeric solving. Physic Pack (physicsolver.zip) available in my page. |
| fams_formulaii.zip | 346k | 06-11-14 | | Formula II ENGLISH: This program permits to save your formulas and evaluate them conserving the entered values in the last execution. Made using Flib 3.2 GLP. TI-89, TI-92 Plus, Voyage 200 and TI-89 Titanium compatible. ESPAÑOL: Este programa permite guardar sus fórmulas y evaluarlas conservando los valores ingresados en la última ejecución. Hecho usando Flib 3.2 GLP. Compatible con TI-89, TI-92 Plus, Voyage 200 y TI-89 Titanium. |
| polylogarithm.zip | 1k | 06-09-27 | | Polylogarithm This computes the handy polylogarithm of (x,y). The program always returns infinity if y is greater than or equal to 1 though. |
| dirichleteta.zip | 1k | 06-09-26 | | Dirichlet Eta Function Computes Dirichlet Eta of x; closely related to the all-important Riemann Zeta Function. |
| dirichletlambda.zip | 1k | 06-09-26 | | Dirichlet Lambda Function This Computes Dirichlet Lambda of x. (Related to the Riemann Zeta Function!) |
| dirichletbeta.zip | 1k | 06-09-26 | | Dirichlet Beta Function This Computes Dirichlet Beta of x |
| parline.zip | 1k | 06-09-17 | | Paramatrizer 1.0 This tasty little program parametrizes a line segment between two points. It shows all work, so it's a good pick if your math teacher is really fussy. It can be applied to lines and rays passing through those points if the values of t were extended. |
| ultimatedistance.zip | 6k | 06-06-15 | | Ultimate Distance "Distance" is the very best distance formula program out there, no matter what other people say. I spent a long time on ticalc.org trying to find a good distance formula program for the TI89. I did not find any as versatile as this one that I wrote. It finds the distance between two points, a point and a line, or two parallel lines. It is written completely in dialog boxes and always gives the exact and approximate answers. New in version 1.1 is a midpoint finder! |
| fastexpb.zip | 2k | 06-05-29 | | FastExpB 1.0 FastExpB is a function that runs fast exponentiation algorithm. Usage : fastexpb(a,e,n) returns (a^e mod n). |
| fil_fm.zip | 6k | 06-04-12 | | Interpolation ENGLISH: This is a linear interpolation function. In the attached graphic you can see how to use it. The unknown value must be "x". ESPAÑOL: Este programa es un función de interpolación lineal. En la gráfica adjunta usted puede ver como usarlo. El valor desconocido debe ser "x". |
| cramerrules.zip | 1k | 06-02-20 | | Cramer Rules A brilliant program designed to make it easier to calculate the intercept of a system of equations. The best way to get an intercept in under 5 seconds. It comes with a complete tutorial on the use of cramers rule so that you not only get the right answers, but you also will learn to use the rule. A simple, straightforward, no nonsense approach to cramers rule and solving equation systems. Very Easy! |
| harmonicmotion.zip | 1k | 05-12-17 | | Simple Harmonic Motion Helper This is a simple program where you enter the harmonic motion equation and it tells you the distance from the origin, the period, the frequency, the radius and the angular velocity. I also will solve the distance from the starting point after the elapsed time. |
| algebrahelperv0.1.zip | 3k | 05-08-23 | | Algebra Helper v0.1 This is a group of programs that I made to do some of my work in Algebra 1. It includes a slope grapher, equation maker, temperature converter, and a point finder. Future versions will include a program that centralizes all of these for ease of use and documentation of the programs. |
| bezout2.zip | 1k | 05-06-11 | | Bezout A powerful program to resolve all diophantian's equations. Un programme puissant pour résoudre toutes les équations diophantiennes. |
| polynv20.zip | 1k | 05-06-04 | | Polynomial calculator with all the demonstration Polynomial calculator with all the demonstration , step to step. v20:Now with complex solutions, and adapt to ti89. |
| onmathpolyco.zip | 22k | 05-05-10 | | ON-Math polyco This program takes a polynomial, raises it to a power and builds a histogram of exponents versus coefficients. |
| polint.zip | 3k | 05-05-01 | | Polynomial Interpolation Polynomial Interpolation. (function) |
| harmonicconjugate.zip | 1k | 05-03-02 | | Harmonic Conjugate Solver Harmonic Conjugate Solver accepts either real or imaginary part of complex function and will return f(z) as real + imaginary parts (ie f(z)=u+iv). since f(z) must be analytic, if given real or imaginary part of nonanalytic function, "nonanalytic" is returned, thus this is usefull for analytic tests. see 89txt file attached for more info. please email me with any suggestions, comments, or errors. enjoy! brianmanzi@hotmail.com |
| bezoutrelation.zip | 1k | 04-11-20 | | Bezout Bezout relation |
| bisection.zip | 1k | 04-05-27 | | Bisection method This program uses the Bisection method to find the roots of an equation. |
| lfc.zip | 2k | 04-05-18 | | Lines Formulas and Conversions (LFC) A college algebra program. Does operations on lines. Finds formula from different things like 2 points or 1 point and slope etc... converts between general and standard formulas, and more. |
| quartic.zip | 1k | 04-04-09 | | Quartic Solver A function that solves the fourth degree (quartic) equation a*x^4+b*x^3+c*x^2+d*x+e=0 for x exactly. Answer is in matrix form. ("a" must not be zero) |
| magicsqu.zip | 1k | 04-03-16 | | Magic Square Generator A magic Square Generator. |
| absval89.zip | 72k | 04-02-17 | | Absolute-Value Pak 89 This is the TI-89 port of the classic Absolute Value program (by me) on the TI-83 Plus. The new program has new features and a useful UI unlike its predecessor. Check it out Algebra lovers! |
| ezmath89.zip | 2k | 04-01-20 | | EZMath89 This is my first program. I wrote it while doing my homework. It will give the slope and y intercept of ax+by=c and by+c=ax fomulas and graph them. it also solves distance formula equations, give the midpoint between two points, and solves quadratic. The 89 version will also give you most of the information that can be gotten from from the point-intercept form |
| lagrange2.zip | 1k | 03-11-18 | | Lagrange Multipliers lagrange is a function that maximizes a function with conditions using the method of lagrange multipliers. Great for Multivariable Calculus! |
| slopefinder.zip | 1k | 03-11-08 | | Slope Finder by Calcsoft Technologies This program finds the slope of a line and you can also graph lines as well. |
| convert.zip | 1k | 03-10-23 | | Function Converter Converts a 3-d function from either rectangular, Cylindrical, or Spherical form to each of the other to forms (see readme for details and an example) |
| polynom.zip | 12k | 03-10-19 | | Operations with Polynomial Functions This update of Polynom() changes the method of data input in all of the included programs, making entry more user friendly and also making it easier to notice and correct errors. It includes the newer, faster version of Polygraf(), for solving and graphing polynomials. Polynom() is intended as a convenient way of running several programs concerning polynomial functions. It includes Polygraf(), Polyfact(), Polymult(), Polydiv(), and Rat_Poly(), all of which can be downloaded and run separately, if desired. I run Polynom() from a keyboard program. The included programs solve polynomial equations, graph polynomial functions, factor polynomial functions, multiply and divide polynomials, and analyze and graph rational functions. The programs are easy to use; input consists of coefficients only, none of the usual ()'s, {}'s, or x's to enter. |
| polymult.zip | 2k | 03-10-19 | | Multiply Polynomials This update of Polymult() changes the method of data input, making entry more user friendly and also making it easier to notice and correct errors. This program multiplies polynomial functions. It uses the TI-89 expand() function, but input is easier, coefficients only, none of the usual ()'s, {}'s, or x's to enter. For a more comprehensive program which includes Polymult() as well as easy to use programs (none of the usual ()'s, {}'s, and x's to enter) for solving polynomial equations, factoring polynomial functions, graphing polynomial functions, multiplying and dividing polynomials, and for analyzing and graphing rational functions, see Polynom(). |
| polygraf.zip | 4k | 03-10-19 | | Polynomial Root Finder and Grapher This update of Polygraf() changes the method of data input, making entry more user friendly and also making it easier to notice and correct errors. Roots are found much more quickly than in previous versions, especially for higher degree polynomials. Polygraf() finds all roots, real, complex, and repeated, of an nth degree polynomial equation, finds minima and maxima, and then graphs the polynomial function. The function can be displayed in fully factored form and allows you to toggle between Auto and Approx displays for the roots and factors. The program uses the cZeros() function repeatedly, and in many cases returns results in exact form rather than decimal form. Polygraf() is my alternative to the TI Polynomial Root Finder, which sometimes introduces small imaginary parts to real roots and vice versa, especially for repeated roots. For a more comprehensive program which includes Polygraf() as well as easy to use programs (none of the usual ()'s, {}'s, or x's to enter) for multiplying, dividing, and factoring polynomials, and for analyzing and graphing rational functions, see Polynom(). |
| polyfact.zip | 2k | 03-10-19 | | Factor Polynomials This is an update of Polyfact() which factors polynomial functions. The method of data input has been changed in this version, making entry more user friendly and also making it easier to notice and correct errors. Choose rational factors only, include irrational factors, or include complex factors to factor completely. Or do them in sequence to see the progression. Toggle the displayed factors between Auto and Approx mode. The program uses factor() and cfactor(), but the input is easier, coefficients only, no x's, ()'s, or {}'s. The factored forms are copied to the home screen so they can be more easily used in further calculations. For a more comprehensive program which includes Polyfact() as well as easy to use programs for solving polynomial equations, graphing polynomial functions, multiplying and dividing polynomials, and for analyzing and graphing rational functions, see Polynom(). |
| polylist.zip | 1k | 03-10-19 | | Convert a Polynomial to a List This program is like the inverse of the PolyEval function. It converts a polynomial function to a list. Ex. 2x^3-4x^2+5 => {2,-4,0,5}. I don't know if anyone has a use for it, but I needed it in another program (Rat_Poly) and couldn't find one anywhere else. This update eliminates the need for a subroutine previously used. |
| polydiv.zip | 2k | 03-10-19 | | Divide Polynomials This program divides polynomial functions. It uses the TI-89 expand() function, but input is easier, coefficients only, none of the usual ()'s, {}'s, or x's to enter. This update changes the method of data input, making entry more user friendly and also making it easier to notice and correct errors. For a more comprehensive program which includes Polydiv() as well as easy to use programs for solving polynomial equations, factoring polynomial functions, graphing polynomial functions, multiplying and dividing polynomials, and for analyzing and graphing rational functions, see Polynom(). |
| divpoly_beta01.zip | 2k | 03-09-08 | | DivPoly Ti 89 Beta 0.1 DivPoly is a program which allow you to resolve polynomial euclidean divisions. Very usefull for mathematics. DivPoly est un programme qui vous permet de résoudre des divisions euclidiennes de polynômes. Très utile pour les mathématiques. |
| comsquar.zip | 1k | 03-08-08 | | Completing the Square v1.0 This program does "completing the square" and displays work at every step. Fractions and radicals are kept in their simplest form, and not converted to decimals (provided your calculator is in AUTO or EXACT mode). It also will return imaginary roots, if necessary. This is VERY useful for math classes from Algebra I to Precalculus. Please note that sometimes the final answer looks a smidge goofy (all of the work is fine, however), so you might want to use the calculator's solve function to see how the answer should be written. Please let me know if the program happens to throw any incredibly heinous results at any point. This file contains programs for the 89, 92, 92+, and V200. |
| powergen.zip | 5k | 03-07-17 | | Power Generator This generates a list of power. Type in "powergen(x,a,b)" and you'll be shown x^a through x^b. |
| quadfm589.zip | 87k | 03-07-04 | | QuadForm Math OS 5 The much anticipated QuadForm Math OS 5 featuring the qfX Extension System. |
| fct896.7sp2tiglticaide.zip | 311k | 03-06-20 | | Fct 89 6.7 sp2 Fct89 is a big program designed for algebric problems sorry, it's french for the moment, but if flh get a good popularity, i will translate it.. please mail your comments, and don't forget our site : www.msc.fr.st |
| flh2tigltigc.zip | 75k | 03-06-20 | | Flh 2 Flh2 is a cabri-like software writed in Basic and C, it's free ! try it ! sorry, it's french for the moment, but if flh get a good popularity, i will translate it.. please mail your comments, and don't forget our site : www.msc.fr.st |
| 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. |
| partialandroots.zip | 71k | 03-05-23 | | Partial Fractions and All Roots Find equivalent partial fraction expansion of the ratio of two polynomials B(s)/A(s). |
| line1.zip | 2k | 03-05-21 | | Line Equation Finder This program takes 2 points on a line, the slope and a point, or an equation and returns all equations of the line. It can also calculate X and Y intercepts, values of X or Y on the line, and the slope; and it can graph the line. |
| quadform4hw189.zip | 38k | 03-04-17 | | QuaddForm Math OS 4 HW1 This is the 4th ed. of QuadForm. If you want the full profile, check the other 4 version files. |
| quadform4hw289.zip | 39k | 03-04-17 | | QuadForm Math OS 4 HW2 QuadForm Math OS 4, HW1 version. And, yes, there is a difference between the HW1 and HW2 versions. This can install KerNO via BASIC and also uses MurBeck's System Utilities. |
| cubic.zip | 4k | 03-03-27 | | Cubic Solve the exact solutions of a cubic expression. |
| quadformkernel89.zip | 4k | 03-03-20 | | QuadForm Math OS 3 Kernel QuadForm Math OS 3 Kernel. It is much more compact (9.5 kb vs. 11.1/14.1 kb) and faster than the regular QuadForm Math OS 3. Get yourself a copy today! |
| quadformmathos89.zip | 2k | 03-03-19 | | Quadform Math OS The first edition of the QuadForm Math OS, ported to the TI-89. Less bulky then the newer ones. |
| discrimanent.zip | 1k | 03-03-18 | | a disrimanent finder this file finds the discriminant (the stuff under the square root sign in a quadratic equation. it is very simple to use. mind the warnings in the beginning. they are all true. email me at killajoy6666@charter.net or post message in message board at http://egyptianking33088.tripod.com program made my michael n. youssef |
| congruentratios.zip | 1k | 03-03-18 | | a congruent ratios this file finds the similarity ratio and gives u x. email me at killajoy6666@charter.net or post message in message board at http://egyptianking33088.tripod.com program made my michael n. yousself |
| quadform3fr89.zip | 4k | 03-03-17 | | Quadform Math OS 3 French An update to version 3 Beta. This has several bug fixes. Oh, yeah, it's in French this time. |
| quadform389.zip | 4k | 03-03-17 | | Quadform Math OS 3 An update of the Quadform Math OS 3 Beta, there are several bug fixes, but nothing major. |
| quadformmasterpack.zip | 38k | 03-03-17 | | Quadform Math OS Master Pack This file contains all editions of Quadform Math OS. Great for people who are nostalagic. |
| quadformfr89.zip | 4k | 03-03-13 | | Quadform Math OS 3 Beta (French) The French version of the Quadform Math OS 3 Beta for the TI-89. |
| qfmosb389.zip | 4k | 03-03-10 | | Quadform Math OS 3 Beta The Quadform MAth OS from the TI-92 Plus for the TI-89. |
| lineartoolkit.zip | 1k | 03-03-10 | | Linear Toolkit This program allows you to calculate the slope, X-intercept, or Y-intercept of a line given any possible combination of properties of that line. |
| main.cramer3.89f | 1k | 02-11-13 | | Cramer's Rule 3 Solves a system of three equations and three variables by method of Cramer's Rule. A great tool for Algebra 2. |
| main.cramer2.89f | 1k | 02-11-13 | | Cramers Rule 2 Solves a systeom of two equations using two variable by method of cramers rule. A must have for Algebra 2. |
| polyroot.zip | 2k | 02-11-01 | | Polynomial Root Finder This program finds all roots, real, complex, and repeated, of an nth degree polynomial equation. The program uses the cZeros() function repeatedly, and in many cases returns results in exact form rather than decimal form. Polyroot() is my alternative to the TI Polynomial Root Finder, which sometimes introduces small imaginary parts to real roots and vice versa, especially for repeated roots. In general, it is slower than the TI program, but the form of the results is usually more convenient. If you want to graph the function also, see Polygraf(). |
| intersec.zip | 1k | 02-10-23 | | Intersection This function is great for all maths from algebra I on up. Just type in the two linear equations in and it will bring upthe points of interscection point of where the two lines cross. |
| lineform.zip | 1k | 02-08-28 | | Line information This is a function. just enter two sets of points on a line and it will give you , the equation of the line, slope, midpoint, and distance between the points.This function is perfect for algebra 1&2 and Geometry, and Pre-Calc, and Calculus |
| line.zip | 1k | 02-07-22 | | Line Enter 2 points of a line, recive information back about the line. |
| funcexpl_lgm.zip | 10k | 02-06-07 | | Function Explorer v1.00 This is a relatively large (more than 4 KB) program which accurately reports vital data on a function. It calculates: maximums, minimums, intervals on which a function is increasing and decreasing, inflection points, and concavity. |
| growdec.zip | 6k | 02-06-04 | | Growth and Decay LGM v1.00 The program allows the user to solve for any variable in the growth/decay equation y=y0*e^(kt) |
| complex.zip | 13k | 02-05-27 | | complex programme en FRANCAIS sur les complexes |
| cubesolvev1.00.zip | 1k | 02-05-11 | | Cubesolve This is a function that will solve a cubic equation in the form ax^3+bx^2+cx+d=0. You just enter cubesolv(a,b,c,d). For worst case scenarios (excluding outrageously huge numbers) it usually takes less than 15 seconds. |
| polyfit89.zip | 1k | 02-04-11 | | Polynomial Interpolation Function Like the 86's inter() function, but much more general. |
| normallnlgm.zip | 10k | 02-04-08 | | Normal Line LGM This program finds the equation of the normal line to a function at a point. The user needs to enter a function (in terms of x) and the x coordinate of the point. The program returns the equation of the normal line in exact mode. |
| meanvthmlgm.zip | 8k | 02-04-08 | | Mean Value (Rolle's) Theorem This program asks you to enter a function and an interval from a to b. The program returns f'(c) and c calculated using the mean value theorem: (f(b) - f(a))/(b-a) = f'(c) |
| growthlgm.zip | 11k | 02-04-08 | | Growth Rates This program performs calculations to find out which of the two entered functions grows faster (if any). |
| alg2.zip | 9k | 02-03-25 | | Algebra2 This is the ultimate Algebra program fo rthe TI-89. It features an easy to use Dialog interface as well as the ability to run external programs. You can also save your answers to any variable name you choose(see documentation). Algebra2 handles everything from finding identity matrices to recursive number sequences to a factor pair generator. This IS a must have for any algebra II,III student. |
| ctsclc.zip | 1k | 02-03-16 | | Complete the Square A TI-89 function that will complete the square of a ax^2+bx+c=0 equation. Returns either the "h" or "k" values from the y=a(x-h)^2+k) formula (result of completing the square on ax^2+bx+c=0). |
| slopeint2.zip | 35k | 02-03-16 | | SlopeInt2 Takes a point and slope, or 2 points, or an equation and gives you the equation from said points. It can also help by graphing it as an inequality, or a plain function. It now handles vertical lines. Also includes a special font for TI calc documentation (includes ti symbols) |
| slopeint.zip | 8k | 02-02-16 | | SlopeInt with Inequality Grapher This handy program allows the user to input two points or a point and a slope to receive a slope-intercept equation. Comes with user-friendly inequality grapher. |
| horner.zip | 2k | 02-02-10 | | Horner Factorisation d'un polynome par la methode d'Horner |
| equationsaver.zip | 1k | 02-02-10 | | Equation Saver This program displays a list of equations that are stored in the file lisdat (which can be edited to fit your needs), if you press enter when one of the equations is highlighted it is placed in the Numeric solver (Apps then 9) thus allowing you to enter values of the numbers and solve for an unknown. |
| solveeqesp.zip | 50k | 02-02-10 | | SolveEQ Ver 1.3 ¿ Necesita resolver un sistema de ecuaciones no lineales y esta cansado de no obtener respuesta de Solve o cSolve ? ¿ o le desagrada tener todas las raices en una sola linea con and's/or's ? ¿ necesita resolver una sola ecuacion ? Este programa es para usted. Vea la documentacion para mayor informacion. |
| solveeqeng.zip | 50k | 02-02-10 | | SolveEQ Ver 1.3 Need to solve a Non-Linear System of equation and tired of getting no answer from Solve or cSolve ? or dislike to have all the roots in a whole line with and's/or's ? Need to solve one equation ? This program is for you. Check documentation for further information. |
| bounds.zip | 2k | 02-01-01 | | Bounds This program calculates the interval for which zeros exist on a polynomial funciton. |
| algasis.89p | 1k | 02-01-01 | | Algebra Assistant V1.0 This is your basic algebra helper. You can choose from three formulas; Slope, Distance, and Midpoint. Guarenteed not to freeze your calculator. I'm currently working on a second version. Any problems, please e-mail me at asmit@vicon.net |
| function_families_v1.0.zip | 1k | 01-12-22 | | Function Families v1.0 This program is in created with popup dialog boxes. Includes 8 of 9 basic functions, as well as domain & range and increasing/decreasing for EACH function. Documentation included. |
| algendv1_00.zip | 10k | 01-12-16 | | Algebra Ending chapters Helper Contains many things needed at the end of Algebra I and beginning of geometry including completing the square, pythagorean theorem, every operation with Prime Numbers you could POSSIBLY IMAGINE, distance, midpoint, temperature converter, and almost all of this is also made into very easy to use functions seperate from the main program. Includes ReadMe file for the functions. The first time you run it it may take a little while so be patient. |
| algebra.89p | 5k | 01-12-16 | | Algebra This 5500-byte program contains all the functions for primes you will ever need, as well as converting slope equations from 1 form to another, and a distance part. Useful for anyone near the end of algebra 1. |
| midpt.89p | 1k | 01-12-16 | | Midpoint Formula |
| lagrange.zip | 1k | 01-08-06 | | Lagrange Uses the lagrange interpolation formula to find a polynomial fit of degree n-1 (or less, if possible) through n data points. Enter the x-coordinates as a list, the y-coordinates as a list, and the coeffecients are displayed as a list. |
| bisect.zip | 12k | 01-08-06 | | Bisect v1.0 (Bisection method) This ti-89 BASIC program is extremely easy to use. It has a help option, that explains how to use it. This program solves a function numerically using the bisection method. The final result is a root of the function located within a given range. |
| polysolv.zip | 9k | 01-06-16 | | PolySolve v1.1 Solves for the radius, apothem, perimeter, side length, degree sum, and area of any regular polygon, given any two of those criteria. Gives answers in exact and approximate form. Good for high school geometry |
| dioph.zip | 5k | 01-06-03 | | Diophante 1° degree, 2 unknowns This program solves so called "Diophante" equations of the first degree, with 2 unknows (e.g. 23x-47y=5) |
| solveeqespold.zip | 39k | 01-05-31 | | SolveEQ Ver 1.2 (para AMS previo al 2.01) ¿ Necesita resolver un sistema de ecuaciones no lineales y esta cansado de no obtener respuesta de Solve o cSolve ? ¿ o le desagrada tener todas las raices en una sola linea con and's/or's ? ¿ necesita resolver una sola ecuacion ? Este programa es para usted. Vea la documentacion para mayor informacion. |
| solveeqengold.zip | 45k | 01-05-31 | | SolveEQ Ver 1.2 (for AMS previous to 2.01) Need to solve a Non-Linear System of equation and tired of getting no answer from Solve or cSolve ? or dislike to have all the roots in a whole line with and's/or's ? Need to solve one equation ? This program is for you. Check documentation for further information. |
| parai.zip | 3k | 01-05-14 | | Parabolic equation solver. Enter an equation that represents a parabola, then it will convert ir to its ordinary form and give many intercept points. |
| tb89.zip | 97k | 01-05-10 | | Algebra II Toolbox v6.89 Newest Version!! Version 6 has a few new features as well as a few modifications to the engine itself. The new version has a new code optimization as well as enhancments to help make it run a little faster and smoother. This new version includes a new Cramer's Rule function. Instead of just a 2var solver you now have the choice of 2 or 3 var Cramer's Rule Solvers. I also found a bug in the still ever wonderous Quadratic Section. As of now the Quadratic "applet" should be bug free minus GUI problems that I am still sorting out. This version is not the complete version 6. I was unable to meet my own deadline to get the Axis of Rotation "applet" out. If you are interested I can send you Version 6.89 alpha with the Axis "applet" in there if you like. The new version has been tested extensively and no known bugs have been found.TB89 is a port of the popular Algebra II Toolbox for the TI-86, TB86. A great Alg2 program. Contains Cramers Rule, Quadractics, Distance, Midpoint, and much much more. Very usefull program for anyone taking Alg2 or higher math class. Great GUI. Great desgin. Check it out, this is the only BASIC math program that you will ever need for your TI-89. Enjoy! |
| dx_y.zip | 1k | 01-05-08 | | dx_y v1.00 dx_y est un programme pour Ti89/Ti92/Ti92Plus, écrit en Ti-Basic. Il permet de calculer la droite de régression dx(y). L'équation de la droite est donnée dans le repère yox puis dans xoy. Il sera utile à ceux qui étudient les statistiques entre autres. |
| dy_x.zip | 1k | 01-05-08 | | dy_x v1.00 dy_x est un programme pour Ti89/Ti92/Ti92Plus, écrit en Ti-Basic. Il permet de calculer la droite de régression dy(x). L'équation de la droite est donnée dans le repère xoy. Il sera utile à ceux qui étudient les statistiques entre autres. |
| algebra.zip | 3k | 01-02-15 | | Algebra Program v1.1 Algebra and Geometry formulas and others. More formulas to come. |
| maxmin.zip | 2k | 00-12-30 | | MaxMin v1.0 MaxMin is a program that uses a series of FOR loops and the nSolve() function to determine the max and min points of a given function over a given interval. It works for several more complex equations that solve() and zeros() can't solve. maxmin(expression, iterations, maximum value, minimum value). Returns answers in the form of a matrix, with the max and min x values in the left column and corresponding y values for the original expression in the right column. |
| parabdel.zip | 7k | 00-11-06 | | Parabola Deluxe v2.0 Put in a, b, and c and get a whole bunch of info related to parabolas. |
| lines.zip | 5k | 00-10-09 | | Line Data v1.00 Line Data is a simple program that calculates the slope, x-intercept, y-intercept, equation in the form of y=mx+b, and equation in the form of ax+by=c equation for any given two points. |
| mathind.zip | 1k | 00-09-02 | | Mathind Math Induction v1.1 BETA |
| halfform.zip | 1k | 00-04-29 | | Half-Life Decay Formula Solve for any variable in the half-life decay formula |
| equation.zip | 1k | 00-04-26 | | Equation (French) Permet de trouver l'equation d'une droite passant par deux points. |
| exprcalc.zip | 5k | 00-04-11 | | ExprCalc89 This program easy and fastly calculates same expressions with different values. |
| parasolv.zip | 2k | 00-03-03 | | ParaSolv v1.0 Converts given information about a parabola, converts it to graphing form, and then graphs the parabola. Works great! |
| cradical89.zip | 1k | 00-02-29 | | Complex Radical The function calculates all complex answers of the n-th root of a given complex number. |
| fourier89.zip | 1k | 00-02-29 | | Fourier Analysis The program calculates the coefficients a0, a1...an, b1...bn. |
| linerp.zip | 2k | 99-12-25 | | Line RP89 v3.0 This program allows you to perform a multitude of line operations. Updated version - smaller size. |
| linear.zip | 1k | 99-12-25 | | Linear Finds an equation of the line containing the two given points. |
| binormal.zip | 1k | 99-12-25 | | Binormal v1.2 This program calculates the normal, tangent and binormal vectors to the inputed values of the space curve r(t). r(t) must be in parametric form. |
| cramer2.zip | 1k | 99-12-07 | | Cramers Rule v1.0 |
| cramers.zip | 1k | 99-11-21 | | Cramers Rule v.1 Shortcut utility using cramers rule |
| cramer.zip | 1k | 99-10-30 | | Cramer's Rule Uses Cramer's rule to solve a system of equations. |
| eql.zip | 1k | 99-09-09 | | Equation Library Stores equations from the solver for later use. |
| slope3.zip | 1k | 99-08-21 | | Slope 89 |
| alghelp.zip | 1k | 99-07-12 | | Algebra Helper Graphs a few equations. |
| cspline.zip | 5k | 99-06-18 | | Cubic Spline Solver v2.0 Solves for the cubic spline |
| finals.zip | 2k | 99-06-13 | | Advanced/College Algebra Final Notes 3 texts for the final- contains formulas/examples to use in case you forget how to do a problem. |
| slope2.zip | 1k | 99-04-22 | | Slope v1.0 This program helps you find the slope and Y-intercept, when you give two points |
| diophequ.zip | 1k | 99-04-11 | | Diophant Equation Solver Solve diophant equations step by step. |
| bezout.zip | 1k | 99-03-20 | | Bezout's Coefficients Find Bezout's Coefficients |
| diophant.zip | 1k | 99-03-13 | | Diophant Solver Resolve equation: ax+by=c with a, b, and c given and x and y are the unknown factores. Gives an answer in terms of k. (English and French) |
| slope.zip | 1k | 99-02-28 | | Slope v1.00 A great program for finding the slope and y intercept of a line |
| syndiv.zip | 1k | 99-02-28 | | Synthetic Divisor Small, Furry and Fast |
| ineq.zip | 1k | 99-02-28 | | Inequation Solver v1.0 You can solve a inequation polynomial, rational inequation or with absolute values and comprise only one unknown factor x |
| binomial.zip | 3k | 99-02-28 | | Binomial Expansion v1.00 Expands a x n algebraically and numerically too |
| slope-89.zip | 1k | 98-11-21 | | Slope-89 Great program for Geometry Students. Calculates the Slope of a Line in the push of a button |