Re: three column output
- To: mathgroup at smc.vnet.net
- Subject: [mg64833] Re: three column output
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Sun, 5 Mar 2006 03:18:51 -0500 (EST)
- Organization: Uni Leipzig
- References: <dubhjr$ftc$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
you question is a bit unclear but you may compare
Table[f[x, y], {x, 1, 10}, {y, 20, 30}]
and
Table[f[x, y], {y, 20, 30}, {x, 1, 10}]
or use Transpose[].
Regards
Jens
"Narasimham" <mathma18 at hotmail.com> schrieb im
Newsbeitrag news:dubhjr$ftc$1 at smc.vnet.net...
| How to get a three column ouput of surface
coordinates (x,y,z) = f
| (u,v) in the conventional (like Fortran) way,
say by first varying v
| and then u... to get a vertical rather than
horizontal build up of
| points which comes by default in Mathematica.
Thanks in advance.
|