matrices on 83


[Prev][Next][Index][Thread]

matrices on 83



>
> I'm trying to write a program for doing some stuff with Matrices on my
> TI-83, and I can't figure out how to have the program enter numbers into a
> matrix. Any help???
>

I'm assuming your problem is just with the syntax within the program.
Given the Matrix[A]
[0 0
 0 0]
 The command to input a number into this would be
<number> -> [A]( <row position>, <column position>
1->[A](2,1
would give...
[0 0
 1 0]
Hope that helps!

Jody Snider
jody1@alaska.net