http://calcg.org/newlogo2.png Not Logged in.
Login | Register

General Discussion Board \ Calculator Discussion \ Factoring Program for TI-84 Plus SE

Click here to log in (you must be logged in to post comments).

AuthorComment
jamrev
Probe
Posted: 12 Mar 2011
12:19 GMT
Total Posts: 3
Greetings. I am looking for a factoring program that will work on my TI-84 Plus SE. I tried one from Ticalc but it puts it into some archive and I am not smart enough to figure out how to make it work.
gulyman
Goliath
avatar
Posted: 15 Mar 2011
16:31 GMT
Total Posts: 144
If you can put program your calculator, this should work.

PROGRAM:FACTOR
Input A
ClrHome
A->D
0->B
While (B<(squareRoot(A)-1))
B+1->B
A/B->C
If fPart(C)=0
Then
Disp B,C," "
Pause
End
End
jamrev
Probe
Posted: 15 Mar 2011
16:40 GMT
Total Posts: 3
Thank you. I am really new at this. Could you PM me and walk me through this?





Portal | My Account | Register | Lost Password or Username | TOS | Disclaimer | Help | Site Search | File Archives Copyright © 2002-2019 CalcG.org