Question: How to delete some columns?

dear all

 

how do i do for deletion of some columns? example:

A:=Matrix([[1,2,3],[4,5,6],]);

change to this: A:=Matrix([[1,2],[4,5]]).

 

i have a Matrix 8*12 and i want change it to 8*8

 

plz help me.

Please Wait...