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