Deleting Rows and ColumnsIf you want to delete rows or columns, you can use Drop. Deleting rows and columns. In[1]:=  |
Out[2]//MatrixForm=
|
This drops rows 2 through 4. In[3]:=  |
Out[3]//MatrixForm=
|
This drops columns 2 through 4. In[4]:=  |
Out[4]//MatrixForm=
|
In this example rows 2 and 3, and columns 1, 2, and 3 are all dropped. In[5]:=  |
Out[5]//MatrixForm=
|
|