
Matrix Calculations
u To insert a row
Example | To insert a new row between rows one and two of the following | |||||
| matrix : |
|
|
|
|
|
|
|
| 1 | 2 |
|
|
|
|
|
|
| ||
| Matrix A = | 3 | 4 |
|
| |
|
|
| 5 | 6 |
|
|
c
2(ROW)2(INS)
u To add a row
Example To add a new row below row 3 of the following matrix :
|
| 1 | 2 |
|
| ||
Matrix A = | 3 | 4 | |
|
| 5 | 6 |
|
|
cc
2(ROW)3(ADD)
20050401