[sage-support] animation question

2008-02-14 Thread dino
I posted this to the sage-newbie list, but it never generated a response. I understand this list has more people "in the know." We have the following snippet: arm= animate([arrow((0,0),(cos(i), sin(i)), rgbcolor=(1,0,1)) for i in sra

[sage-support] Re: animation question

2008-02-14 Thread Jason Grout
dino wrote: > I posted this to the sage-newbie list, but it never generated a > response. I understand this list has > more people "in the know." > > We have the following snippet: > > arm= animate([arrow((0,0),(cos(i), sin(i)), > rgbcolor=(1,0,1)) >

[sage-support] Re: animation question

2008-02-14 Thread dean moore
Apparently I had the square brackets placed wrong. My mistake. The code *arm= animate(line([(0,0),(cos(i), sin(i))], rgbcolor=(1,0,1)) for i in srange(0, 2*pi, 0.3)) arm.show()* seems to work. Thanks ... mea culpa for not finding the

[sage-support] Re: animation question

2008-02-14 Thread William Stein
please post what you think the obvious substitution is. On 2/14/08, dino <[EMAIL PROTECTED]> wrote: > > I posted this to the sage-newbie list, but it never generated a > response. I understand this list has > more people "in the know." > > We have the following snippet: > > arm= animate([arr

[sage-support] Re: animation question

2008-02-14 Thread David Joyner
On Thu, Feb 14, 2008 at 3:34 PM, dino <[EMAIL PROTECTED]> wrote: > > I posted this to the sage-newbie list, but it never generated a > response. I understand this list has > more people "in the know." > > We have the following snippet: > > arm= animate([arrow((0,0),(cos(i), sin(i)), >

[sage-support] Sage Installation - Problem with untar-ing Linux Binaries

2008-02-14 Thread Kishore
Hi, I downloaded the latest version of sage sage-sage-2.10.1-linux- debian64-intel-x86_64-Linux.tar.gz and when I tried to install following the instructions, I was not able to untar the files completely from the tar ball. I get the following error : "gzip: stdin: unexpected end of file tar: Une

[sage-support] Re: Sage Installation - Problem with untar-ing Linux Binaries

2008-02-14 Thread William Stein
On Thu, Feb 14, 2008 at 5:23 PM, Kishore <[EMAIL PROTECTED]> wrote: > > Hi, > > I downloaded the latest version of sage sage-sage-2.10.1-linux- > debian64-intel-x86_64-Linux.tar.gz and when I tried to install > following the instructions, I was not able to untar the files > completely from th