MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Matrix Problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51675] Re: [mg51641] Matrix Problem
  • From: DrBob <drbob at bigfoot.com>
  • Date: Fri, 29 Oct 2004 03:38:50 -0400 (EDT)
  • References: <200410280342.XAA09682@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

It would be N=Reverse@M.

But don't use N as a variable; it's an important built-in function.

To avoid conflicts, you should never capitalize your own symbols.

Bobby

On Wed, 27 Oct 2004 23:42:52 -0400 (EDT), nilaakash <brindaban at gmail.com> wrote:

> Suppose I have a  m*n matrix like this type.
>
> M={{1, a1, b1, c1}, {2, a2, b2, c2}, {3, a3, b3, c3}, {4, a4, b4, c4}, {5, a5,
>     b5, c5}, {6, a6, b6, c6}, {7, a7, b7, c7}}
>
> I want to change my matrix in such a way,
>
> N={{7, a7, b7, c7}, {6, a6, b6, c6}, {5, a5, b5, c5}, {4, a4, b4, c4}, {3, a3,
>     b3, c3}, {2, a2, b2, c2}, {1, a1, b1, c1}}
>
> Could anybody tell me how to this.
>
> Thanks.
>
> nilaakash
>
>
>
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: Re: Matrix Problem
  • Next by Date: Re: Matrix Problem
  • Previous by thread: Matrix Problem
  • Next by thread: Re: Matrix Problem