Hey a few optimization tips: First you can press [2nd] then [del] to insert code without deleting anything. Also, whenever you do =0 you can delete the =0 and instead add a not( at the beginning of the condition. not( returns 1 (true) if the condition was false (or didn't equal 1) and returns 0 (false) if the condition was true (which means it equaled 1). 4:11 Oh, that's a big nono, *always* avoid putting Goto statements inside If Then statements, that creates a memory leak that slows your program down quite a bit and will eventually crash! Instead, use Loops like Repeat, While, or For(. 5:06 why'd you put parenthesis rather than just a multiplication sign? Besides those suggestions, I thought you did a pretty good job. I like how you had a different camera focus on the screen rather than trying to cram everything in the frame! Next time could you cut out the ambient noise and add some smooth music? It would really help the quality of these videos. :)
@cranklinXO4 жыл бұрын
Could you explain this a little bit more. Like dumb it down for me :D
@arvidihrfeltАй бұрын
Could you pls create an updated file for this that is optimized, I am having a hard time getting any results on number above 4 digits. :)
@wolfemata14582 жыл бұрын
🙏 Thank~You very much. I programmed Prime Factorization on my TI-84 calculator on the first try following your tutorial. I have booked marked the Math Class Calculator website. See you there. Wish you a Good Life. 🤙
@marryannepark2557 Жыл бұрын
Why my ti84 doesn't display the submenu under EXEC? Anybody knows?
@patricia.antlitz3 ай бұрын
yes, that is the place were you insert custom programs, code. So, this is not built in. This video has an article and you can download the code there. Its on the description.
@rabahkhatoon50633 жыл бұрын
gives me syntax error when i try :(
@nickismarried4 жыл бұрын
Very helpful thank you for making this video
@anaufaafiti Жыл бұрын
THANK YOU SOOO MUCH!! THIS WAS VERY HELPFUL!!😁!
@malcolmanderson67353 жыл бұрын
Great video, I learned a lot by following along. One question, I got an error with 7856. When I hit go to, it takes me to the if T=M line.
@dianakatz5700 Жыл бұрын
How do you download code to your TI 84 Plus calculator?
@jasondunwoody13186 ай бұрын
Thank you!
@thirstybill360 Жыл бұрын
Thanks!🎉
@DawnSmithsIMTools2 жыл бұрын
If I center certain prime numbers it times out before I get the result and it takes me to the err:memory screen. But for the most part, it works great.