Re: DiscretePlot
- To: mathgroup at smc.vnet.net
- Subject: [mg96891] Re: DiscretePlot
- From: Raffy <raffy at mac.com>
- Date: Thu, 26 Feb 2009 08:02:17 -0500 (EST)
- References: <gnq6qd$868$1@smc.vnet.net> <go31no$ffi$1@smc.vnet.net>
Additionally, you could use ListPlot @ Table[ s[k], {k,1,150} ] or ListPlot @ Array[s,150]. Also, ListPlot @ Accumulate @ Array[a, 150] if speed is ever an issue.