|
Name |
Size |
Date |
Rating |
Description |
|
(Parent Dir) |
folder |
|
Up to TI-83/84 Plus BASIC Math Programs |
|
factoring |
folder |
|
TI-83/84 Plus BASIC Math Programs (Factoring/Primes) |
 |
reduce1.zip |
1k |
08-06-12 |
 |
Reduce Reduce will, as the name suggests, reduce any square root. It is very simple to use, and this version is a bit faster than version 2.3. |
 |
gcd.zip |
1k |
08-04-14 |
 |
GCD (for Lists) GCD for Lists will take L1 and simplify it by dividing it by the greatest common divisor for all elements in that list. |
 |
decsimp.zip |
2k |
08-03-20 |
 |
Two Decimal Simplifiers ABILIFY: This program converts decimals to exact forms. It can convert to a multiple of a square root, a multiple of pi, a multiple of e, or to a fraction. All results are simplified. It can also do this for complex numbers. The program sifts the information in the Ans-memory, showing only what is relevant. ADVANCE: This program is identical with the one above, except that it can also handle a square root of a multiple: not just the numerator is reduced, but also the denominator. 623 and 689 bytes resp. |
 |
simpsqrt.zip |
1k |
08-01-31 |
 |
SmpSqrt Simplifies square roots, even for large numbers. |
 |
simplify.zip |
2k |
08-01-13 |
 |
Decimal Simplifier Decimal Simplifier is a program that simplifies decimals stored in the answer memory. For instance, sin(pi/4) = .7071067812 will simplify to the sqrt(2)/2. If you arrive at the decimal equivalents for any of the following, they will simplify: pi/3, -4e, 9*sqrt(5)/2, sqrt(6)-2i, pi*sqrt(511232), 5e*sqrt(439), pi+501/12, e+1/235, 80137/13812, -5/(2pi), 3pi^2, 5e^2, 7pi^2*sqrt(3), 8e^2*sqrt(2052338). These are just a few examples. Generally, Decimal Simplifier will act as a radical simplifier and simplify any fraction multiplied by 'pi' or 'e.' |
 |
mfb.zip |
1k |
07-12-21 |
 |
Multiples, Factors, Bases (Exponents) This program can calculates the (lowest) multiples, factors, and Bases(Exponents) of a certain number. Example: Multiples- Number= 9 -> 3*3 Factors- Number= 9 -> 18/2 Bases- Number= 9 -> 3^2 |
 |
apctsyndiv.zip |
52k |
07-12-17 |
 |
APCT - Synthetic Division This program gives you the ability to use synthetic division for the 3rd power, 4th power, and 5th power. |
 |
bigmult.zip |
1k |
07-12-15 |
 |
Big-Number Multiplication Big-Number Multiplication allows you to multiply far bigger numbers than the TI calculator supports. It's very easy to use and displays the answer in a convenient way. This program is faster, takes up less memory, and is easier to use than all other BASIC programs like it. It can multiply two numbers that both take up the entire screen in less than a minute. The program is unprotected and is so simple to use that I didn't bother to include a ReadMe. |
 |
rootomatic.zip |
1k |
07-10-26 |
 |
Auto-start square root simplifier! This program saves you lots of time by simplifying square roots (for example: 20^.5 = 2*5^.5). **It also runs immediately when you select it on the program menu. You don't need to press enter on the homescreen. For the auto-start to work, you need to use TiLP2. Read the readme for it to work right!! |
 |
fractionexpander.zip |
1k |
07-06-06 |
 |
Fraction Expander Is a small and ferociously fast(20/40 digits/sec.) program that performs long division over the whole screen with the Output(-command. This update cuts 33% off of the time for the previous version. |
 |
leastdiv.zip |
1k |
07-05-16 |
 |
Least Divisible This program finds the first number that is divisible by something starting from a certain integer and testing at a certain increment. Pictures attached. |
 |
remains.zip |
1k |
07-01-27 |
 |
A Remainder A small and simple program that gives you the integer part and the remainder of A/B, where A and B are real integers. |
 |
pgcd.zip |
1k |
07-01-07 |
 |
GCD / PGCD with euclidian algorithm This program calculates the greatest common divisor of two integers, and it displays every single step of the euclidian algorithm used. |
 |
pchange.zip |
1k |
06-12-10 |
 |
Proportion Finder With this program, you can easily find proportions. |
 |
afrac.zip |
1k |
06-10-27 |
 |
AFrac Reduces rational values with continued fraction. The program can give correct answers to fractions with a numerator and denominator of a million and more. |
 |
frac1.zip |
1k |
06-09-24 |
 |
Fractions This file contains two programs and a textfile: CFrac1 is a small and fast program that reduces rational values. Its capacity is much better than the built in >Frac. The built in program has a largest denominator of 9999 and it can't handle a fraction like 8620/4311. CFrac1 can give correct answers for values of the numerator and denominator up to 40- 50 000. The answer is given both as improper fraction and as a mixed number, when the value is bigger than one. Can be used for quickly separating rational numbers from irrational, if the rational numbers don't have a too big fraction. Frac1 is a program aimed for bigger fractions where you input one term at a time. The numbers can have a numerator and denominator of ten digits. |
 |
numbers.zip |
1k |
06-09-08 |
 |
Numeric Functions The program computes five different numeric functions for a given number n. These include a prime factorization program, a prime checker, the number of divisors of n, the sum of the divisors of n, and the Euler Phi function. This last function determines which numbers are less than n and relatively prime to n. |
 |
goldbach.zip |
1k |
06-09-08 |
 |
Goldbach Conjecture This is an updated version of my previous Goldbach conjecture. This program finds a pair of prime numbers that add up to a given even number greater than 4. Every even number ever checked has been the sum of at least two primes, but nobody has been able to prove that it is always true. Presently, there is a $1 million reward for discovering the proof. |
 |
longdivision.zip |
1k |
06-05-25 |
 |
Long Division Divides one number by a number and displays past the normal 10 digit display. Read the README file for explanation of decimal point errors. |
 |
amodb.zip |
2k |
06-05-18 |
 |
a mod b This program will give the result of a mod b. Also works properly if a is negative. A small but useful program. |
 |
golden89.zip |
22k |
06-04-19 |
 |
Golden Ratio (All TI's & DOS) Each program finds the Golden Ratio and stores it to B. The DOS version simply tells you the Golden Ratio and shows the same math as the TI versions (but MUCH faster). |
 |
fracexpd.zip |
2k |
06-04-12 |
 |
Fraction Expander Deluxe This has been updated to be extremely small, ported to all TI's, and to be supremely fast. The program prompts you for 3 numbers: A and B from A/B, and C for number of decimal places. Then you watch it perform long division so fast your eyes hurt :) |
 |
rootsimp.zip |
7k |
06-01-13 |
 |
RootSimp This is every Algebra II student's dream come true. This will be your best friend for the week or so that you study simplifying radicals. It even supports roots of negative numbers, just be sure to read the documentation. |
 |
average_with_weighting.zip |
2k |
05-09-25 |
 |
AVERAGE A simple averaging program written in basic for TI 83/4 +/SE (tested on 83+ and 84+ se). Supports weighted grades. Allows infinite number of grades (RAM supporting) and infinite weight (same deal) |
 |
addition.zip |
1k |
05-09-14 |
 |
Addition Quiz Gives you five addition problems. You have to answer them and it will tell you if it is right or not. If it is, it goes on to the next question. If it isn't, you have to try again. Keeps score and tells you how many you got right and wrong at the end. |
 |
round.zip |
1k |
05-09-14 |
 |
Number Rounder Rounds any number to the nearest hundredth, tenth, whole number, and hundred! |
 |
remaindersolver.zip |
1k |
05-09-13 |
 |
Remainder Solver You input a fraction, and it tells you the quotient and the remainder. Useful for earlier math classes, but can be used with any! |
 |
modulararithmetic.zip |
1k |
05-05-01 |
 |
Modulo Does modular arithmetic for modularly-challenged people. Is very small (exactly 100 bytes) and very fast. |
 |
rest_z80.zip |
2k |
05-04-27 |
 |
Rest [EN]Calculate the remainder in the division of a^n by B according to N. [FR]Programme utile en spé math (Terminale S), pour savoir le reste dans la division de a^n par b selon n |
 |
approxomax.zip |
20k |
05-01-18 |
 |
Approxomax This program calculates the decimal equivalent of the ratio of two integers to a nearly infinite degree. (How far it can go will depend on how much RAM is free). |
 |
fraccalc1.0b.zip |
6k |
05-01-04 |
 |
FracCalc 1.0 FracCalc is the best fraction calculator "patch" that I have been able to find or create on ticalc.org. It is a program that allows you to input expressions using fractions and will return the answer in both fraction and decimal form. This program has been created and tested on a TI-84+ SE only, if you have a different calculator and this program works (or if it doesn’t!) please send me an e-mail. |
 |
percentsolver.zip |
8k |
04-12-16 |
 |
Percent Solver a Percent Solver. inclues 8 Formulas to input. simply 2 inputs each. includes "Percent of change" or "decreace/increase with percent given, With the original/new given" and 3 other formula's for everyday questions. NOTE: when the Quantities appear in the equasion, no percents will show. they will in the answer (X) though.all #'s have a minimum of 0, and almoast all #'s have a maximum of 1000, exept for a selct few Percents (equasions 2,3,7, and 8), which have a maximum of 100. NOTE: I found a small bug, so I'm updating the file, now with pictures (inside the download. I couldn't figure out how to convert .btm to .gif, Sorry)! DOWNLOAD IT! It's good! |
 |
powermod.zip |
1k |
04-09-27 |
 |
PowerMod This program computes expresions of the form a^b (mod m). It is extremely fast and occupies a mere 209 bytes. The values (a) and (b) can be anywhere form 1 to 1e13 and (m) can be from 1 to 2.5e12! |
 |
bitwise.zip |
1k |
04-09-16 |
 |
Bitwise Logic Bitwise and/or/xor functions. 83 compatible. Read documentation for more information. |
 |
tf.zip |
1k |
04-08-03 |
 |
Totient Function Also known as the EulerPhi function,it gives the number of numbers < N that have no common factors with N. The algorithim used is very fast and, at only 177 bytes, very efficient as well. |
 |
avarage.zip |
1k |
04-06-11 |
 |
Avarager this program avarages a list of numbers! |
 |
mtiply.zip |
1k |
04-06-11 |
 |
multiply (shows work!) this is a multiplication program that shows its work for most multiplication problems! |
 |
imaginry.zip |
1k |
04-03-17 |
 |
Imaginary Number Simplifier This little program converts those annoying imaginary numbers with exponents to it's true form. For example it converts i^69 to it's simplest term of i. |
 |
average1.zip |
1k |
04-03-07 |
 |
#1Average Best average program ever. Only 90 bites on calc. and contains only 18 lines of basic and is EXTREMELY fast |
 |
ratio_solver.zip |
1k |
04-03-02 |
 |
Ratio Solver Update 2/27/04 -Made it so the program only displays the missing value, rather than the entire equation. Saves 200 bytes of program space and makes it much easier for the user. -----End Update----- Insert two equivalent fractions, using a 0 to note an unknown. The program will then find the unknown. E-mail Me at ezekielvictor@hotmail.com or AIM me @ zekecoasterfreak (if you e-mail me, please include something like "TI-Programs" in the subject line) -Feel Free To Share This Release .. Make Sure I Receive Credit!- |
 |
avrage.zip |
1k |
04-02-19 |
 |
Avrage Cane make an average from 1, 2, 3, 4, and 5 numbers. Is only a demo of what is to come. |
 |
squarerootreduce.zip |
1k |
04-02-17 |
 |
Square Root Reducer Reduces a square root i.e. (square root of 75 = 5 times the square root of 3)This tested for bugs i didnt find any, yes this one CAN do negative numbers. |
 |
jbpprimetester.zip |
1k |
04-02-16 |
 |
Prime Tester Is that pesky, unfactorable number prime? Find out with Jamaica Bay's Prime Tester. Fast programming and easy, user-friendly interface make this the best Prime Tester. |
 |
prcnt.zip |
1k |
04-02-16 |
 |
Percent of change This is a program i made because i was bored in math class. It shows you the percent of change by using the old number and new number and doing the rest for you even though it is easy already. it also tells wheter the chang is increased or decreased. |
 |
remain.zip |
1k |
04-01-03 |
 |
Remainder Finder Finds the remainder when you divide two (real integers) numbers. A/B: you have to enter A and B and it will show you the integer that came out to the answer and the remainder that was left over. |
 |
double.zip |
1k |
03-12-28 |
 |
Double the Number This program starts by displaying 1, then it adds 1, and displays 2. It then adds 2, and displays 4. Keep pressing enter to see the next doubled number. Press [CLEAR] to quit the program. See screenshots. |
 |
average2.zip |
1k |
03-12-28 |
 |
Average It! S.E The second edition of Average It!. It's more than half the size of Average It!, but it does the same exact thing-finds the average of a set of numbers. The only difference about this one and the original Average It! is that you need to enclose the numbers in brackets and separate them with commas. See screenshots for a clearer explanation. |
 |
proport.zip |
1k |
03-12-28 |
 |
Proportion Solver/Checker Solves proportions or check proportions! Just enter X for the unknown value to solve, or enter both sides of the proportion to check. |
 |
imagine.zip |
1k |
03-12-28 |
 |
Imaginary Number Simplifier This program will take a problem like i^81 and tell you that it's actually i. Small, but useful! |
 |
remainderfinder.zip |
1k |
03-12-24 |
 |
Remainder (Modulus) Finder An update from my previous Remainder (Modulus) Finder. This one is much smaller, finds the remainder of a division problem, and finds the integer part of the answer to a division problem. |
 |
remainder.zip |
1k |
03-12-22 |
 |
Remainder Finder Insert the dividend and divisor and the answer + remainder is given (rather than the a decimal answer). E-mail Me at ezekielvictor@hotmail.com or AIM me @ zekecoasterfreak (if you e-mail me, please include something like "TI-Programs" in the subject line) -Feel Free To Share This Release .. Make Sure I Receive Credit!- |
 |
mixednum.zip |
1k |
03-12-22 |
 |
Mixed Number Maker It always annoyed me when I had to make mixed numbers out of huge improper fractions, so I created this. Input the numerator and denominator of an improper fraction, and it will tell you the equivalent mixed number. E-mail me @ ezekielvictor@hotmail.com or AIM me @ zekecoasterfreak (if you e-mail me, please include something like "TI-Programs" in the subject line) -Feel Free To Share This Release.. Make Sure To Give Me Credit! |
 |
percentf.zip |
1k |
03-12-07 |
 |
Percent Change Get a number with a percent change. Such as 100 with a 15% increase would equal 115. This program eliminates percent hassle and make everything easier. My site: www.angelfire.com/electronic2/miketi |
 |
mrcount.zip |
1k |
03-11-19 |
 |
Mr.Count A small program that lets you count to ANY number by ANY number! If the number you count by can't fit into the number to count up to, the program WILL tell you! Great program for math purposes! |
 |
averageit.zip |
3k |
03-11-19 |
 |
Average It! Average It! is a program that finds that average of any set of numbers. I use it mainly to figure out my GPA, but you can use it for math class or anything you want. Simply enter in the numbers and press "X", without the quotations, when your done. It is very simple, small, and has less than 50 lines of code! |
 |
prop.zip |
1k |
03-11-07 |
 |
proportion solver fixed darn bad start to contributing it was messed up but only slightly i switched around labels so any way this is it fixed i hope |
 |
timath.zip |
1k |
03-10-27 |
 |
Ti-Math 1.0 This is a basic math program with the basic operations. Good for learners of math and more user friendly then the regular gui! |
 |
vervierk.zip |
5k |
03-10-23 |
 |
Algoritme to find ggd + app:simplify fractures This isn't really a program, it just simplifies a fracture with the ggd, but I've put an algoritme to find that, not the function of the calculator itself... See picture! It works fine! |
 |
avr.zip |
1k |
03-10-13 |
 |
Averaging This is a basic averaging program that averages multiple numbers, not a fixed one. For more info, see the readme. |
 |
gcdlcm.zip |
1k |
03-09-19 |
 |
GCD and LCM Finder this will find the GCD and LCM of more than 2 numbers |
 |
percentrx.zip |
1k |
03-09-16 |
 |
Percent Finder This finds percent. |
 |
factorial.zip |
1k |
03-08-03 |
 |
Factorial This is one of the many programs I wrote in the middle of my Math 12 Summer School class. If you input a number, it would calculate the... uh.. well, if you put in "5", it would calculate "5!" which equals to "5x4x3x2x1" (It was supposed to help me with my math... it didn't really because I ended up having no use for it.. but still...) |
 |
mod.zip |
109k |
03-07-16 |
 |
MOD It calculates the remaining portion of the division of x for y. x mod y=r |
 |
matmzipper.zip |
1k |
03-06-02 |
 |
Exact Values For Extremely Large Integer Multiplication (PU This program allows for extremely high integer multiplication. The largest integer you can display exactally on the TI-83+ is 9999999999 of 10^10-1. The largest value you can reach period, before getting an overflow error is 10^99. This program calculated the exact value of (10^277-1)^2. Using that same formula, the overflow point for the TI-92+ is (10^308-1)^2. This program //greatly// expands the multiplicative capabilities for the calculator. However, there are a few limitations. You can only multiply integers, and you have to type them out exactally. Yes, I entered 277 9's by hand. Twice. The program is pretty small, 728 bytes. Pretty fast too, it squared a google in less than 5 minutes. When you run the program, it will ask for the two numbers, then it will begin displaying the percent multiplied as it works. Once it completely multiplies the number, it takes another moment or 2 to convert it to a displayable format. Then it displays it. If it flows off the edge, just scroll. I have big plans for this program, and using the (Un)Archive functions, I hope to expand the capacity even more. See how far you can take it, my calculator is pretty bad. Push the envelope. |
 |
dpg.zip |
1k |
03-05-04 |
 |
Digit Problems Generator A Jamaica Bay Classroom Tool- helps students learn subsitution. Easy to use, good user interface. |
 |
xgcflcm.zip |
1k |
03-04-18 |
 |
GCF and LCM of 2 or more numbers *This program is better than any other GCF or LCM zip file. This Program finds, keeps track of, and shows you the LCM and GCF of 2 or more numbers!! THIS PROGRAM IS THE BEST!!* |
 |
apercent.8xp |
1k |
03-04-13 |
 |
All Percent Calculator This program find percent increase, decrease, tax, and percent of change. Since the ti-83 plus doesn't have a percent button this is a great program. |
 |
lcm83p.zip |
1k |
03-04-03 |
 |
LCM v1.0 This is a small yet powerful program that will find the lowest common multiple of any numbers, and can work on two through infinity numbers. It will automatically and quickly find the LCM in rational form. Useful! |
 |
mods.zip |
1k |
03-04-01 |
 |
Modulo Residue This simple program asks for mod M, a number P, and gives you the residue of P mod M. |
 |
eulerphi.zip |
1k |
03-04-01 |
 |
Euler Phi Function This simple program will quickly count the number of relatively prime numbers to a given number N. |
 |
baseops.zip |
1k |
03-03-27 |
 |
Base Arithmetic Add, subtract, multiply, or divide non-base-10 numbers |
 |
basicgcdprogram.zip |
1k |
03-03-10 |
 |
GCD finder This simple math program uses the gcd() function to find the least common denominator in a fraction. |
 |
goldenratio.zip |
1k |
03-03-07 |
 |
Golden Calculates the exact value of the Golden Ratio using the quadratic formula, no need for recursive programming! |
 |
lastintegers.zip |
1k |
03-03-07 |
 |
Last Integers Input a number, and then input a power you wnat to take the number too. It will give you the last few integers in the number |
 |
aprop.zip |
1k |
03-03-07 |
 |
Improper to Proper Fraction Converter This program quickly converts the Ans variable to a proper-fraction/mixed-number, if possible. |
 |
percentages.zip |
1k |
03-03-04 |
 |
Mastermind v 1.0 A simple program to calculate percentages for those too dumb to remember the formula, like me. |
 |
multiple.zip |
1k |
02-11-20 |
 |
Multiple Will find all multiples of any real positive integer within memory limitations of calculator. Can be very helpful in factoring. |
 |
modulo.zip |
1k |
02-07-23 |
 |
Modulo performs modulo using two variables |
 |
percentage.zip |
1k |
02-06-08 |
 |
Percent Finder This program will help you add percentages, subtract percentages and even do sales tax calculations. It has been checked numerous times for exactness against a normal percentage calculator, and it is exact to .0001 percent proficiency |
 |
modulus.zip |
1k |
02-05-11 |
 |
Modulus Finds the Modulus of a complex number (a+bi) |
 |
axioms.zip |
1k |
02-04-30 |
 |
Axioms This Program Includes 10 Axioms (Closure, Commutativity, Associativity, Distributive, Identity Elements, Inverses, Reflexive, Symmetry, Transitive, Trichotomy) With a short description to help you remember. Brought to you by Tiger_377 |
 |
ealga.zip |
1k |
02-04-08 |
 |
Euclidean Algorithm Creates Euclidean Algorithm in the stat editdor. |
 |
multiply83p.zip |
1k |
02-02-25 |
 |
Multiplication Teacher Due to the amount of people that can not multiply in my school, I made this. It helps you learn to multiply. |
 |
longdiv.zip |
1k |
02-01-16 |
 |
Long Division Divide two numbers and see the decimal to 200+ places. |
 |
longdivx.zip |
1k |
02-01-16 |
 |
Long Division X Divide two numbers and see the decimal to hundreds of decimal places. |
 |
edge.zip |
1k |
02-01-01 |
 |
Edge v1.40 Gives an idea of how hard a number is to deal with. |
 |
lcm.8xp |
1k |
01-12-22 |
 |
LCM Used to find LCM of 2 #'s |
 |
gcf.8xp |
1k |
01-12-22 |
 |
GFC Used to FIND GFC of 2 #'s |
 |
bigint.zip |
1k |
01-12-16 |
 |
BigInt This program can multiply numbers of infinite length and gives an exact answer. |
 |
modexp.zip |
1k |
01-08-05 |
 |
Modular Exponentiator Raises numbers to a power in modulo arithmetic. |
 |
modular.zip |
1k |
01-06-15 |
 |
Modular Divisor Performs modular division |
 |
perfect.zip |
1k |
01-05-31 |
 |
Perfect I am really, really sorry about this. When I uploaded the file, I thought that it would work indefinitally. But then as I thought about it more, I realized that I made a error. The formula doesn't work for squential numbers, but rather only a few. The equation "(2^(X))* ((2^(X+1))-1)" is true for all currently known perfect numbers, but the value if "X" is speratic. So, I am uploading a progam in a while, probably about 2 hours that will fix the problem, and be available for download in about 2-3 days. Thank you again. |
 |
lcd.zip |
1k |
01-05-31 |
 |
LCD Finder v1.1 This is an updated version of LCD Finder 1.0. It actually works! |
 |
fact.zip |
1k |
01-03-08 |
 |
Factorial You name the number, it factorialized it. EX- "5" it outputs 120 (5x4x3x2x1) |
 |
addm.zip |
1k |
01-03-08 |
 |
Adding Machine This Program will allow you to do things on your calculator that you only dreamed where possible (Title explans function) |
 |
ratio1.zip |
2k |
01-02-22 |
 |
Ratio1 This is a fairly simple program that makes it easy to work with, simplify, and expand simple ratios and proportions. |
 |
gcflcm.zip |
1k |
01-01-28 |
 |
GCF and LCM Finder This program will find the LCM or GCF of any two given numbers. |
 |
fraction2.zip |
15k |
01-01-14 |
 |
Fraction Calculator Add-On: Ti-83+ This program does basically what it says it does, have at the toch of a button decimal to fraction, fraction to decimal, and a fraction simplifier or converter. No more menus! You can add or subtract. Multiply or Divide, heck I bet you could do logarithms, I haven't tried yet. Partly because I'm not that far in algebra 2 yet, but... And best of all, its small, and MirageOs compatable so it can be run archived! This is the best fraction program that I've ever seen, plus it includes a preview of "Phantasy Star V" for the Ti-83+ calculator, check it out. |
 |
fractwiz.zip |
1k |
99-12-05 |
 |
Fraction Wizard Converts and Simpilfies Fractions small too! |
 |
remaind.zip |
1k |
99-11-29 |
 |
Remainder Division v2.1 A program to execute remainder division onpositive integers. |