2-8-9

Matrix Calculations

uColumn Operations{DEL} ... {delete column}{INS} ... {insert column}{ADD} ... {add column}uTo delete a column

Example

To delete column 2 of the following matrix :

 

 

 

1

2

 

 

 

Matrix A =

3

4

 

 

 

 

 

5

6

 

 

 

 

 

 

 

 

e

 

 

 

3(COL)1(DEL)uTo insert a column

Example

To insert a new column between columns 1 and 2 of the following

 

matrix :

 

 

 

 

 

 

1

2

 

 

 

Matrix A =

3

4

 

 

 

 

 

5

6

 

 

 

 

 

 

 

 

e

 

 

 

3(COL)2(INS)

20070201