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

TI-83/84 PLUS BASIC MATH PROGRAMS (ARITHMETIC)

Archive Statistics
Number of files 172
Last updated Tuesday, 5 September 2023
Total downloads 408,564
Most popular file  All Percent Calculator with 10,128 downloads.

Click a filename to download that file.Click a folder name to view files in that folder.Click  for file information.

Icon legend: File with screen shots File with animated screen shots File with reviews Featured programs


NameSizeDateRatingDescription
(Parent Dir)folder Up to TI-83/84 Plus BASIC Math Programs
factoringfolder TI-83/84 Plus BASIC Math Programs (Factoring, Primes)
addition_constantruntime.zip2k14-06-30File is not ratedAddition and Summation using Custom Interval
This program shows the result of adding all numbers between A and B (inclusive) using C as a step or interval value. The time needed for the program to complete is also constant no matter what the input values are. See readme.txt for more information.
addition.zip1k05-09-14File is not ratedAddition 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.
addm.zip1k01-03-08File is not ratedAdding Machine
This Program will allow you to do things on your calculator that you only dreamed where possible (Title explans function)
afrac.zip1k21-07-26File is not ratedAfrac v.1.1
Update! Reduces fractions with continued fraction, now with even better precision. Can handle fractions with numerator and denominator of several millions.
amodb.zip2k06-05-18File is not rateda mod b
This program will give the result of a mod b. Also works properly if a is negative. A small but useful program.
anybase.zip1k10-03-23File is not ratedLogorithm Solver
A very, very simple program that allows you to solve for a logorithm with any base. Once again, very simple.
apctsyndiv.zip52k07-12-17File is not ratedAPCT - Synthetic Division
This program gives you the ability to use synthetic division for the 3rd power, 4th power, and 5th power.
apercent.8xp1k03-04-13File is not ratedAll 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.
approxomax.zip20k05-01-18File is not ratedApproxomax
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).
approx.zip2k21-01-24File is not ratedApproximations
Five programs to give you approximations as fractions of rational and irrational numbers. One program, DFRAC, can also give a correct answer to 17/191+19/193+23/199 and similar fractions. The programs give one to six and more approximations depending of the number and program.
aprop.zip1k03-03-07File is not ratedImproper to Proper Fraction Converter
This program quickly converts the Ans variable to a proper-fraction/mixed-number, if possible.
arithmetics.zip6k17-02-10File is not ratedArithmetics
These six programs offer support for those tedious arithmetic homework tasks, wether you are suposed to add, subtract, multiply, and/or divide. If you are in primary school, they can save you a lot of time and effort. UPDATE: New in this version, ADDMORE, which lets you add up to six numbers. Also, ARITHMET, a menu-driven program containing the five individual programs
avarage.zip1k04-06-11File is not ratedAvarager
this program avarages a list of numbers!
average1.zip1k04-03-07File is not rated#1Average
Best average program ever. Only 90 bites on calc. and contains only 18 lines of basic and is EXTREMELY fast
average2.zip1k03-12-28File is not ratedAverage 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.
averageit.zip3k03-11-19File is not ratedAverage 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!
average_with_weighting.zip2k05-09-25File is not ratedAVERAGE
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)
avrage.zip1k04-02-19File is not ratedAvrage
Cane make an average from 1, 2, 3, 4, and 5 numbers. Is only a demo of what is to come.
avr.zip1k03-10-13File is not ratedAveraging
This is a basic averaging program that averages multiple numbers, not a fixed one. For more info, see the readme.
axioms.zip1k02-04-30File is not ratedAxioms
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
baseconversion.zip6k21-04-19File is not ratedBASECONV&BASECON2&3
These programs convert from any base 2-20, to any base 2-20. BASECONV is for integers and BASECON2 is for floating point numbers. i.e. You can convert a number like 125.875 in decimal to binary, and get 1111101.111. The programs are as simple as possible, with no safety catch built in. So if, for example, you choose from base two to base ten, and input a number like 1134, you will get, 22. There is also the limitation of the 14 significant digits in base 10: the number is first converted to a value memory in base10, so if it has more than 14 significant digits there, information is lost. BASECON3 gives the result as a fraction. If, for example, you input 156.48 in base 10, and convert it to base 16, you get: F48/19. The result is also shown in base 10: 3912/25.
baseconv.zip3k14-06-30File is not ratedInteger and Decimal Base Conversion (base 62 supported)
This program will convert integers and decimals from any base to any base. Stores answer in Ans variable, completely string-based, so all characters 0-9, A-Z, a-z are supported. See readme.txt for more information.
baseops.zip1k03-03-27File is not ratedBase Arithmetic
Add, subtract, multiply, or divide non-base-10 numbers
basicgcdprogram.zip1k03-03-10File is not ratedGCD finder
This simple math program uses the gcd() function to find the least common denominator in a fraction.
basicrpn.zip1k09-02-09File is not ratedRPN calculator 1.0
Basically transforms your calc into a simple RPN system.
bernsteininterp.zip1k11-11-05File is not ratedBernstein Interpolating
This program will generate the nth order Bernstein interpolating polynomial for a given function f(x). Enjoy!
between.zip2k13-04-01File is not ratedNumber in Between
The Property of Betweenness states that there is always another real number in between any two unique real numbers. This program finds a number in between after you input the unique numbers and a fraction.
bigint.zip1k01-12-16File is not ratedBigInt
This program can multiply numbers of infinite length and gives an exact answer.
bigmult.zip1k07-12-15File is not ratedBig-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.
bignum.zip2k19-07-20File is not ratedBig Number Calculations
This program calculates big numbers which are accomplished with either exponentiation, multiplication, division, addition, or subtraction. For example: 789^5, 12345678901234567890/123, 147852369147852369-123456789012345, 12345678901234567890+ 12345678901234567890, 475896123617*963258741236. The operations are entirely list based, so you can get up to 999 digits. Should the result of a subtraction become negative, only the first digit in the resulting list is negative: For example, 191-888=-697, and the answer comes out as, {-6 9 7}. This is to be seen as: -600-90-7, NOT as, -600+90+7, i.e. all the digits are to be seen as negative, if the first one is so. The program also gives the sum of the digits in the resulting list. A bug in the division part has been corrected.
big.zip1k21-07-06File is not ratedProduct Digit Counter
Program can count the digits in the product of ANY two integers, no matter how large.
binadir4bit_adder.zip3k07-06-06File is not ratedBinadir 4-bit binary number adder
This program adds two binary numbers together that can be up to 4-bits in length. please enjoy!
binomialterms.zip1k12-06-03File is not ratedBinomial Coefficients
This program will compute terms for the binomial coefficient. Consider (x+y)^n. The program will ask for n and r (the power on y) and the program will compute the term. Enjoy!
chinrem84.zip1k21-04-11File is not ratedChinese remainder theorem
This program illustrates the Chinese remainder theorem. The user enters a list of moduli m and a list of remainders r. The program then shows an integer x with x = r[i] mod m[i] for all i.
collatz1.zip1k10-12-23File is not ratedCollatz Conjecture
This program works so that a positive integer N, that you input, is divided by two, if even, multiplied by three and one added, if odd. This process is then repeated until N becomes one, according to Collatz Conjecture. The program displays N's way to one, and then shows the number of operations it took. I enclosed a link on the subject in the textfile.
collatz.zip1k10-12-14File is not ratedCollatz Conjecture
Collatz Conjecture states that any number will eventually reach 1 by following the pattern of divide evens by 2 and multiply odds by 3 and add 1. These two programs will calculate the steps to reach 1 for a specified number and plot the steps vs that number.
dd1.zip1k09-03-24File is not ratedMega Division on Your TI Calc
This is a fun program. The program performs long division on any two numbers and counts the number of decimal places. The TI calculator is very fast at long division!
decsimp.zip3k09-07-27File is not ratedFour 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. ADAPT: This program presents the result of a square root like ABILIFY if the answer will then take up the same space or less, else the result is presented like ADVANCE. Otherwise the program is identical with ADVANCE. ADECSMP: This program presents the result of a square root in both ways if the denominator within the root is bigger than one. Other than that it is identical with ADVANCE. The programs are 639, 710, 776 resp. 743 bytes on your calculator.
dfrac12.zip1k15-05-15File is not ratedDFRAC1&2
DFRAC1: This program is meant to help you with fractions in your schoolwork. It has a much bigger capacity than the built in program. You simply enter the expression, like for example: 1/4 - 8/17, and the program answers: -15/68, and after a while the expression comes up simplified: 17/68 - 32/68. An expression like 1/4 + 2/7*5/3 + 4/11, has the answer: 1007/924, and is simplified to: 231/924 + 440/924 + 336/924. DFRAC2: This program has the same function as DFRAC1, but the execution differs.
dfrac.zip1k15-05-15File is not ratedDFRAC
This program is an improvement of CFRAC, a program which reduces rational numbers. It has capacity to handle fractions and expressions which requires a numerator and denominator of six digits. At the same time it is useful for separating rational numbers from irrational, as opposed to AFrac which has to high a precision. This program is essential when it comes to presenting fractions with the Output(-command, or when you are looking for the rational numbers amongst a set of numbers.
digitalroot.zip1k12-07-19File is not ratedDigital Root
This program will compute the digital root of a number. It will also work with different bases. Enjoy!
doublefactorial.zip1k11-12-05File is not ratedDouble Factorial
This program computes the double factorial of an integer greater than or equal to -1. Enjoy!
double.zip1k03-12-28File is not ratedDouble 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.
dpg.zip1k03-05-04File is not ratedDigit Problems Generator
A Jamaica Bay Classroom Tool- helps students learn subsitution. Easy to use, good user interface.
drexp.zip12k09-04-05File is not ratedExponent Digital Root v2
Finds the digital root of a number to power. See readme for details, especially regarding the included word document.
ealga.zip1k02-04-08File is not ratedEuclidean Algorithm
Creates Euclidean Algorithm in the stat editdor.
edge.zip1k02-01-01File is not ratedEdge v1.40
Gives an idea of how hard a number is to deal with.
efrac.zip1k14-12-06File is not ratedEFRAC
This is an interesting application of Euklides’ algorithm: It is used to simplify expressions of fractions, whereas it’s usually used to find the greatest common divisor and/or the smallest common measurer. This little program has a much bigger capacity than the built in one, and is really fast. An expression like 17/191 + 19/193 comes out as, 6910 over 36863, in a fraction of a second.
egyptian1.zip2k12-08-05File is not ratedEGYPTIAN FRACTIONS
AEGYPT2: This program decomposes fractions into sums of unit fractions: Egyptian fractions. The ancient Egyptians did not write 5/8, but 1/2+1/8, because they didn't have a system for the compact notation m/n, hence the name. They are presented, in general, in descending order, i.e. the denominators get smaller and smaller. The method in this program is to subtract the second biggest, or sometimes the third, or smaller, biggest unit fraction from the number that results in the remainder getting a smaller denominator. This makes it likely, but not necessary, that the next such unit fraction to subtract is bigger than the previous. This is repeated until the remainder itself is a unit fraction. With this method the unit fractions does not become so small as with Fibonnaci's method. When finished, the program pauses a list with the unit fractions, and then shows a list with their denominators. AEGYPT3: This program is different, but works in principle the same way. However it gives the same answers. At least for the numbers I've checked. AEGYPT4: This program is a modification of Fibonnaci's method. It gives pretty much the same answers as the other programs. But here the unit fractions become smaller and smaller in general. AEGYPT0: This program uses Fibonnaci's method. It is submitted for comparison. There is a link to a page on the subject in the text file.
egyptian.zip2k12-08-05File is not ratedEGYPTIAN FRACTIONS
EGYPTIAN: This program decomposes fractions into sums of unit fractions. For example 5/8 is decomposed into 1/2+1/8. The ancient Egyptians did not write 5/8, but 1/2+1/8, because they didn't have a system for the compact notation m/n, hence the name. The program uses a modified version of Fibonnaci's method. When finished, the program pauses a list with the unit fractions, and then shows a list with their denominators. AEGYPT: This program is also a modification of Fibonnaci's method: The program seeks to finish earlier by counting up the unit fraction it is about to subtract with 10 units, and if it finds that the inverted remainder would make an even integer prior to those 10 units, it goes ahead with it. Otherwise it continues as usual with Fibonnaci's method. AEGYPT1: This is a slightly more complicated version, but it will produce the same unit fractions as EGYPTIAN. AEGYPT0: This program uses Fibonnaci's method. It is submitted for comparison. There is an url to a page on the subject in the text file.
eulerphi.zip1k03-04-01File is not ratedEuler Phi Function
This simple program will quickly count the number of relatively prime numbers to a given number N.
factorfast.zip1k10-06-14File is not ratedFactor FAST v 2.3.5
As you noticed, there's special emphasis on the FAST. Although it doesn't seem too great at first, the best thing about this program is that once it finds half of the factors, it automatically calculates the second half in a matter of milliseconds. I belive this is one of the only programs that can factor a million in under 45 seconds. If you forget what the factors are, just check the list FACTR, and it'll show you all of them! This will be a great addition to your calculator.
factorial.zip1k03-08-03File is not ratedFactorial
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...)
factors.zip1k09-10-20File is not ratedFind all Factors
enter an integer and have all the factors returned in an ascending order to L1
fact.zip1k01-03-08File is not ratedFactorial
You name the number, it factorialized it. EX- "5" it outputs 120 (5x4x3x2x1)
fctrlm1.zip1k08-11-30File is not ratedFACTORIAL MINUS 1
Do you know if 720 is a factorial?? Of which integer? And 40320? I know thanks to this program! 720=6! and 40320=8! This is just the inverse function of factorial, have fun!
frac1.zip1k10-08-16File is not ratedFractions
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.
fraccalc1.0b.zip6k05-01-04File is not ratedFracCalc 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.
fracexpd.zip2k06-04-12File is not ratedFraction 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 :)
fraction2.zip15k01-01-14File is not ratedFraction 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.
fractionexpander.zip1k07-06-06File is not ratedFraction 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.
fraction.zip3k10-09-07File is not ratedFRACTION
This program consists of five parts: common and continued fraction, approximation of real numbers, decomposing of fractions into sums of unit fractions, called Egyptian, and exact decimal representation of rational numbers, called expansion. It is meant to help in school with various types of fractions. I would be grateful for any comments, suggestions etc.
fractwiz.zip1k99-12-05File is not ratedFraction Wizard
Converts and Simpilfies Fractions small too!
frac.zip1k17-05-30File is not ratedFRAC and FRAC1
These programs can handle really large fractions, they are limited only by how many digits you can read, provided that there is an arithmetic expression. If you input a number like log(7), you get an approximation, the programs uses AFRAC1 for that.
gcd1.zip1k14-11-28File is not ratedGreatest Common Divisor
Two simple programs to determine the greatest common divisor, when there are more than two values involved. One works like when you do it on paper, and the other one shows the mathematics behind.
gcdlcm2.zip1k14-12-10File is not ratedGCD and LCM for Rational Numbers
GDCLCM: This program calculates the GCD and LCM for two rational numbers. So the program can even handle fractions, and i.e: Numbers that are smaller than one! It is necessary as a subroutine in a program that factors quadratic equations with rational coefficients, for example. I use it in QUADRA12. It doesn't matter in which order the numbers are entered, nor does it matter if they are positive or negative. GDCLCM1: This program calculates the GCD and LCM for several rational numbers. Just input the numbers as a list. Other than that it works the same way as the above program. GCDLCM2: This program is for integers only.
gcdlcm.zip1k03-09-19File is not ratedGCD and LCM Finder
this will find the GCD and LCM of more than 2 numbers
gcd.zip1k08-04-14File is not ratedGCD (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.
gcf84.zip1k14-04-17File is not ratedGreatest Common Factor
This is a greatest common factor program for the Ti-84. The user enters in a list of positive integers and the program will find the GCF. Enjoy!
gcf.8xp1k01-12-22File is not ratedGFC
Used to FIND GFC of 2 #'s
gcflcm.zip1k01-01-28File is not ratedGCF and LCM Finder
This program will find the LCM or GCF of any two given numbers.
goldbach1.zip3k11-03-06File is not ratedGOLDBACH
These programs finds two primes that add up to a given even number from four and upwards according to the Goldbach Conjecture. There are seven programs in the file, one with two subroutenes. They are very small, ranging from around 150- 200 bytes to 444 bytes at the most. They vary in speed in proportion to their size. You should be able to find a compromise that suits you!
goldbach.zip1k09-10-15File is not ratedGoldbach 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.
golden89.zip22k06-04-19File is not ratedGolden 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).
goldenratio.zip1k03-03-07File is not ratedGolden
Calculates the exact value of the Golden Ratio using the quadratic formula, no need for recursive programming!
golden.zip1k11-03-16File is not ratedGolden Ratio
This program finds the Golden Ratio and stores it in Theta. It uses the quadratic formula, so the value is as close to exact as possible. You also get an informative screen with the relation as well as the exact value. Look at the screenshot.
imagic.zip8k15-05-19File is not ratedIMAGIC
This is a very small ( 46 bytes ) program to help out with imaginary numbers like: i^-45, i^71, i^-3.5 and so on. Look at the screenshots.
imagine.zip1k03-12-28File is not ratedImaginary Number Simplifier
This program will take a problem like i^81 and tell you that it's actually i. Small, but useful!
imaginry.zip1k04-03-17File is not ratedImaginary 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.
isprime.zip1k09-10-20File is not ratedIs it Prime?
enter an integer greater than 1, and see if it's prime or not
jbpprimetester.zip1k04-02-16File rated 4.58Prime 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.
kaprekar.zip3k14-11-19File is not ratedKaprekar's Constant
Take any 4-digit number that does not repeat the same digit, and sort its digits in ascending and descending order, to get two numbers. Then subtract the smaller number from the bigger and repeat the process with the number you then get, and you will find yourself with 6174 as a result, in less than 8 iterations! There are also at least five more constants, in bases other than 10, that follow from the same procedure.
laguerreiteration.zip1k11-11-08File is not ratedLaguerre Iteration
This program performs Laguerre iteration to determine the roots of polynomials. It is third order convergent for simple zeros. Enjoy!
lastintegers.zip1k03-03-07File is not ratedLast 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
lcd.zip1k01-05-31File is not ratedLCD Finder v1.1
This is an updated version of LCD Finder 1.0. It actually works!
lcm83p.zip1k03-04-03File is not ratedLCM 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!
lcm.8xp1k01-12-22File is not ratedLCM
Used to find LCM of 2 #'s
lcmgcd.zip1k09-11-07File is not ratedLCM and GCD
This program gives you the LCM and GCD for a set of numbers. There are no menus or any other fuzz, just enter the numbers as a list. Look at the screenshots.
lcm.zip1k14-11-28File is not ratedLeast Common Measurer
Two simple programs to determine the least common measurer, when there are more than two values involved. One works like when you do it on paper, and the other one shows the mathematics behind.
leastdiv.zip1k07-05-16File is not ratedLeast 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.
logaritm.zip1k11-03-06File is not ratedLogarithm Solver
A logarithm solver where you input two known variables and get the third unknown. The program starts in the graph window where you get the basic infomation, it then asks for the unknown variable, after wich you are promted to give the two known variables. After the calculation the variables used (A, B and X) hold their respective value.
logsolve.zip1k09-04-04File is not ratedLogarithm Solver
Solves for any logarithm. loga(b)=x. Give two variables and you get the third. Really, that's it.
longdivision.zip1k06-05-25File is not ratedLong 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.
longdivx.zip1k02-01-16File is not ratedLong Division X
Divide two numbers and see the decimal to hundreds of decimal places.
longdiv.zip1k02-01-16File is not ratedLong Division
Divide two numbers and see the decimal to 200+ places.
matmzipper.zip1k03-06-02File is not ratedExact 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.
megalcm.zip1k09-03-24File is not ratedMega LCM
Finds the least common multiple (LCM) for ANY number of integers.
mfb.zip1k07-12-21File is not ratedMultiples, 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
mixednum.zip1k03-12-22File is not ratedMixed 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!
modcalculator.zip2k12-02-29File is not ratedMod Calculator
A powerful program which can perform modular arithmetic. Tested integers work into the low (<100) trillions.
modexp.zip1k01-08-05File is not ratedModular Exponentiator
Raises numbers to a power in modulo arithmetic.
mods.zip1k03-04-01File is not ratedModulo Residue
This simple program asks for mod M, a number P, and gives you the residue of P mod M.
modulararithmetic.zip1k05-05-01File is not ratedModulo
Does modular arithmetic for modularly-challenged people. Is very small (exactly 100 bytes) and very fast.
modular.zip1k01-06-15File is not ratedModular Divisor
Performs modular division
modulo1.zip1k11-05-14File is not ratedModulo
This program gives you the modulo of two integers. It is very small. The active part of it has only got 15 bytes, so you can easily use it as a subroutine in any of your programs. It uses memories A, B, and C.
modulo.zip1k02-07-23File is not ratedModulo
performs modulo using two variables
modulus.zip1k02-05-11File is not ratedModulus
Finds the Modulus of a complex number (a+bi)
mod.zip109k03-07-16File is not ratedMOD
It calculates the remaining portion of the division of x for y. x mod y=r
morefactorials.zip1k14-11-14File is not ratedMore Factorials
This program will compute factorials for fractions with denominators 3 and 4 (the calculator already handles denominators of 2). It uses a recurrence relation rather than the Gamma function. Enjoy!
mrcount.zip1k03-11-19File is not ratedMr.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!
mtiply.zip1k04-06-11File is not ratedmultiply (shows work!)
this is a multiplication program that shows its work for most multiplication problems!
multinomialterms.zip1k14-03-23File is not ratedMultinomial Terms
This program computes the coefficients in a multinomial expansion. Please read accompanying documentation for more information. Enjoy!
multiple.zip1k02-11-20File is not ratedMultiple
Will find all multiples of any real positive integer within memory limitations of calculator. Can be very helpful in factoring.
multiply83p.zip1k02-02-25File is not ratedMultiplication Teacher
Due to the amount of people that can not multiply in my school, I made this. It helps you learn to multiply.
numberofdigits.zip1k12-07-06File is not ratedNumber of digits
This program will produce the number of digits for a positive number. Very small. Enjoy!
numberofdivisors.zip1k11-12-20File is not ratedNumber of Divisors
This program will factor a positive integer and it will also produce the number of divisors for the number. Enjoy!
numbers.zip1k06-09-08File is not ratedNumeric 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.
operatio.zip1k03-03-10File is not ratedOperations
It makes addition, subtraction, multiplication, and division easy for people. (Run program output)
pchange.zip1k06-12-10File is not ratedProportion Finder
With this program, you can easily find proportions.
percentages.zip1k03-03-04File is not ratedMastermind v 1.0
A simple program to calculate percentages for those too dumb to remember the formula, like me.
percentf.zip1k03-12-07File is not ratedPercent 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
percentrx.zip1k03-09-16File is not ratedPercent Finder
This finds percent.
percentsolver.zip8k04-12-16File is not ratedPercent 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!
perfect1.zip2k10-03-31File is not ratedPerfect Numbers
The first seven perfect numbers are: 6, 28, 496, 8128, 33550336, 8589869056, and 137438691328. There are presently 47 known such numbers, wich are defined by the fact that the sum of their divisors is twice the number itself. For example 6 has the divisors: 1, 2, 3, 6, wich adds up to 12. There is for now no known odd number that is perfect. But it has been proven that it has to be bigger than 10^300, if it exists. All even perfect numbers are on the form: 2^(p-1)(2^p-1), where p and 2^p-1 are prime numbers. I have made four small programs to demonstrate these numbers.
perfect.zip1k01-05-31File is not ratedPerfect
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.
pgcd.zip1k07-01-07File is not ratedGCD / 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.
pochhammer2.zip1k12-04-25File is not ratedPochhammer 2
This program computes the falling factorial, while my first Pochhammer program computes the rising factorial. Enjoy!
polyeval.zip1k13-06-18File is not ratedPolyEval
This program will evaluate polynomials, but this program works if the coefficients or the input value is complex. The user inputs the coefficients of the polynomial in ascending powers order and then the value. The program returns the evaluation. Great for students being introduced to complex arithmetic. Enjoy!
powermodulus.zip1k08-12-19File is not ratedPowerMod
Calculates powers with respect to a modulus, i.e. a^b (mod n) using the fast exponentiation algoritm.
powermod.zip1k04-09-27File is not ratedPowerMod
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!
powersum.zip10k23-09-05File is not ratedPowersum
The sum of the n-th powers of the first k integers is a polynomial of degree n+1 in k. This program computes the coefficients of this polynomial.
prcnt.zip1k04-02-16File is not ratedPercent 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.
primefactor.zip1k09-06-23File is not ratedPrime Factorer
This program will find the prime factors of any number (even negative, if you want). The program itself is quite small, only 172 bytes. Hopefully this will help your math homework go faster!
primeprogram.zip4k08-12-19File is not ratedCalculate the primes from 2 to 11,967
This program will use the Sieve of Eratosthenes.
primetest.zip1k13-02-11File is not ratedPrime-test
* Prime-test This program will test (darn quickly) how prime a number is, and display the first proof it finds if a number is composite. Try it- it's pretty quick. If you want real speed though, you'll write one in assembly.
prootsimplifier.zip2k12-04-07File is not ratedP-root Simplifier
This program displays the results symbolically of simplifying square roots, cube roots, fourth roots etc. The user inputs the number in the radicand (must be positive) and the index on the radical. The program outputs the factor outside the radical and the new radicand. Enjoy!
prop1.zip1k12-07-01File is not ratedProportion Checker/Solver
PROP is a program that helps you solve and check proportions. Enter X for the unknown or enter both sides of the proportion to check. Check out the screenshots!
proport.zip1k03-12-28File is not ratedProportion 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.
prop.zip1k03-11-07File is not ratedproportion 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
quotientv1.1.zip1k10-06-04File is not ratedQuotient v1.1
Converts a fraction into a decimal. This program was made by me so long ago, but I dug it out of some backup file; my 8451C 5KI115 (BASIC SKILLS) were pretty lousy, but I optimized what I could in about 30 secs.
ratio1.zip2k01-02-22File is not ratedRatio1
This is a fairly simple program that makes it easy to work with, simplify, and expand simple ratios and proportions.
ratio_solver.zip1k04-03-02File is not ratedRatio 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!-
reduce1.zip1k08-06-12File is not ratedReduce
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.
remainderfinder.zip1k03-12-24File is not ratedRemainder (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.
remaindersolver.zip1k05-09-13File is not ratedRemainder 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!
remainder.zip1k03-12-22File is not ratedRemainder 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!-
remaind.zip1k99-11-29File is not ratedRemainder Division v2.1
A program to execute remainder division onpositive integers.
remains.zip1k07-01-27File is not ratedA 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.
remain.zip1k04-01-03File is not ratedRemainder 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.
rest_z80.zip2k05-04-27File is not ratedRest
[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
revpol.zip2k07-05-05File is not ratedReverse Polish Notation
REVPOL is a Basic program that allows the TI-83+ and the TI-83+SE to interpret Reverse Polish Notation. This means if you don't like using parentheses, then this is the download for you.
rootomatic.zip1k07-10-26File is not ratedAuto-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!!
rootsimp.zip7k06-01-13File is not ratedRootSimp
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.
roots.zip1k17-01-13File is not ratedROOTS
ROOTS: This program calculates the roots for any index: 2, -3, 4…, 1/2, 1/3, -4/3…, when x and y in x√y are rational . So the program then relies on general formulas. Other than that, the built in formulas are used. So instead of just one root for every index, you get them all, plus their angles, provided x and y are rational. ROOTS1: If the above program is mostly for the math nerds, this program is a useful subroutine since it is short and also, like the other, does not miss out when the answer is an integer, which often happens with the built in x√y: 3√7^3, ( MATH 4 ) for example, gives an fPart = 1. Answers are the same as x√y. ROOTS2: This is a short and useful program, which does not miss out when the answer is an integer. Can handle imaginary/complex answers as well.
rounder.zip1k10-12-04File is not ratedRounder
rounder is a neat little program that can round any number to a set decimal place. it is simple to use, just start it normally.
round.zip1k05-09-14File is not ratedNumber Rounder
Rounds any number to the nearest hundredth, tenth, whole number, and hundred!
rpncalculator.zip12k05-09-30File is not ratedReverse Polish Notation (RPN) Calculator Conversion
This is an update to my program of a few days ago. I have now included some new functions, including the ability to save! Anyone that enjoys RPN should definitly try this out; others should probably find out what RPN is first. Feel free to email me with comments and suggestions.
rpn.zip23k11-05-13File is not ratedReverse Polish Notation
ARPN: This program gives you RPN ( Reverse Polish Notation ), on your 83/84 Plus. You can use all of the functions on the calculators buttons, such as sin(, cos(, tan(, log(, ln(, etc. You can also use some functions in the MATH menu, but you can not use any of the various tests or logic. ARPN1: This program gives you RPN ( Reverse Polish Notation ) on your 83/84 Plus. It differs from ARPN in that you press ENTER after every input. Like ARPN it has a stack of four numbers, and you can use all the functions on the calculators buttons, and the same functions in the Math-menu, and you can also do complex numbers. More information in the text files.
simplify.zip3k13-01-02File is not ratedDecimal 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.'
simpsqrt.zip1k08-01-31File is not ratedSmpSqrt
Simplifies square roots, even for large numbers.
sod.zip1k09-04-05File is not ratedSum of the Digits of ANY Number!
Program calculates the sum of the digits of any number no matter how many digits! Fill your Ti's Screen!
sqrtcalculator.zip2k17-11-18File is not ratedArbitrary Precision Square Root Calculator
This program will allow you to calculate the square root of an inputted number to as many decimal places as you prefer. This is more accurate than your calculator will normally give you! Also included is a program to calculate the golden ratio, phi, using the same algorithm.
sqrtsimp.zip1k08-11-30File is not ratedFast Square Root Simplifier
The name sums it up neatly. This program will simplify radicals (square roots), and do it quickly.
squareroot3rdorder.zip1k14-04-20File is not ratedSquare Root 3 Order
This is a program for computing the square root of a real number (it will handle negative real numbers) but it is a third order convergence scheme. Useful for programmers and analysts. Enjoy!
squarerootreduce.zip1k04-02-17File is not ratedSquare 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.
stevie20.zip1k21-08-03File is not ratedStevie2.0 Division
Simple program performs division with integer remainders.
sumofsquares.zip5k14-10-13File is not ratedSum of Two Squares
This program splits numbers into the sum of two squares (it will tell you if this is impossible). If given two numbers, the program will also split the product of those two numbers.
sum.zip1k12-06-17File is not ratedSum of Digits
This is a simple program to calculate the sum of the digits in a real number that differs from 0, for example log(7), sin(45) or 147*36, i.e. you just have to enter log(7), you don't have to enter all the digits by hand. The drawback is that the calculator only holds 14 significant digits.
tf.zip1k04-08-03File is not ratedTotient 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.
theradicalprogram.zip1k08-08-24File is not ratedRadical simplifier Ultimate
a program that simplifies radicals of any degree 1-42
timath.zip1k03-10-27File is not ratedTi-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.zip5k03-10-23File is not ratedAlgoritme 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!
xgcflcm.zip1k03-04-18File is not ratedGCF 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!!*
zeller.zip1k12-10-15File is not ratedZeller's Congruence
By: Michael Conard Thank you for downloading my Zeller's Congruence program! This took a lot of trial and error, but I finally got it. Zeller's Congruence calculates what day of the week it is using arithmetic, I studied the formulas for a while and have been able to calculate it on paper and in my head in under 20 seconds now. It is extremely efficient, and I prefer it to a calendar.

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