|
Name |
Size |
Date |
Rating |
Description |
|
(Parent Dir) |
folder |
|
Up to TI-83/84 Plus BASIC Math Programs |
 |
abplusexpressionssolver.zip |
126k |
05-12-21 |
 |
AB Plus Expressions Solver This program solves expressions of the form AB+ for the AB Plus variation, a variation used in Academic Games Equations. Read the readme for more information and if you already play Equations, then enjoy! |
 |
airplane.zip |
1k |
05-09-13 |
 |
Airplane Calculations You input your speed, bearing, wind speed and bearing, and the distance to your destination. It tells you your landspeed, magnetic heading, wind corrected heading, and time to destination. Very useful program, took me a little while to write. |
 |
angleclock.zip |
1k |
01-12-16 |
 |
angleclock This program allows you to find the angle the hands of a clock are forming at a specific time. Read the readme! |
 |
api.zip |
1k |
05-03-07 |
 |
The first 1376 digits of pi v.1.0.1376 This program displays the first 1376 digits of pi on 6 screens. I don't know if it is 100% accurate - I typed all of them in by hand. |
 |
apps.zip |
3k |
08-12-01 |
 |
Apps Math (Spanish) Math Aplications (Spanish) |
 |
argnote.zip |
1k |
06-04-12 |
 |
Argument Notation Validator (v. 2.0) This program is designed to validate argument notation. I updated it to work with the rules of logic, so it is a much bigger file than before. This program is designed to validate argument notation. I have not worked out all the bugs yet, so please let me know if there is a problem. Also, you can freely distribute this program, but must make note that I created it. If you downloaded the previous version, you MUST download this one. The other version is now obsolete. |
 |
aseconds.zip |
1k |
01-12-16 |
 |
Year to seconds and more This program allows you to enter two years (e.g 1987 e.g. 2001) and it will tell you how many days, hours, minutes, and seconds there is between those years. Also it tells what school a person with that birthday should be in (if its "school age".) |
 |
bigoh.zip |
1k |
04-01-28 |
 |
Big-Oh Tester This program allows you to easily test if a function is Big-Oh of another function, but changing the constant. |
 |
binex.zip |
1k |
05-05-26 |
 |
Binex v1.2 An updated version of the Binex program I submitted earlier. |
 |
blocksolver.zip |
1k |
02-05-31 |
 |
Block Turn Solver Solves the RPM, RPS, speed in mph, circumference, etc. of a block on a lazy susan. |
 |
bmi.zip |
1k |
03-12-17 |
 |
Body Mass Index Calculator This program is used to find your body mass index. First, input your height, in inches or meters; then input your weight, in pounds or kilograms, and the program will give you your body mass index followed by a rating. See screenshots for more details |
 |
bmifinder.zip |
1k |
05-09-26 |
 |
Body Mass Index I got bored in my health class for school, so I made a program about what we were talking about. Works in Mirage os or like a normal program. |
 |
bolt_circle.zip |
1k |
03-03-10 |
 |
Bolt Circle Calculate a bolt hole circle quickly, displays all results of a hole pattern on your screen.A great program for machinist. |
 |
bst.zip |
53k |
06-12-19 |
 |
Binary Search Tree Routine This binary search tree implementation allows Basic programmers to finally access the power of a binary search tree. |
 |
calcdcs83p.zip |
1k |
03-04-15 |
 |
Calculator v1.0 For Doors CS This program lets you do math calculations without leaving Doors CS. Simply run the program, enter the problem, and press [ENTER]. You can continue doing math until you enter 99.999 to quit back to Doors CS. And of course, optimized for Doors CS v4.0 with an icon. |
 |
calcmode.zip |
1k |
02-05-28 |
 |
calculator for mirage Now you can do mathmatic equations w/o exiting Mirage. Also please look at the "readme" file. |
 |
calcpi.zip |
1k |
03-10-23 |
 |
CalcPi v1.0 This program uses Wallis' method to dynamically calculate pi. This is not a predetermined formula, like 4*tan^-1(1), but instead an infinite ratio that recalculates thousands of times, oscillating above and below pi and slowly narrowing in on the true value. The screen displays what the formula is, so you can see what it's doing. Have fun! |
 |
calculpi.zip |
6k |
07-07-01 |
 |
Calculpi (fun approx. of pi) Ce petit programme (174 octets) n'est pas vraiment utile ^^. C'est plutôt pour le fun : en effet, il permet d'avoir une approximation de pi, en temps réel (voir screenshot). L'algorithme utilisé repose sur le principe des probabilités (j'ai par ex. utilisé 'rand'), et sur un rapport de surfaces. Le programme garde la meilleure valeur puis recalcule, jusqu'à arriver parfois à un résultat très satisfaisant (j'ai obtenu 3.14155251 !!!). De plus, le programme donne le résultat sous forme de fraction (ex: 688/219) ! This little program (174 bytes) is not very useful ^^. It's just for fun : actually, it gives you an approximation of pi with decimals, in realtime (see screenshot). The algorithm used is based on probabilites (I used random, for ex.), and on surfaces calculation. The program keeps each time the best value, and calculs again, until sometimes arrive to a really great result (I obtained 3.14155251 !). Moreover, the program display the result in a fraction (ex: 688/219) ! |
 |
chaos.8xp |
1k |
02-03-03 |
 |
Chaos The Theory of CHAOS in Action! |
 |
checksum.zip |
2k |
04-07-07 |
 |
Checksum This program calcs the checksum. If you want to know what it is, click on the red icon and then on "Checksum -=- readme.htm" in the list if included files. |
 |
clockview.zip |
1k |
00-03-15 |
 |
Clock View Shows how a real clock would show the time you specify. Also tells the angle difference between the hour and the minute hand. |
 |
clokwork.zip |
1k |
04-09-20 |
 |
Clockwork 2.0 Helps you figure out the angles of the clock's hands. Caution: it's not idiot proof, so don't try to enter fractions, negatives, and other kinds of numbers or you'll wind up with really interesting results. |
 |
cmlprog.zip |
3k |
08-11-29 |
 |
CML Program 2 This is a BRUTE FORCE INTEGER SOLVER to solve all kinds of difficult math problems. I created this program because during the CMLs, there was always some problem that I could only solve by making a new program during the test. Well, I finally got tired of having to waste time designing specialized programs, so I made this universal solver instead. Here’s an example: What are all the positive integer pairs whose product is three times the sum? Using the program, you would find that (4,12) and (6,6) are the only solutions. This program is perfect for many math competitions and saves you the time and hassle of having to write programs during tests. NOW NEW AND IMPROVED! HALF THE SIZE!!! |
 |
confrac.zip |
1k |
08-12-19 |
 |
Continued Fraction Evaluator Finds the value of a continued fraction of (almost) arbitrary length. |
 |
curvefit.zip |
1k |
09-01-05 |
 |
Curve Fitting Calculates the polynomial of least degree that passes exactly through any number of data points (Lagrange interpolation). Coefficients are stored in list and matrix form for your mathematical convenience and pleasure. |
 |
day.zip |
1k |
04-03-13 |
 |
Day of week This program will tell you the day of the week for any date, in the past present or future |
 |
daycalc.zip |
1k |
03-10-05 |
 |
Day Calc Ever wanted to know what day of the week you were born on? Just enter the month, the day, and the year and this amazing new program will tell you. Use it to calculate any day, past, present or future. Enjoy |
 |
dayofwk.zip |
1k |
07-04-26 |
 |
Day of the Week This program finds the day of the week. You would be surprised how many people don't know day of birth. Pictures in file. |
 |
dirichlet.zip |
1k |
09-01-05 |
 |
Dirichlet Rational Approximations Quickly and efficiently calculates the best rational approximation to a number (pi, e, etc.) with denominator within a user-defined interval using Dirichlet's Approximation Theorem. |
 |
dispsn.zip |
1k |
01-08-04 |
 |
DISPSN With this handy utility, you can simplify those teaseing exponents, scientific notation, fractions, and even real numbers simply by typing them in and hitting enter! Only 195 bytes! |
 |
doomsday.zip |
1k |
06-09-08 |
 |
Doomsday This program determines the day of the week for any date in history. The method is derived from one developed by Lewis Carroll. This updated version cleans up the display a little bit. |
 |
earthdistance.zip |
1k |
02-08-09 |
 |
Earth Distance Finder A Program which will find the distance between 2 points on the earth given the lattitude and longitude of the two points. |
 |
entropy.zip |
1k |
04-12-01 |
 |
Entropy of a Set Given a string of symbols, finds the entropy of the string. Indicates the lowest number of bits per symbol before you start losing information because of too much compression. |
 |
errpos.zip |
1k |
03-11-12 |
 |
Tipos de Errores Programa que muestra los tipos de errores y cómo calcularlos. Para la asignatura de Sistemas Electrónicos de Control |
 |
exactabc.8xp |
1k |
02-01-01 |
 |
Exact Values This program shows you the exact values of some numbers! |
 |
expotest.zip |
3k |
08-11-26 |
 |
Exponent Test This is the exponent test created by Jet Chaw on the calculator! The questions are random and a bit redundant, but this is worth the download nonetheless. Try to get all 60 of the questions right before 4 minutes are up. Although it is unlikely that anyone will ever finish more than 40 and get them all right, try. This has helped me in math more than any other type of test that i have ever taken. Good luck! This newer file has a 83 file, which has no time limit, and an 84 file, which does. Use the one that you can/want. |
 |
ezcalc.zip |
4k |
04-11-04 |
 |
EZ Calculator 1.0 Have you ever used a old calculator in the 80s which you have to first enter 2 numbers, press enter and insert what you want to do. (Add,Subtract...) This is a simulation of that kind of calc. Actually is is quite useful, if you enter a number and press enter, it gives all values of its sine cosine or tangent (also the inverse) Wish this helps you on a test. |
 |
force.8xp |
1k |
02-03-03 |
 |
Forces Calculates Newton Forces at any Angle. |
 |
frac.zip |
1k |
03-03-05 |
 |
Fractions Mode A new Mode for your Calc! |
 |
fresolv.zip |
1k |
03-04-04 |
 |
Fórmula Resolvente em Português Fórmula resolvente de equações de segundo grau usado a partir do secundário |
 |
functionpatch.zip |
1k |
04-05-08 |
 |
Function Patch Use it to create your own functions. |
 |
functionpatchv2.083plus.zip |
1k |
04-06-15 |
 |
Function Patch v2.0 83 Plus A patch used to create functions on your calculator. This version of Function Patch is only three lines of programming so it won't take up that much space. |
 |
gausspi.zip |
1k |
05-06-23 |
 |
Gauss-Legendre PI Calculator This is a small program that calculates the first 10 digits of Pi in a very short time. You can look at the source to gain an understanding of the algorithim. |
 |
getdigit83p.zip |
1k |
01-05-31 |
 |
GetDigit 83 Plus v2.0 A new and improved version of my Get Digit program. Also available for the TI-89. |
 |
glite.zip |
1k |
04-09-06 |
 |
Gradebook Lite v. 1.0 A "LITE" version of Gradebook. Takes up 50% less space, but just as effective if you do not like the other options, such as password protect and custom class names. |
 |
grade001.zip |
1k |
04-04-09 |
 |
Good ol' grades calculator Input your classes, then your grades in point format, and if you keep it up, you will know what your grade is every day. |
 |
gradecon.zip |
1k |
99-09-24 |
 |
Grade Conversion Coverts grade from seven to ten point scale. |
 |
grades.zip |
1k |
04-12-26 |
 |
E.O.C. Grades This program takes your two quarter grades and tells you what you need to get on your E.O.C. in order to finish the year with an A, B, C, or D. |
 |
gzsz.zip |
1k |
02-05-11 |
 |
GO ZONE and STOP ZONE This program is excellent for anyone that wants to know what the GO ZONE and the STOP ZONE of an interesection is based on Yellow Light Time, Human Response Time, Velocity, and Deceleration Rate. This program can be very useful to physics students. a MUST HAVE! |
 |
half.zip |
1k |
03-03-08 |
 |
Half This is a program that enables your calculator to devide a number untill it overloads (stops). It also proves that you can't cut a number in half untill you get to 0. This program has ben tested by myself and many other teachers and students. Have fun!!! |
 |
highdive.zip |
30k |
05-05-22 |
 |
High Dive simulator (IMP year 4) This is a group of programs that simulate the High Dive section from the Interactive math program year 4. It simulates the diver falling of the ferris wheel. You can set the time for one revolution of the ferris wheel to alter the speed of release. |
 |
horner.8xp |
1k |
02-01-01 |
 |
Horner With this program you can calculate the value of the figure |
 |
inch.zip |
1k |
02-06-19 |
 |
One Inch This is one inch. Just one inch, nothing more, nothing less. I find it funny, but thats just me. :-) |
 |
kwh.zip |
1k |
05-01-15 |
 |
KiloWatt Hour This program can calculate the total amount of watts an appliance uses per hour. Simply input the rated amount of watts on the appliance and the time it has been running. |
 |
learne.zip |
116k |
03-03-23 |
 |
Learn E! Another update to Learn E!, a program that will help you learn e to as many decimal places that you want and can fit on the calculator. I fixed the scorekeeping in this version... |
 |
learnpi.zip |
165k |
03-03-23 |
 |
Learn Pi! Another update to LearnPi!, a program to help you learn pi to as many decimal places that you want and can fit on the calculator. I fixed the scorekeeping bug... |
 |
list_and_matrix_calc.zip |
1k |
03-07-01 |
 |
List and matrix size calculators These programs calculate the size of a list, and a matrix, |
 |
logic.zip |
1k |
03-12-16 |
 |
Logic Table Generator This Program generates the Truth Table for any boolean expression (condition) with up to 4 inputs. It also lists all the Hex digits down the sides for easy conversion between hex and binary. MY AUTHOR NAME IS INCORRECT! |
 |
loo.zip |
5k |
03-01-30 |
 |
Tyskis Toolkit 4.3 Build 3 With this program you can do many things, for example calculate all sides and in a triangle if you know two sides, convert lenght, distance, area, temperature, weight and volume, view constants, and add integers. The name of the program (LOO) is because it started as a simple loop to calculate all integers between 1 and a specified number, and it turned out as this program. Now extra graphical things and design added! |
 |
magic_squares.zip |
1k |
05-07-29 |
 |
Magic Squares This amazing program generates magic squares (you know, where every row and column and both diagonals add up to the same number) of any size! |
 |
math.zip |
7k |
08-04-14 |
 |
Math Hone your mental math skills with this simple adding, subtracting, and multiplying game to become a true mathlete! |
 |
mathhandler.zip |
2k |
03-03-30 |
 |
Math Output Handler Math Handler is a simple program (only 101 bytes) that I wrote at school one day. It takes your input of an expression in the same way that the normal calculator OS does and displays it as a decimal AND a fraction at the same time. It has other features than that, as it is easy to control (simply enter + to exit), doesn't display the fraction if the answer is a whole number, and enables the use of [Ans] when it was previously not enabled. Trust me, it may sound stupid, but it really saves time in simple arithmetic. See the screenshots for examples. Math Handler will save you time! |
 |
mathman.zip |
1k |
01-12-16 |
 |
Math Man Solve the math problems |
 |
mathpro83.zip |
2k |
02-04-09 |
 |
Math Pro83+ Practice Addition, subtraction and multiplication! |
 |
mathsolv.zip |
1k |
03-11-22 |
 |
Math Solver This is an external math sovler for the calc. |
 |
mathtrivia.zip |
4k |
05-10-19 |
 |
10 Question Math Trivia My first BASIC program. Just a simple math trivia. The last question answer is "york" (my math teacher's name) |
 |
mathtrix.zip |
1k |
99-12-05 |
 |
Dumb Math Trick Knows the next number by magic, try to prove it wrong. |
 |
mathutility.zip |
1k |
08-11-30 |
 |
Math Utility v.1.3 Handy math utility with quadratic factoring and more! This has been done before, but not with this level of user ease! You WILL need my set of subroutines, SquidPackX |
 |
mcpi.zip |
1k |
04-03-16 |
 |
Monty Carlo Pi finder Uses Monty Carlo simulation to find the value of pi. |
 |
mentmath.zip |
1k |
01-01-06 |
 |
Mental Math Practice This program gives the user random numbers that must be added, subtracted, multiplied, or divided. It is very helpful. I am a math tutor, and i wrote it for my students, but i use it to for practice. |
 |
methods2.zip |
3k |
04-08-23 |
 |
METHODS2 This is some program that'll help you with Maths Methods. I use this program in conjunction with Dipmaths + FACTOR9 (didn't create this myself - just compacted it) |
 |
montiehall.zip |
1k |
04-03-16 |
 |
Montie Hall Simulation Runs a selected number trails through the montie hall problem, and then outputs the number of trials that would have had better results if the contestant switched doors. |
 |
mschedule.zip |
1k |
08-11-30 |
 |
Machines Scheduling Calculates Upper and Lower Bound and General methods to th optimum solution. |
 |
mthmania.zip |
1k |
02-05-31 |
 |
Mathmania 1.0 A math program that tests you on basic skills. |
 |
multipleofksolver.zip |
127k |
05-12-21 |
 |
Multiple of K Solver This program solves for Multiple of K, another variation used in Academic Games Equations. This variation requires the student not to find something equal to the expression, but something that differs from the solution by a Multiple of K. Ex: If K=7, 13 would be a correct solution to the goal of 20. Read the readme for more information. And if you already play Equations, then enjoy! |
 |
multiply.zip |
1k |
02-10-23 |
 |
Multiply MULTIPLY is a program that you can use to practice answering multiplication problems in your head at different difficulty levels. There are seven difficulty levels to choose from. They are easy, medium, hard, extra hard, super hard, extremely hard, and impossible. Easy will give you numbers that are between 1 and 10. Medium will give you numbers between 1 and 20. Hard will give you numbers between 1 and 50. Extra hard will give you numbers between 1 and 100. Super hard will give you numbers between 1 and 250. Extremely hard will give you numbers between 1 and 500. Impossible will give you numbers between 1 and 1000. After you have made your selection of difficulty level, you enter a number that tells the calculator how many problems you wish to amswer. After you have answered all of the problems, the calculator will give a percentage of how many problems you answered correctly. Remember you are supposed to answer these problems IN YOUR HEAD! |
 |
nines.zip |
3k |
04-07-07 |
 |
Nines This program calculates how many 9s (or 8s or 7s or ...) there are between to positive numbers. It works with a logarethmic formula, that means you can only take this numbers {1,10,100,1000,10000,100000,...}. I'm working at a better version, but it's only 73 bytes big. |
 |
nonreal.zip |
1k |
02-02-16 |
 |
Nonreal If you get an error message saying "Nonreal Ans" select quit and run this and you will not get the error message instead you will get the answer. |
 |
numencrypt.zip |
1k |
02-07-26 |
 |
Number Encryption You enter 2 whole positive numbers, this program will return a unique positive whole number. You enter in any whole positive, this program returns the 2 numbers it would have used to generate that number. |
 |
numtrik1.zip |
1k |
05-10-11 |
 |
MBHnumtrik This program will make an awesome number trick so that no matter what number goes in, the same number goes out. You can enter a bunch of numbers to create your own or generate one randomly. I was 12 when I made this. Amaze people! |
 |
palsol.zip |
4k |
04-10-17 |
 |
Palindrome Solver This program takes an inputted number and finds its palindrome. A palindrome is a something that can be read the same way backwards as it can forwards. |
 |
parametr.zip |
1k |
05-09-13 |
 |
Parametrics Need help with parametrics in math class? Well download this and the program will solve any motion problems you need. It will even do a problem where you throw an object to a ferris wheel and see if the person will catch it. |
 |
percents.zip |
1k |
04-01-02 |
 |
Percents find your grade with this program |
 |
phi.zip |
1k |
04-08-24 |
 |
Phi Basic program used to derive phi and store it as A; useful in geometry. My first program to upload, so just an appetizer for what's to come |
 |
phi_07.zip |
1k |
04-06-19 |
 |
PHI calculator this program calculates PHI and gives you a brief explanation of what PHI, the other nature number, is. |
 |
pi.zip |
2k |
00-04-09 |
 |
Pi Plotter v1.2 Use this program to calulate values of pi, and plot them to see how close you are getting to pi itself |
 |
pi2.zip |
2k |
05-03-02 |
 |
Pi Expansions This program calculates pi using three expansions (pi/2 = 2*2/3*4/3*4/5*6/5*6/7..., pi/4 = 1/1 - 1/3 + 1/5 - 1/7 + 1/9 ..., 2pi = (1-1/2^2)(1-1/4^2)(1-1/6^2)... and an average of the three. It is fascinating to watch the progression of the digits. |
 |
pi3.zip |
1k |
01-12-16 |
 |
Pi/Division Solver This program solves pi or any other division problem out infinitely. |
 |
pi314.zip |
1k |
04-03-17 |
 |
PI Calculator What is a good way to celebrate Pi Day (3/14)? Download the PI Calculator. This program implements a Spigot algorithm to accurately produce up to 800 digits of pi. I have not found any errors in its calculations. This is, by far, the fastest existing BASIC pi program, and it takes up less than 500 bytes! Feel free to adapt it. Take a look at the screenshots for more detail! |
 |
pi8.zip |
2k |
06-07-07 |
 |
Eight programs on pi Eight programs to calculate the value of pi. Machins, Borweins and Archimedes formulas among them. |
 |
pi_04.zip |
1k |
03-04-01 |
 |
Pi Count-up A little program I made using pi=4[1/(n+1)] and n=all odd numbers from 1 to infinity. It's interesting to watch the counting-up pi adding up to what pi is set on the calc. It's a small program worth the download and the entertainment. |
 |
picalc.zip |
1k |
01-05-31 |
 |
PI calculator! This program calculates PI, with an equation not predetermined numbers! Information on how to calculate PI included |
 |
picalculator.zip |
1k |
02-03-18 |
 |
Pi Calculator A method to calculate pi by figuring the area of a regular polygon inscribed in a circle. |
 |
pieuler89.zip |
2k |
03-05-18 |
 |
Pi: Euler's Method This package of programs for all TI's quickly converges to pi using one of Euler's methods. |
 |
pipi.zip |
2k |
03-06-18 |
 |
Pi library A program containing 500 decimals of pi and a unique high quality search function. It also includes information about pi. Everything you need to know about pi is in pi library 1.6 full version. Download now! Enjoy! |
 |
piprint.zip |
6k |
02-05-11 |
 |
PiPrint This program will print pi (3.1415926....) from a list that has 9990 digits in it. Later I will come up with one that calculates it, but for now you pi freaks will have to settle for this. |
 |
populationgrowthovertime.zip |
1k |
07-09-08 |
 |
Population Growth This program models the population growth over time via a starting population defined by the user. |
 |
pperwatts.zip |
1k |
05-01-15 |
 |
PRICE PER WATTS This program can calculate how much you pay for a certain amount of Watts. Simply input W: watts, H: hours, and C: the cost per kilowatt hour (this is found on your electric bill). |
 |
prgma.zip |
7k |
03-03-04 |
 |
MUST HAVE PROGRAM FOR ALL MATH STUDENTS (Prgm A) This program simplifies the value in Ans into exact form. See the readme for more info. Special thanks to Josh Cohen who helped optimaze this program and added some features. |
 |
programs.zip |
1k |
02-06-19 |
 |
Programmer's Calculator This is a program for egotistical programmers such as myself. You enter in the number of programs you have, and then the number of downloads for each program. This displays the total, and the average number of downloads. |
 |
properties.zip |
1k |
02-01-01 |
 |
Properties of Eguality This is a BASIC Math program that lists and describes all of the properties. VERY HELPFULL |
 |
pumpknpi.zip |
1k |
03-03-08 |
 |
Pi Calculator This program will calculate pi indefinitely using the 4(1-1/3+1/5-1/7...) method (quite irrational if you ask me). Any key will halt the program, displaying the mean of the higher value and the lower value, then the actual stored value for pi on the TI-83+ to see how close (or lack there of) you were. Although recently super-computers have calculated pi to over a trillion decimal places, you may be able to amaze your easily entertained friends by calculating pi to at least 4 or 5 decimal places overnight. Maybe they will even chip in to pay for your batteries. (Updated) |
 |
randmtrx.zip |
1k |
00-10-20 |
 |
Random Matrix Demonstrates how to create a random matrix. |
 |
randnum.zip |
1k |
01-12-15 |
 |
Randnum Enter low and high bounds and this program gives you three random numbers between them! |
 |
random.zip |
6k |
05-03-13 |
 |
Rand Displays a full screen of truly random digits, displays how many of each digit was displayed, then graphs the results. |
 |
randum.zip |
1k |
02-10-25 |
 |
Random Integer An Integer-Generating Programme |
 |
range.zip |
1k |
05-08-02 |
 |
Range Formula Solver Solves the range formula for range, initial velocity, angle, or gravity. |
 |
revpol.zip |
2k |
07-05-05 |
 |
Reverse 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. |
 |
rpncalculator.zip |
12k |
05-09-30 |
 |
Reverse 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. |
 |
rtnlfit.zip |
1k |
09-01-05 |
 |
Rational Curve Fit Calculates a rational function (polynomial over a polynomial) that passes exactly through a set of data points. Coefficients are stored in lists for your mathematical convenience. Useful for obtaining close approximations of logarithms over large intervals, and for personal amusement. |
 |
sigfigs.zip |
61k |
08-01-12 |
 |
Significant Figures v1.0 This program counts the number of significant digits in a number you enter. |
 |
similitudesv1.2.zip |
109k |
07-09-08 |
 |
Similarity v1.2 // Similitudes v1.2 //English: Similarity v1.2: This very practical program will give you all the characteristics of the different similarities you'll enter. It also detects the equations that are not similarities. It can be run normally or via MirageOs. An english and a french version are available. //Français: Similitudes v1.2 Ce programme vous donnera toutes les caractéristiques des différentes similitudes que vous rentrerez. Il détecte aussi les équations qui ne sont pas des similitudes. Il peut être lancé normalement ou via l'application MirageOs. |
 |
stdnot.zip |
1k |
05-08-04 |
 |
stdnot This is a small TIBasic program I wrote which will analyse the decimal number in Ans and try to write it under standard mathematical notation, either as a/b, a/b sqrt(c), or as a/b pi. It'll work for fractions where b |
 |
toolkit2.zip |
13k |
08-12-16 |
 |
Toolkit v. 2.0 This program includes functions for Algebra, Geometry, Calculus, Bases, etc. Very helpful for miscellaneous work. |
 |
tvsize.zip |
1k |
00-02-18 |
 |
TV Dimensions v0.1.1 Program that will give you the width and height of a TV screen given only the diagonal. It uses the Pythagorean theorem and a ratio of 4:3 between the width and height. Future versions may include widescreen ratios (16:9) or the ability to get a diagonal based on height or width. |
 |
twenty4.zip |
1k |
00-09-17 |
 |
Twenty4 Finds solutions to twenty-four cards. |
 |
vertical.zip |
1k |
00-07-17 |
 |
Vertical Motion v1.10 This program calculates the distance from the ground of an object traveling vertically. |
 |
wannabhp.zip |
1k |
07-10-26 |
 |
I Wanna Be an HP This is just a run-of-the-mill RPN calculator. RPN means "Reverse Polish Notation" and is the default notation used on HP calculators, so that's how I came up with the title. The main difference between this RPN program and the others is that it's prettier -- there's a little title screen with an anthropomorphic TI-83 saying "I WANNA BE AN HP!" and the program itself runs in a pretty split-screen mode with 3D-looking buttons. I wrote it for CalcG.org's contest (somebody else won). All you have to do is download it, unzip it, send WANNABHP to your calculator, and run it. The rest is explained on-screen. |
 |
weekfind.zip |
1k |
03-11-12 |
 |
Weekday Finder This is a 100% guarenteed accurate Day of the week Calculator. I'v tested it from 1904 through 2031 and it works perfectly. You'd actually be amazed at how many people don't know what day of the week they were born on, and find it amusing to know. |
 |
yellowlight.zip |
1k |
02-06-01 |
 |
Go Zone & Stop Zone Solver! Enter a few variables, and this program solves for the go and stop zone of an intersection. |