MathGroup Archive 1997

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

Search the Archive

slight correction to Transpose posting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg5804] slight correction to Transpose posting
  • From: Robert Villegas <villegas>
  • Date: Wed, 22 Jan 1997 00:44:12 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

In "Explanation 2", I wrote:

> A Mathematica expression that expresses the index-moving rule is as
> follows:
>
>    Tcoords = Part[Ucoords, {p1, p2, ..., pn}]


The list braces shouldn't enclose p1, p2, ..., pn.  The correct formula is

  Tcoords = Part[Ucoords, p1, p2, ..., pn]



Robby Villegas


  • Prev by Date: Re: Binomial Coefficients
  • Next by Date: Re: Help me please!!!
  • Previous by thread: Intro. Mathematica Course on the Web
  • Next by thread: Formatting of lines in MMA 2.2 Solaris