MathGroup Archive 2003

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

Search the Archive

using of Table

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38915] using of Table
  • From: "yaw" <asare at vt.edu>
  • Date: Sun, 19 Jan 2003 00:32:56 -0500 (EST)
  • Organization: Virginia Tech, Blacksburg, Virginia, USA
  • Sender: owner-wri-mathgroup at wolfram.com

a={2,3,5}
c={3,5,3}
t={-1,3,5}
I am using Table[a*k+b*c+v*t,{k,1,2},{b,1,2},{v,1,2}]
to generate some points. After this I need to plot the points by using 3D
commands like Scatter3DPlot.
How can I get the points from Table in the form of a list so that I can plot
them?.
Thank u!




  • Prev by Date: Waterfall Plot Plea for Help
  • Next by Date: system locks on converting graph
  • Previous by thread: Re: Waterfall Plot Plea for Help
  • Next by thread: Re: using of Table