|
[Date Index]
[Thread Index]
[Author Index]
Re: coordinates on a single line of output corresponding
- To: mathgroup at smc.vnet.net
- Subject: [mg110575] Re: coordinates on a single line of output corresponding
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 26 Jun 2010 03:10:56 -0400 (EDT)
data = Flatten[
Table[{u, v, u + v, u - v, u*v/10}, {u, 0, 4.5, .5}, {v, 0,
3.5, .5}], 1];
Length[data]
80
data // Grid
Bob Hanlon
---- Narasimham <mathma18 at hotmail.com> wrote:
=============
How to obtain
data= Table[{u,v,u+v, u-v, u*v/10 },{u,0,4.5,.5}, {v,0,3.5,.5}]
for 80 points on 80 separate lines ? TIA
Narasimham
Prev by Date:
Re: defining a function of functions
Next by Date:
Re: coordinates on a single line of output corresponding to each
Previous by thread:
Re: coordinates on a single line of output corresponding to each
Next by thread:
Matrix multiplication (again !)
|