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
|
kellen lask
|
i want to make an equation solver to solve just any old equation with up to 3 variables but i havnt got a clue how
|
|
9 February 2007, 03:37 GMT
|
|
Re: Math Program Ideas
|
kellen lask
|
i want to make an equation solver to solve just any old equation with up to 3 variables but i havnt got a clue how
|
|
9 February 2007, 03:37 GMT
|
|
Re: Math Program Ideas
|
kellen lask
|
i want to make an equation solver to solve just any old equation with up to 3 variables but i havnt got a clue how
|
|
9 February 2007, 03:37 GMT
|
|
Re: Math Program Ideas
|
kellen lask
|
i think it is possable to make a program that will archive and unarchive all of the other programs but i dont know how
|
|
9 February 2007, 03:43 GMT
|
|
Help: complex number
|
guang rong
|
Calculator: TI84 Plus Silver Edition
I tried the following;
Predefine Y1=Z+1
Y1(5) returns 6
Y1(i) failed.
So, my question is how to pass a complex number to a predefined function, if possible on this calculator.
Thanks,
Guang
|
|
12 February 2007, 20:23 GMT
|
|
Re: Math Program Ideas
|
Ehpower
|
i need an program asap that can caculate board foot for prices i run an ti 84+ calc. I need the width length width and price things you can change every time don't care which language you use but it would make woodshop easyer thanks
|
|
13 February 2007, 22:46 GMT
|
|
Re: Math Program Ideas
|
chisoxguy7
(Web Page)
|
A New program I created. Guarenteed to work If you follow the programming correctly. It works the pythagorean Theorem, which Is fairly easy, but this is my first program. Enjoy!
:Disp "Sides A,B,C"
:Disp "C is Hypotenuse"
:Disp "Unknown=U"
:Prompt A,B,C
:If A=U
:Then
:(B^2)-(C^2)->Z
:If
:Z<0
:Then
:(C^2)-(B^2)->Z
:Then
:SqRoot(Z)->Z
:Disp Z
:End
:If C=U
:Then
:(A^2)+(B^2)->X
:SqRoot(x)->X
:Disp X
:End
:If B=U
:Then
:(A^2)-(C^2)->Y
:If Y<0
:Then
:(C^2)-(A^2)->Y
:SqRoot(Y)->Y
:Disp Y
:End
|
|
15 February 2007, 22:16 GMT
|
|
Re: Math Program Ideas
|
Glenn pagano
|
Are there any programs for linear combonation of 3 varibles with out using the matrix thanks.
|
|
28 February 2007, 20:25 GMT
|
|
Re: Math Program Ideas
|
AAdkins200
|
Im Looking for a program that can calculate the maximum volume of a box with a lid and without a lid. Can someone help me!
|
|
3 March 2007, 03:35 GMT
|
|
Math Program Ideas
|
Phenocain
|
How do I make a program for finding critical points, inflection, and concavity on the TI-84 calculator?
|
|
7 March 2007, 04:13 GMT
|
|
Cool Idea
|
ThatCalcDude824
|
Ok so I'm pretty new to programming calculators, and so all my programs will be in what i think is called BASIC.Also they will be on a TI-83, because I'm using my school-issue calculator.
Here's my first program
Ok so here's a cool trick for people who are having trouble with formulas, its kind of cheating but not really
ok since i'm using the quadratic formula i'll be subtituting the square root symbol with this thingy-> ^
Don't do it on ur calc, actually put the square root symbol
Ok so here's how it shouldd look
:Prompt A
:Prompt B
:Prompt C
:Disp -B+^(B2-4AC)/2A
:Disp -B-^(B2-4AC)/2A
Stop
For other equations Substitute the variables for watever the formula calls for. And sub the formulas.
|
|
13 March 2007, 02:28 GMT
|
|
Re: Math Program Ideas
|
Obiageli Evangel Ikeagwu
|
Hi, Pls I need an urgent help. I have been given an assignment to write a program using the TI 84 calculator to calculate interest on loan.
For example, Mr B. borrowed £10,000.00 fron a bank an an annual interest of 12%. I have been asked to program his repayment every month and how long it will take him to pay off his loan.
Pls, help!!!!!!!!!!!!!!!
|
|
23 March 2007, 11:33 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.
|