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 :

12

Matrix A = 3 4

56

e

3(COL)1(DEL)

uTo insert a column

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

12

Matrix A = 3 4

56

e

3(COL)2(INS)

20070201