Qbasicnews.com

Full Version: TI-82 Matrix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i access a matrix like a bitmap for game maps?
If you are making a program (or anywhere else for that matter), push the Matrix Button and select one from [A] to [F].

For example we will use [A].

You can Get a value to a variable like this:

[A](1,1) -> A

Just place (x,y) directly after the matrix name to specify the x and y ordinates of the item you wish to get/set Smile


But make sure that the Matrix is of the correct size when you do this or you will get a Undefined Error.

Set the Size of the Matrix First like this:

{3,3} -> dim [A]