MathGroup Archive 2004

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

Search the Archive

Matrix Problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51641] Matrix Problem
  • From: brindaban at gmail.com (nilaakash)
  • Date: Wed, 27 Oct 2004 23:42:52 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

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


  • Prev by Date: Does anybody out there know how to use the categorylists function for p-variate date
  • Next by Date: Re: Nonlinear diff equation help
  • Previous by thread: Does anybody out there know how to use the categorylists function for p-variate date
  • Next by thread: Re: Matrix Problem