Re: How to delete a row and a column in a matrix?
- To: mathgroup at smc.vnet.net
- Subject: [mg69717] Re: How to delete a row and a column in a matrix?
- From: dh <dh at metrohm.ch>
- Date: Thu, 21 Sep 2006 07:30:57 -0400 (EDT)
- References: <eeqqlr$onu$1@smc.vnet.net>
Hi,
see in the Help under: Drop.
E.g. if m is a 3x3 matrix Drop[m,{2},{2}] is a 2x2 matrix.
Daniel
hussain.alqahtani at gmail.com wrote:
> Dear
>
> I am wondering how to delete a given row and column in a matrix in a
> single command.?
>
> Your prompt reply is highly appreciated.
>