[sage-support] Re: Plotting absolute value of a complex function

2009-09-14 Thread Andi Walz
Thank you very much! In fact, that is all I need :-) Andi Walz On 12 Sep., 21:28, William Stein wrote: > On Sat, Sep 12, 2009 at 12:05 PM, Andi Walz > > > > wrote: > > > Hi, > > > I'm just new to SAGE and now trying to make a 2D-plot of the following > > kind > > > plot( abs( exp( i*x ) ) ) >

[sage-support] Re: Plotting absolute value of a complex function

2009-09-12 Thread kcrisman
On Sep 12, 3:49 pm, Jason Grout wrote: > William Stein wrote: > > On Sat, Sep 12, 2009 at 12:05 PM, Andi Walz > > wrote: > >> Hi, > > >> I'm just new to SAGE and now trying to make a 2D-plot of the following > >> kind > > >> plot( abs( exp( i*x ) ) ) > > >> but I don't get it working. I know t

[sage-support] Re: Plotting absolute value of a complex function

2009-09-12 Thread Jason Grout
William Stein wrote: > On Sat, Sep 12, 2009 at 12:05 PM, Andi Walz > wrote: >> Hi, >> >> I'm just new to SAGE and now trying to make a 2D-plot of the following >> kind >> >> plot( abs( exp( i*x ) ) ) >> >> but I don't get it working. I know that this kind of plot will be very >> boring, but that'

[sage-support] Re: Plotting absolute value of a complex function

2009-09-12 Thread William Stein
On Sat, Sep 12, 2009 at 12:05 PM, Andi Walz wrote: > > Hi, > > I'm just new to SAGE and now trying to make a 2D-plot of the following > kind > > plot( abs( exp( i*x ) ) ) > > but I don't get it working. I know that this kind of plot will be very > boring, but that's just one try on my way further