Jump to content

TI-83 Plus programming (Basic?)

Featured Replies

Through experimentation (and some help from this site months ago) I can write programs from formulas to save time, and using the book I got a pixal to move around the screen using the arrows using the getkey function. I seem to have gotten as far as I can by myself.

 

1) Can you write a program that factors a trinomial (or other polonomials). I have no idea how this program could work. Or can you that can f.o.i.l. for you?

 

2) Games. The pixel that I could move around with the arrow keys didn't work very well. After a while I'd get the error message "memory." I ran out of memory to move around one pixel? How do games work so that they do not use up too much memory?

 

3) Are there any basics that I might be missing that would make it easier?

1) Can you write a program that factors a trinomial (or other polonomials). I have no idea how this program could work. Or can you that can f.o.i.l. for you?

http://www.ticalc.org/archives/files/fileinfo/311/31102.html'>http://www.ticalc.org/archives/files/fileinfo/311/31102.html

 

2) Games. The pixel that I could move around with the arrow keys didn't work very well. After a while I'd get the error message "memory." I ran out of memory to move around one pixel? How do games work so that they do not use up too much memory?

There are several things that can cause this problem. For example, if you're using a For() or While loop, you can't use a Goto statement to get out of it or you'll leak memory.

 

3) Are there any basics that I might be missing that would make it easier?

Chapter 16 of the manual, and http://www.ticalc.org is handy too.

  • Author

Hey thanks, I'll be able to learn most of what I need to know from these :D

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.