Jump to content

TI-83 Plus programming (Basic?)


-Demosthenes-

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

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.