
Matrix Calculations
| u Matrix Data Input Format |
The following shows the format you should use when inputting data to create a matrix using the Mat command.
a11 | a12 | a1n |
a21 | a22 | a2n |
am1 am2
amn
=[ [a11, a12, ..., a1n] [a21, a22, ..., a2n] .... [am1, am2, ..., amn] ]
→ Mat [letter A through Z]
Example 1 To input the following data as Matrix A :
1 3 5
2 4 6
!+( [ )!+( [ )b,d,f !-( ] )!+( [ )c,e,g !-( ] )!-( ] )aK2(MAT) 1(Mat)av(A)
w | Matrix name |
|
| # You can also use !c(Mat) in place of | # An error occurs if memory becomes full as you |
|
| ||
|
| K2 (MAT)1(Mat). | are inputting data. |
|
| # The maximum value of both m and n is 255. | # You can also use the above format inside a |
|
|
| program that inputs matrix data. |
|
|
|
|
20050401