MathGroup Archive 1999

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

Search the Archive

RE: How can I plot for array variable?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16103] RE: [mg16056] How can I plot for array variable?
  • From: "Jean-Marie THOMAS" <jmthomas at agat.net>
  • Date: Thu, 25 Feb 1999 08:24:59 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Use this:
keys[db_]:=Map[#[[1,1,1]]&,DownValues at db]

ListPlot[{#,Dream[#]}&/@keys[Dream],PlotJoined->True]

Hope this helps,


****************************************
Jean-Marie THOMAS
mailto:jmthomas at agat.net
Conseil et Audit en Ingenierie de Calcul
Strasbourg, France
http://www.agat.net
****************************************

-----Original Message-----
From: Kwon, Rak-Beom [mailto:roffkr at ns.knm.net]
To: mathgroup at smc.vnet.net
Subject: [mg16103] [mg16056] How can I plot for array variable?


I'm sorry.
How can I plot Dream variable in Mathemetica?

Dream[1]=0.25
Dream[2]=0.0790569
Dream[3]=0.025
Dream[4]=0.00790569
Dream[5]=0.0025
Dream[6]=0.000790569
Dream[7]=0.00025
Dream[8]=0.0000790569










  • Prev by Date: Re: Evaluate/Module
  • Next by Date: RE: Syntax error in notebook saved as package
  • Previous by thread: Re: How can I plot for array variable?
  • Next by thread: Re: How can I plot for array variable?