MathGroup Archive 2006

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

Search the Archive

Vector operations,

  • To: mathgroup at smc.vnet.net
  • Subject: [mg69993] Vector operations,
  • From: mickey <micky at hotmail.com>
  • Date: Fri, 29 Sep 2006 06:48:34 -0400 (EDT)
  • Organization: Ohio State University

Hi,

I have a list of vectors such as

{{1/2, 1/2}, {1, 0}, {0, 1}, {0, 0}}

I want to rotate them all by the same angle. Right now, what I do is 
multiply each by RotationMatrix2D[t] and iterate over the list. Is there 
a more efficient way to do this?

Thanks,
-M


  • Prev by Date: [mglost] [ADMIN] Please resend recent posts
  • Next by Date: [RESEND] How to tell Mathematica to use hardware floating point aithmetics
  • Previous by thread: [mglost] [ADMIN] Please resend recent posts
  • Next by thread: Re: Vector operations,