[sage-devel] Re: talk on Sage that I gave today

2011-11-22 Thread Bill Janssen
On Nov 22, 9:26 am, Bill Janssen wrote: > Nice graphic in there, William.  Page 8 in the PDF.  Just what I need > for a talk this afternoon.  Is it available as an image somwhere? Ah, got it. Pulled it out of the worksheet. Bill -- To post to this group, send an email to sage-devel@googlegrou

[sage-devel] Re: talk on Sage that I gave today

2011-11-22 Thread Bill Janssen
Nice graphic in there, William. Page 8 in the PDF. Just what I need for a talk this afternoon. Is it available as an image somwhere? Thanks. Bill On Nov 20, 12:05 am, William Stein wrote: > On Sat, Nov 19, 2011 at 11:50 PM, Thierry Dumont > > > > > > > > > > wrote: > > Le 20/11/2011 08:48,

[sage-devel] Re: Talk on Sage at Montreal Python 17

2010-12-01 Thread kcrisman
I really like this example from it: def newton(f, z, precision=0.001) : while abs(f(x=z)) >= precision: z = z - f(x=z) / diff(f)(x=z) return z complex_plot(lambda z : newton(f, z), (-1,1), (-1,1)) I've wanted to be able to plot basins of attraction for my students easily, but didn't have time to

Re: [sage-devel] Re: talk on Sage...

2010-05-10 Thread Gonzalo Tornaria
On Mon, May 10, 2010 at 9:41 AM, William Stein wrote: > On Monday, May 10, 2010, Tim Joseph Dumol wrote: >> >> I have the same problem. I see color noise instead of 3d plots. >> > > There is no support in the sage notebook for printing 3d plots.   I'm > a little surprised you guys didn't know thi

[sage-devel] Re: talk on Sage...

2010-05-10 Thread Jason Grout
On 05/10/2010 07:41 AM, William Stein wrote: On Monday, May 10, 2010, Tim Joseph Dumol wrote: On Mon, May 10, 2010 at 6:03 PM, Simon King wrote: Hi William! On May 10, 6:41 am, William Stein wrote: Hi, I'm giving this tutorial on Sage: http://wstein.org/talks/20100510-texas/ On

[sage-devel] Re: talk on Sage...

2010-05-10 Thread William Stein
On Monday, May 10, 2010, Tim Joseph Dumol wrote: > On Mon, May 10, 2010 at 6:03 PM, Simon King wrote: > > > Hi William! > > On May 10, 6:41 am, William Stein wrote: >> Hi, >> >> I'm giving this tutorial on Sage: >> >>      http://wstein.org/talks/20100510-texas/ > > On pages 11-13 of > http://w

Re: [sage-devel] Re: talk on Sage...

2010-05-10 Thread Tim Joseph Dumol
On Mon, May 10, 2010 at 6:03 PM, Simon King wrote: > Hi William! > > On May 10, 6:41 am, William Stein wrote: > > Hi, > > > > I'm giving this tutorial on Sage: > > > > http://wstein.org/talks/20100510-texas/ > > On pages 11-13 of > http://wstein.org/talks/20100510-texas/TACC--1.Introduction

[sage-devel] Re: talk on Sage...

2010-05-10 Thread Simon King
Hi William! On May 10, 6:41 am, William Stein wrote: > Hi, > > I'm giving this tutorial on Sage: > >      http://wstein.org/talks/20100510-texas/ On pages 11-13 of http://wstein.org/talks/20100510-texas/TACC--1.IntroductiontoSage.pdf the pictures appear to be broken. Is it just my computer, or

[sage-devel] Re: talk on Sage at Emory University tomorrow

2009-02-26 Thread Robert Bradshaw
On Feb 26, 2009, at 11:06 PM, William Stein wrote: > > On Fri, Feb 27, 2009 at 1:48 AM, Alex Ghitza > wrote: >> Hi William, >> >> A few comments: >> >> page 36, first line: "An nonsingular" should be "A nonsingular" >> page 36, Faltings' theorem: "finitely rational points" should be >> "fini

[sage-devel] Re: talk on Sage at Emory University tomorrow

2009-02-26 Thread William Stein
On Fri, Feb 27, 2009 at 1:48 AM, Alex Ghitza wrote: > Hi William, > > A few comments: > > page 36, first line: "An nonsingular" should be "A nonsingular" > page 36, Faltings' theorem: "finitely rational points" should be "finitely > many rational points" > page 36, BSD: again, "finitely" should b

[sage-devel] Re: talk on Sage at Emory University tomorrow

2009-02-26 Thread William Stein
On Fri, Feb 27, 2009 at 1:58 AM, Carl Witty wrote: > > On Thu, Feb 26, 2009 at 10:04 PM, William Stein wrote: >> >> Hi, >> >> I'm giving a talk on Sage at Emory University tomorrow: >> >>   http://sage.math.washington.edu/home/wstein/tmp/talk.pdf >> >> The first half is similar to the talk I gav

[sage-devel] Re: talk on Sage at Emory University tomorrow

2009-02-26 Thread Carl Witty
On Thu, Feb 26, 2009 at 10:04 PM, William Stein wrote: > > Hi, > > I'm giving a talk on Sage at Emory University tomorrow: > >   http://sage.math.washington.edu/home/wstein/tmp/talk.pdf > > The first half is similar to the talk I gave recently at MSR.  The > second half -- on the BSD conjecture -

[sage-devel] Re: talk on Sage at Emory University tomorrow

2009-02-26 Thread Alex Ghitza
Hi William, A few comments: page 36, first line: "An nonsingular" should be "A nonsingular" page 36, Faltings' theorem: "finitely rational points" should be "finitely many rational points" page 36, BSD: again, "finitely" should be "finitely many" page 41: seeing P, 2*P, and 3*P does not really c

[sage-devel] Re: talk on SAGE today

2007-01-19 Thread William Stein
On Fri, 19 Jan 2007 19:54:50 -0800, Iftikhar Burhanuddin <[EMAIL PROTECTED]> wrote: > > > On Fri, 19 Jan 2007, William Stein wrote: >> I gave a talk on SAGE today entitled >> From SAGE 1.0 to SAGE 2.0: >> One year of hard work by over 30 people... >> >> You can look at it here: >> >>

[sage-devel] Re: talk on SAGE today

2007-01-19 Thread Timothy Clemans
He recorded it. He did not used PDF. On 1/19/07, Iftikhar Burhanuddin <[EMAIL PROTECTED]> wrote: > > > On Fri, 19 Jan 2007, William Stein wrote: > > I gave a talk on SAGE today entitled > > From SAGE 1.0 to SAGE 2.0: > > One year of hard work by over 30 people... > > > > You can look at i

[sage-devel] Re: talk on SAGE today

2007-01-19 Thread Iftikhar Burhanuddin
On Fri, 19 Jan 2007, William Stein wrote: > I gave a talk on SAGE today entitled > From SAGE 1.0 to SAGE 2.0: > One year of hard work by over 30 people... > > You can look at it here: > > http://modular.math.washington.edu/talks/2007-01-19-sage/ > > (Click on talk.html, or get the sag

[sage-devel] Re: talk on SAGE today

2007-01-19 Thread Timothy Clemans
The talk was informative. Thanks for giving it. On 1/19/07, William Stein <[EMAIL PROTECTED]> wrote: > > Hi, > > I gave a talk on SAGE today entitled > From SAGE 1.0 to SAGE 2.0: > One year of hard work by over 30 people... > > You can look at it here: > > http://modular.math.washingt