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

Base Conversion-- HELP!!
Flexico8191  Account Info

My base conversion program eliminates the values of many digits of a number greater than (E14)-1. I've tried several ways of compensating, but none work well enough. ANY IDEAS???

     3 June 2004, 02:26 GMT


Re: Base Conversion-- HELP!!
Arno Kret  Account Info

The Ti-83 numbers are 14 digits wide. If you use value's that have more than 14 digits, like for 1/3 the 15th digit will roundoff. Also for big numbers (like in your case) the value will be rounded off. I think there is no practical way to compensate for this, other than routine's or program's that enhance the capabilities of the calc.

     19 June 2004, 08:35 GMT

HELP
Tim Molloy  Account Info

I am making a program for the TI-83+ to convert scientific notation to decimal notation. I am done writing the program, except that I can't figure out how to let the calculator give an answer that is longer than 10 digits. Right now, if the answer is longer than 10 digits, it will round it or it will put it back into scientific notation. If anyone knows how to bybass the stupid rule, please respond or email me. If you want a shot to try and bybass it, I'll email you the program.

Tim
tim0808@rushpost.com

     24 June 2004, 05:31 GMT

Re: Math Program Ideas
Wesley Transue  Account Info

Can anyone help me? I need a program that does the gamma function of an input number. Thank you.

     24 June 2004, 14:06 GMT


Re: Re: Math Program Ideas
Stephen King  Account Info

This site won't let users type in "words larger than 40 characters" so the function will have to be split up.

The way it would be entered into the 83 would be:

2*fnInt(e^(-T^2)*
T^(2*Z-1),T,0,1E99),

where Z is the input number. Note that the 1E99 should really be infinity, but the 83 doesn't have that key. It will suffice as that number is quite large.

The whole program would look like this:

Prompt Z
Return 2*fnInt(e^(-T^2)*
T^(2*Z-1),T,0,1E99)

That's it.

     14 July 2004, 22:14 GMT

Re: Math Program Ideas
AVM Mathew  Account Info

Hello Everyone,



"FINDING THE BINOMIAL COEFFIECIENTS"
>
>
>
> INPUT" ENTER THE GREATEST NUMBER", G
>
> INPUT " ENTER THE LOWEST NUMBER", L
>
> CALCULATION
>
> G-L= A
>
> G!/(A!*L!) = B
>
> DISP" ANSWER", B
>

     30 June 2004, 15:05 GMT

SYNTHATIC DIVISION
AVM Mathew  Account Info

PROMPT A, B, C, D

INPUT "DIVIDE BY THE NUMBER", F

1*A =F
F*E =G
B+G =H
H*E =I
C+I =J
J*E =K
D+K =L

DISP "A", F
DISP "B", H
DISP "C", J
DISP "D", L

     30 June 2004, 15:14 GMT


Re: SYNTHATIC DIVISION
TomNguyen  Account Info

Please tell me how to use that program after having that program ?

     5 November 2005, 23:33 GMT


Re: Re: SYNTHATIC DIVISION
chandragupta Account Info

(AX^3+BX^2+CX+D)/X-F
A,B,C,D are the coeffecients, divided by the negative constant in the denominator. (see, that wasnt too bad)

All you have to do is type in the coeffecients and the "-F" and viola, out pops the coefficients of the supressed equation, AX^2+Bx+C the last # is the remainder.

     8 December 2005, 02:58 GMT

Re: Math Program Ideas
AVM Mathew  Account Info

HOLA EVERYONE,

PROGRAMS COMMING SOON!!!!!!!!!!!!!

     30 June 2004, 15:25 GMT

PH CONCENTRATION
AVM Mathew  Account Info


PH CONCENTRATION

INPUT " HYDROGEN CONCENTRATION:",H

-LOG(H)-> A

DISP "PH LEVEL", A

ANOTHER PROGRAM

INPUT "PH:", B
-1*B -> C
10^C -> E
DISP "HYDROGEN CONCENTRATION", E

     30 June 2004, 16:05 GMT

Re: Math Program Ideas
AVM Mathew  Account Info
(Web Page)

HELLO EVERYONE,

INPUT "B", B
-B/(2A)->V
DISP " VERTEX",V

     30 June 2004, 16:09 GMT

FINDING THE BALANCE FOR COMPOUND INTEREST
AVM Mathew  Account Info

INPUT "PRINCIPLE:", P
INPUT "INTEREST", R
INPUT "N", N
INPUT "TIME:",T

R/N -> B
P(1+B)^N^T ->K
DISP "BALANCE

     30 June 2004, 16:26 GMT

FINDING THE BALANCE FOR COMPOUND INTEREST
AVM Mathew  Account Info

INPUT "PRINCIPLE:", P
INPUT "INTEREST", R
INPUT "N", N
INPUT "TIME:",T

R/N -> B
P(1+B)^N^T ->K
DISP "BALANCE", K

EXAMPLE:

A SUM OF $9000 IS INVESTED AT AN ANNUAL INTEREST RATE OF 8.5%, COMPOUNDED ANNUALY. FIND THE BALANCE IN THE ACCOUNT AFTER 3YRS.

ANSWER: $11,495.60

     30 June 2004, 16:33 GMT

FINDING CONTINUOUS COMP INT
AVM Mathew  Account Info

PROMPT P, I, T

Pe^R^T -> U

DISP" CONTINOUS COMPOUNDING BALANCE IS", U

     30 June 2004, 16:43 GMT

Prt programs
AVM Mathew  Account Info

HELLO,,



INPUT "PRINCIPLE:", P

INPUT "INTEREST", R

INPUT "TIME:",T

PRT -> I

DISP "EARN",->I

"FINDING INTEREST RATE"

PROMPT P, R, T

PT -> N

R/N ->I

DISP "INTEREST", I

FLOAT

"FINDING TIME"

PROMPT P, R, I

PI -> S

R/S -> T

DISP "TIME", T

FLOAT

***************************
* "VERY SIMPLE PROGRAMS" *
* *
* "TRY ON U R CALCULATER" *
***************************

     1 July 2004, 14:44 GMT

Re: Math Program Ideas
Bob Leonard  Account Info

I had made a rather impressive stats prgram for my AP stats class back in 2002. It contained definitions, equations, and also solvers to automatically give you the answer to just about anything youneeded. However, sence then I think the program has dissapeared. I now, on the request of my old Stats teacher, intend on reviving it. I have a few new ideas to make it better like a new sub program to handle the text and make it much easier to read and using a getkey to scroll up and down through stats defintions. I also plan on using a new subpragram that isessentually just a better version of the menu command. All the text will be done in a test(...) format and the test(...) synatxs will be covered in the subprograms as to add eficiency. However I want to ask if anyone knows of a ti basic compiler that works with a notpad or some other test editor so that I would be able to copy and past stats definitions from the internet. Please respond if you have any extra ideas, comments, or it you could heklp with finding a ti-basic compiler that would run on the PC and has cup-past capability.

-BOB

     7 July 2004, 00:45 GMT

Integer relations
Whammer1980 Account Info

Hi!

I have just begun my adventure into the Integer Relations world. I have implemented the LLL-algorithm as described in the Handbook of Applied Cryptography on my TI-89. A bit slow though, but hey, it's written basic :-)

I have read a little about the PSLQ algorithm. That would be a nifty thing to have for my TI-89. Have anyone seen that implemented for the TI-89?

If not, I would like a little help with the implementation. Sofar, I have only found descriptions of the algorithm and no source code :-(

However I read somewhere that the PSLQ algorithm requires an enormous numerical precission, maybe even hundreds of digits. Will that not be a problem?

---
Best regards
Jes Hansen

     13 July 2004, 08:10 GMT

LONG DIVISION
AVM Mathew  Account Info

VERY SYMBOL
EX: 10X^3+31X^2+17X+31 LONG DIVISION

INPUT "A" , A 10

INPUT "B" , B 17

INPUT "C" , C 31

INPUT "D" , D 5

INPUT "DIV BY A", E 2

INPUT "DIV BY B", F 5

A / F -> G

10 / 2 = 5

G * B -> H

5* 5 = 25

B - H -> I

31 - 25 = 6

I / A -> J

6 / 2 = 4

J * B -> K

4 * 5 = 15

K - C -> L

17 - 15 = 2

L / A -> M

2 / 2 = 1

M * B -> N

1 * 5 = 5

D - N -> O

5-5 = 0

     22 July 2004, 14:53 GMT


Re: LONG DIVISION
TomNguyen  Account Info

I have no idea how to use that pro? Does that work ?

     6 November 2005, 00:13 GMT


Re: Re: LONG DIVISION
joaquin evans  Account Info

Hey i after look at them do this code work on ti89?

     18 November 2005, 07:12 GMT


Re: Re: Re: LONG DIVISION
yellowPig Account Info

Long division:

:longdiv(num,den)
:Prgm
:1->i
:While done=0
: num/den->temp
: ipart(temp)->L1[i]
: fpart(temp)*10*den->num
: i+1->i
: Disp i
:EndWhile
EndPrgm

That's what I wrote on my Voyage, to find the nth term in a decimal. But it's just a long division program. The style is:
num=numerator
den=denometer
i=index
temp=temporary
You can modify it just a little bit to put it onto an 83; the functions fpart and ipart both work. For the 89, you should be able to leave it as it is, unless it's not Titanium; in that case I don't know what to do.

     9 April 2006, 05:13 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