ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Program Ideas :: Math Program Ideas
Math Program Ideas

Post your ideas for new math programs here, or build on ideas posted by other visitors.

  Reply to this item

Re: Math Program Ideas
blazer44e  Account Info

it would e kool if someone could make two programs like one could be to input a quadrolic eqation and having it solved like when Y=some # or one that could simplify radical form that would be kool if ur woundering im in corplus 2

     3 May 2005, 00:21 GMT

Re: Math Program Ideas
apollo  Account Info

I need a program that ranks data for my statistics class. Right now I use the lists in the calculator and this takes me five to ten minutes to solve a problem. I have a TI-83 Plus.

     3 May 2005, 01:00 GMT


Re: Re: Math Program Ideas
cool776  Account Info
(Web Page)

im not sure what you mean by ranks, but under stat there is a sort by ascending or descending order function. sortA([list]) if you want to quickly fill a list with consucutive numbers (ie. 1,3,5,7 or -2,-2.3,-2.6) the visit my website and look at "LISTFILL" feel free to email me

     17 April 2006, 03:42 GMT

Re: Math Program Ideas
Sarah_Liz Account Info

Hi I want a program that will tell me after I were to put in a number for all the denominations of moneym the amount of each no of each denomination if I gave it a figure to take out

     12 May 2005, 03:51 GMT

Re: Math Program Ideas
Sarah_Liz Account Info
(Web Page)

I want to know a reverse formula. It is best to show what I mean by example. eg.
I ask the calculator for number of $100 notes, $50 notes $20 notes ...... .05 cent coins in a till at the end of day. From this the calculator adds the total cash in the till and then takes away $300 and gives you a figure. I got up to this step in the program. This figure needs to be taken out of the till in the greatest possible denominations for the banking. For the figure I want the calculator to tell me how many of each denomination to take out. The total of all the denominations of cash must equal this figure. This is so the $300 left can be left for the next day of service and still have all the coinage and notes of least denomination for change tommorrow. I know it is very complicated and complex to understand, but I want find out how it is worked or if anyone and already made a program for it. Thank you for your time. Sarah

     12 May 2005, 04:57 GMT

Re: Math Program Ideas
george linkington  Account Info

well i made a program to solve equations but it can only use one varibale, be a whole number or somthing .5 and it takes a while and has to be between -250 and 250

     12 May 2005, 12:30 GMT

Re: Math Program Ideas
george linkington  Account Info
(Web Page)

I have tried to make a program to for the quadric formula but it gives the wrong answers.

     15 May 2005, 23:30 GMT


Re: Re: Math Program Ideas
yellowPig Account Info

You need (2A), not just 2A.

     9 April 2006, 00:36 GMT

Re: Math Program Ideas
george linkington  Account Info
(Web Page)

I made a program to solver equations like 1/(x+2)=33

but the problem is it is slow and when X=-2 an error will occur

     18 May 2005, 02:24 GMT

Re: Math Program Ideas
Chip Hurst  Account Info

I despratly need someone to convert a basic program to assembly for me (the program tak

     30 June 2005, 15:24 GMT

Re: Math Program Ideas
Chip Hurst  Account Info

I desperately need someone to convert a basic program to assembly for me (the program takes up only 435 bytes of memory). If you are willing to do this for mw, e-mail me at chiph588@aol.com.

     30 June 2005, 15:26 GMT

TI-89ti Project Software
Processing... Account Info

I've been looking for a program that approximates the functionality of dedicated project calculators. I use one daily on our engineering projects to perform conversions from feet/inches to decimals or vice-versa. Now, before the flames come in, I know that these functions can be accessed through the built-in unit conversions, but these can hardly be considered 'handy'. If anyone has used one of the popular project calculators, you'll understand how nicely they do their job and how easily (I belive) it would be to set up the F-buttons to approximate that functionality. Thanks!

     31 July 2005, 17:56 GMT

Re: Math Program Ideas
rav patel  Account Info

hi
I need help for act help like midpoint and distance and quadratic. and all other program.

     4 August 2005, 03:07 GMT

Re: Math Program Ideas
J.G.  Account Info

Can anyone show me a program to do System of equations with three varibles?

     15 September 2005, 14:12 GMT

Re: Math Program Ideas
IQ-smack  Account Info

Hi everyone!
I got a few problems inventing a program to a family tree analysis...

Maybe you know what to next...

The task was:

One couple of rabbits is born. After two months, it begins to born another couple. This new couple of the second generation has the same information initials, so just after another two months it starts out to spread a new couple, while all other couples are able to born anew couple of rabbits for each months after the first "two- months-step". ^^

Then I got the numbers for 20 generations (=n).
The beginning starts out with 1,1,2,3,5,...
to get the following value of each number, you simply have to add the number of the generation that came before the "n-ed" generation... example: 3(4th gen.)+2(3rd gen.)=5(5th gen.

     26 September 2005, 19:18 GMT


Re: Re: Math Program Ideas
george linkington  Account Info
(Web Page)

Thats the fibonochi sequence

     4 October 2005, 01:37 GMT


Re: Re: Re: Math Program Ideas
BluePhoenix Account Info

I love the Fibonacci Sequence

0, 1, 1, 2, 3, 5, 8,, 13, 21, 33, 54, 87, 114 and so on.

     23 September 2011, 14:56 GMT

Re: Math Program Ideas
celmereian Account Info

I've worked on creating a program that solves a solution for every variable for whatever variable is missing such as AB^X just to throw something out. How can I make a program to graph the answer after it finds the answer?
celmereian@hotmail.com would be an applicable adress to send if you want to do that.

     11 October 2005, 00:51 GMT

Re: Math Program Ideas
First Last Account Info

I was wondering if anyone had a program or could write one for the TI-83 series that could calculate derivitives using the power rule, product rule,quotien rule,chain rule, and general power rule. Thank You

     12 October 2005, 04:07 GMT

Re: Math Program Ideas
Isawis Account Info

I'm new to the calc. programming world, as is why I'm here. I made a very basic program, but I have a problem... When the answer the calc gives is too big to fit on screen, it won't let me scroll to see the full answer... Any ideas on correcting this? Also... I want the program to loop, which I did fine, but I don't know how to set a key to break the loop... Or something along those lines... I just hit on and then enter to continue and home to get back... Any help would be much appreciated.

Prgm
Loop
Prompt a
Disp d(a,x) //derivative of a with respect to x
EndLoop
EndPrgm

As I said very basic but it helps me out a lot in the tediousness of calculus homework.

As a side note my 2nd attempt at a program turned out nicely... all it does is display the 6 trig. derivatives when I type in the prog. variable, but it sure helps a lot in memorizing them. :) thanks all

     25 October 2005, 03:58 GMT

Re: Math Program Ideas
LadyJ Account Info

Hi, I am new to this board..And ive been hunting all week for a program for Exponential Growth and Decay also, identifying a function as linear, quadratic, or exponential...If someone could give me this I'd greatly appreciate it. im a stuggling in Algebra 2 right now

     27 October 2005, 00:23 GMT

1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  

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