ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Upcoming Programs :: Upcoming TI-83 Plus Math Programs
Upcoming TI-83 Plus Math Programs

Post updates on your projects here, or give other authors your feedback on their works in progress.

When posting about an upcoming program of yours, please include a link to any relevant information (screen shots, etc.) in the URL field.

To have an entry removed, please Contact Us.

  Reply to this item

MATH 101
John Albright  Account Info

I am planning on making a math program called "MATH 101". I want it to take the place of those tiny programs that do only one thing. Does anyone have any ideas?

     11 April 2003, 02:16 GMT


Re: MATH 101
smartguy8  Account Info

Try Geometry: Trigonometry, Angles, Area, etc. Get it? Programs can be 8000 bytes in size, so why not create a group of programs that cover everything (i.e. Math 101, Math 102, Math 103,...) So instead of searching through one giant program for bugs, use time saving program groups to update. And you can just send the program(s) you want to update instead of a large program with one confusing manual. Just use one of your original guides and update that. Great idea huh?

You're welcome
Emeka Aligbe

P.S. Email me for more ideas at easton_01@msn.com

     15 April 2003, 02:56 GMT


Math 101 Update
John Albright  Account Info

Thanks for the great idea, Emeka. Insteading of creating 1 GIANT program, I will divide it into at least 4 programs: Math 101(Algebra 1), Math 102(Algebra 2), Math 103(Geometry), and Math 104(Trigonometry). This will allow people to get the program that corresponds with their math class. It will also keep the sizes A LOT lower. The hard part is figuring out which program to put my math ideas (especially the algebra ideas). Oh well, I'll figure it out.

     21 April 2003, 03:24 GMT

Re: Upcoming TI-83 Plus Math Programs
smartguy8  Account Info

I have created a group of programs that can solve absolute-value equations and inequalities. An example is |2x+4|=-6. If you want this, you can email me at easton_01@msn.com I am also working on apps and new programs!

You're welcome
Emeka Aligbe

     15 April 2003, 03:08 GMT

Quadratic formula solver
Programan Account Info

:clrhome: disp "remember:","AX^2+BX+C=0"
:prompt A,B,C
:disp (-B+the square root of*(B^2-4AC))/(2A)
:disp (-B-the square root of(B^2-4AC))/(2A)

*the square root symbol wasn't on my computer

     15 April 2003, 22:20 GMT


Re: Quadratic formula solver
matt crolwey  Account Info
(Web Page)

i have a quadratic equation formula that works. email me or AIM me.

     24 September 2003, 22:44 GMT


Re: Re: Upcoming TI-83 Plus Math Programs
Mark Sully  Account Info

I am after some assistance in writing a program for the TI-83 Plus calculator which will either;
Match equivalent fractions,
Add fractions to make the number 1

if anyone can help especially with the 2nd of these i'd be very grateful.
Please email me at "mjsully@hotmail.com"

     8 October 2003, 17:44 GMT

Re: Upcoming TI-83 Plus Math Programs
mike -  Account Info

Guys -
Looking for some help here... I hve some great programs, but i would like to make them assembly or possibly even an app. Please email bulldawgg13@hotmail.com if you can help.

Michael

     20 April 2003, 23:47 GMT

Trig Package
LordScorpo  Account Info

I am finishing up some details on my trigonometry package for the 89, and I plan to port the program to all calculators. What I need now is porters that are fluent in certain areas, to help translate the programming to the appropriate calculator. Please contact me if you would like to help. I still need porters for the 83+, 82, 81, 85, and 92(+). Please email me at scorpo128a@hotmail.com if you are interested. Here is a list of included features:

triangle solver
theodolite solver
three point circle solver
unit circle
identities
2 or 3 variable system of equations solver
conics notes
and more being developed.

Keep in mind that you will be listed in the readme credits section, and that it is scheduled for an 89 release early July. The other calculators will depend on when I can find a porter.

     22 April 2003, 00:56 GMT


Update
LordScorpo  Account Info

Because I am programming the package on the 89, i will now be posting further updates to the programs there. Remember that i still need help, and you will be credited. Just a short update of what's going to be included:

Conic recognizing engine
Pythagorean solver(?)
Distance Calculator for 2 and 3 dimensions
Degree/Radian conversion calculator
Quicklog(use for bases other than 10)
Triangle solver
Theodolite solver
Three point circle solver
Unit circle(?)
Identities
2 or 3 variable system of equations solver
Conics notes
and more being developed.

*Note that (?) means either that it has not been completed, or that it is under questioning of being put in the program. if you have any ideas, please email me.

     26 April 2003, 21:54 GMT

Re: Upcoming TI-83 Plus Math Programs
mike -  Account Info

Hey guys -
Just wondering if anyone knew how to make a program run if it is archived... Ive tried doign it through Mirage, but many times the format is wrong and inputs are neglected. Email me at bulldawgg13@hotmail.com if you have any insight...
Thanks,
Michael

     22 April 2003, 03:41 GMT


Re: Re: Upcoming TI-83 Plus Math Programs
Chris Laughlin  Account Info

Yeah!! That would be a great project for one oth the major programmers!! I cant program asm. It's confusing!! Someone should do it for basic also. I tried to do a simple one that would do it but it didn't work.

     8 May 2003, 15:29 GMT

Re: Upcoming TI-83 Plus Math Programs
Chris Laughlin  Account Info

Can someone make a flash application that will hold hundreds of formulas for the 83+ or 83+SE? That would probobly be a hot pick!!

     8 May 2003, 15:26 GMT

Re: Re: Upcoming TI-83 Plus Math Programs
Alpha Gremlin  Account Info
(Web Page)

Working on one at the moment. It's in assembly for ION, works with 83,83+ and 83+SE, and is fully graphical.
The Formulas are stored in Module files, so you can easily add and update the Formulas.
You can set up menus in the Modules to sort the Formulas, such as:

Module 1
- Calculus
- ...
- Geometry
- 2D Geometry
- ...
- 3D Geometry
- Volume of X
- Volume of Y
- ...

The main menu can scroll, but SubMenus can only have 8 entries in them. I also put in a button to quickly return to the main menu from anywhere in the program.

So yes, you could put hundreds of formulas in. Currently it doesn't work with Flash Memory, so you have to keep the Formula files in RAM, but I'll fix that depending on how hard it is.

I'm currently working on the ability to select a formula and enter the values for the numbers contained in it, and then display the result.

The problem is that I want to duplicate the TI-BASIC "Input" command from assembly, and I'm having trouble displaying Tokens - Symbols like Sin(, Pi, Log(, etc. If you know anything about assembly, the _GetTokLen entrypoint seems to be a bit screwy, works fine on my emulated 83+, doesn't on my real 83 or 83+SE.

Once it's done, I'll be posting it to this site under the name "Calc2003"

     19 August 2003, 14:59 GMT


Re: Re: Upcoming TI-83 Plus Math Programs
matt crolwey  Account Info
(Web Page)

i have a flash program that i downloaded and completly modified it and now it has plenty of math programs and you can just keep on addind if you know how..
catch me at
AIM:Independent8835
Email:gamecocks7825@sc.rr.com or go to my site to get the Formulas program at the above site^^

hollar at me if u need help.

     24 September 2003, 22:43 GMT

Re: Upcoming TI-83 Plus Math Programs
jason0389  Account Info

I have a huge math program in basic with close to 100 things on it and was wandering if anyone could provide me with something they wanted included in it before i upload it to their archives. Any ideas would be greatly appreciated.
Thank You
you can email me ideas at jason89@rocketmail.com or just post them here

     24 May 2003, 16:01 GMT


Re: Re: Upcoming TI-83 Plus Math Programs
jason0389  Account Info

I would also appreciate it if someone could help make it into a asm or flash program/app. If you can I will be sure to give you credit.

     24 May 2003, 16:19 GMT

Typeable math programs I have created
Damadcapa06  Account Info

Name: SPHERE
:Prompt R
:4*R^2->A
:Disp "SURFACE AREA IS",A
:
:4/3*R^3->V
:Disp "VOLUME IS",V
:

Name:Cylinder
:Prompt B,H,R
:2*R*H->L
:Disp "LATERAL AREA IS",L
:
:2*R*H+2*B->T
:Disp "TOTAL AREA IS",T
:
:R^2*H->V
:Disp "VOLUME IS",V
:

If you like these then reply and I will post more Goemetry programs.

     28 May 2003, 18:20 GMT


Re: Typeable math programs I have created
Blah Poop  Account Info

you forgot to put the pi symbol in the sphere program AND the cylinder program

     27 June 2003, 22:57 GMT

Re: Upcoming TI-83 Plus Math Programs
Blah Poop  Account Info

Hey, I've made some really useful programs used for math, and I'm trying to combine them into one big program. I made 9 math programs and they're better than anyone else's but no one will believe me because they never try my programs and they never find my programs on the internet.

     27 June 2003, 22:33 GMT


Re: Re: Upcoming TI-83 Plus Math Programs
no1leftypitcher  Account Info

Alright dude...ill give u a real project to work on ;-) ...assuming u have an 83+ do you think u can make a program that could solve for any variable in any equation, like what the 89 could do. If you can do this i will give you all the respect in the world!!!

     4 July 2003, 03:45 GMT


¤
burntfuse  Account Info

I keep on telling people this-THERE ALREADY IS ONE-AT THE BOTTOM OF THE MATH MENU.

     23 December 2003, 23:45 GMT

1  2  3  4  5  6  7  8  9  

You can change the number of comments per page in Account Preferences.

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