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
|
billy bob
|
Here is a program for pythag.
Make sure u know that "sqrsign" is the square sign on ur calc dont rite it out. And also -> is the sto> on calc.
:Disp "Press 1 to find"
:Disp "Hypotnuse,"
:Disp "2 to find leg"
:Input N
:If N=1
:Then
:Disp "Input Leg Lengths"
:Disp "A="
:Input A
:Disp "B="
:Input B
:"sqrsign"(A^2+B^2)->C
:Disp "The Hypotnuse="
:Disp C
:Else
:Disp "Input Hypotnuse"
:Disp "C="
:Input C
:Disp "Input leg"
:Disp "A="
:Input A
:"sqrsign"(C^2-A^2)->B
:Disp "The other leg="
:Disp B
:Stop
Remember that "sqrsign" is the square sign on your calc dont rite out sqrsign. And also -> is the sto> on your calc.
|
|
2 December 2004, 23:16 GMT
|
|
Re: Math Program Ideas
|
kr4zy
|
Hey if anyone here could would u make a program that will factor equations like this 4x^5+8=4, and etc.
|
|
7 December 2004, 23:50 GMT
|
|
Re: Math Program Ideas
|
AVM Mathew
|
Hello,
1)HERE IS THE SIMPLE PROGRAMS THAT CALCULATING DISTANCE IF U KNOW THAT TIME?
CALCULATING FALL DISTANCE
DISTANCE?
INPUT "TIME", T
16T^2->D
DISP "DISTANCE",D
2)CALCULATING THE TIME IF U KNOW THE DISTANCE.
INPUT "FALL DISTANCE:",B
B/16->E
SQR ROOT (E-> P
DISP "TIME",P
|
|
8 December 2004, 18:16 GMT
|
|
Re: Math Program Ideas
|
WeirdClayJisKOOL
(Web Page)
|
I have a TI Voyage 200. Could someone please make a Quadratic formula solver program for me. Also, a program with distance, midpoint, and slope would be greatly appreciated.
|
|
9 December 2004, 00:07 GMT
|
|
Re: Math Program Ideas
|
Personman
|
Does anyone know how to make a program for finding B in Y=AX+B, it would be great if you could type it.
|
|
11 December 2004, 23:53 GMT
|
|
Re: Math Program Ideas
|
Mike Boily
|
I would like a prgm that shows the table of variation of a function with the critical numbers of its first and second derivative for a ti-83 plus se and why not include
horiz, vert and oblic asymptots... I know a prgm name tabzz but im not satisfied cause it doesnt work with every fct. like trig and log etc...
|
|
12 December 2004, 17:48 GMT
|
|
Re: Math Program Ideas
|
Cody Thompson
|
Hello:
I am wondering if anyone has written a program to generate Bernoulli numbers or Bernoulli polynomials for the TI92 plus. The program would be redundant after a point because the numbers become so large but it would be fun to a certain degree.
Cody
|
|
19 December 2004, 20:10 GMT
|
|
Re: Math Program Ideas
|
Cody Thompson
|
Has anyone written or know of a program to calculate Bernoulli numbers?.
Cody
|
|
20 December 2004, 22:20 GMT
|
|
Re: Math Program Ideas
|
Cody Thompson
(Web Page)
|
I am wondering if anyone knows of a program for the TI92 Plus which calculates Bernoulli numbers or Bernoulli polynomials.
|
|
23 December 2004, 21:29 GMT
|
|
Re: Math Program Ideas
|
shkaboinka
(Web Page)
|
ah yes, but if you only had one hand you'd be saying "it's not like I have TWO HANDS you know!", but you do, so there >:-Þ
..you people really need ideas for math programs!? Oh I see, you people come here to post ideas in the hope that somebody who DOES know how to program will come here to read your idea and make it for you? ...that depends what your idea is :-)
hey, you would do well to join one of my yahoo groups:
http:// groups.yahoo.com/group/ticalc101
http:// groups.yahoo.com/group/cppjava101
they relate to C++/Java or TI-Calc programming; mostly its just a place where some of use can get ideas from eachother and stuff, and a place to store anything you want (show off your programs, look at mine/others)
NOTE: I had to put a space after the "http://" because (for display reasons) ticalc.org will not allow words or more than 40 chars or so; you will have to delete the space yourself
|
|
31 December 2004, 04:25 GMT
|
|
Re: Math Program Ideas
|
Mirjana P
|
hey everybody! I have TI-86, please e-mail me some programs
|
|
2 January 2005, 19:44 GMT
|
|
Re: Math Program Ideas
|
s h
|
I have a bit of a challenge for you all. You may have heard of the GLAT. If you haven't, Google it up and take a look. I saw an interesting problem in it, number 17. It asks the following:
'Consider an equation f(n) such that f(n) is the number of ones required in writting all the numbers from zero to n. For example, f(13)=6. Notice that f(1)=1. What is the next highest number such that f(n)=n?'
While I am sure there are many ways to solve this, who can write a program for the TI-89 that will solve this? I have written one, and I may post it one day, but I am interested to see if anyone can come up with a better way than I did.
Peace out
|
|
13 January 2005, 18:57 GMT
|
|
factor any polynomial
|
chsprog1
|
hey guess what all of you people trying to make these simple programs especially factoring program i have a new advancement for you.
I have made a program that can literally factor any higher degree polynomial.
figure that out.
|
|
14 January 2005, 14: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.
|