MathGroup Archive 2006

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

Search the Archive

mirror image of a square matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66318] mirror image of a square matrix
  • From: "ravi" <rv15i at yahoo.se>
  • Date: Tue, 9 May 2006 02:35:21 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Let me define the mirror image of a matrix as the operation of flipping
the columns such that the last column becomes the first, the second
last becomes the second and so on. I would like to know if this can be
done simpler than as follows:

mat=Table[Random[],{n},{n}]
matR=Transpose[Reverse[Transpose[mat]]]
Are there any built in functions for operations like these?
/ravi


  • Prev by Date: Re: Function of function analytic definition
  • Next by Date: Re: Mathematica Language Encoding in Linux?
  • Previous by thread: Re: 3D surface plotting
  • Next by thread: Re: mirror image of a square matrix