Programming Guide

20050401
u To insert a row
Example To insert a new row between rows one and two of the following
matrix :
12
Matrix A = 34
56
c
2(ROW)2(INS)
u To add a row
Example To add a new row below row 3 of the following matrix :
12
Matrix A = 34
56
cc
2(ROW)3(ADD)
2-8-8
Matrix Calculations