- Matrix operations
- See chapter 10 of ti84 manual
- Accessing elements
- Matrix names [matrixName] must be selected from matrix/names menu
- Index using parenthesized pair in row-major order starting from (1,1)
- [A](1,1)
- Matrix elements are floats
- Frink Kizer's web of calculator programs contains linear algebra programs with lots of keystrokes and terse explanations http://www.angelfire.com/pro/fkizer/index.html
|
|