MathGroup Archive 2011

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

Search the Archive

Plot Manipulate Table

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121118] Plot Manipulate Table
  • From: ". ." <xkziloj at gmail.com>
  • Date: Mon, 29 Aug 2011 03:48:02 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hi all,

I want to plot

ConditionalExpression[(
 a^y \[Lambda] (a + \[Lambda])^(-1 - y) Gamma[1 + y])/y!,
 Re[a + \[Lambda]] > 0 && Re[y] > -1]

y is the variable. The value of may be 0.1 and the value of [\Lambda]
can be 1. It would be nice if "a" can be manipulable.

I have seen this post,

http://forums.wolfram.com/student-support/topics/26441

but can not port the idea to my case. I have tried,

Manipulate[
 ListLinePlot[
  Table[(a^y \[Lambda] (a + \[Lambda])^(-1 - y) Gamma[1 + y])/
   y!, {y, 0, 10, 1}], PlotRange -> {0, 1}, DataRange -> {0, 5},
  PlotMarkers -> Automatic], {a, 0.01, 1, 0.01}]

but obviously




  • Prev by Date: Re: corner connected skeleton to face connected skeleton in 3d
  • Next by Date: Re: With Nearest
  • Previous by thread: Derivative and Integration of NDSolve solution
  • Next by thread: Re: Plot Manipulate Table