[sage-support] Problem with derivative of a constant function

2008-11-21 Thread dean moore
Haven't posted anything to this list in a long time. Posting to both lists -- unsure of proper bin. Searched googled, couldn't find this previously reported or solved -- sorry if I'm spamming. Running SAGE Version 3.1.2 on Ubuntu Linux in notebook, though about same happened command line.

[sage-support] Re: Sage search engine?

2008-04-07 Thread dean moore
I have used the following as a fudge: http://www.google.com/search?hl=enlr=as_qdr=allq=+site%3Ahttp%3A%2F%2Fsagemath.orgbtnG=Search Dean --- On Mon, Apr 7, 2008 at 5:28 PM, Michael [EMAIL PROTECTED] wrote: The search engine at the bottom of http://www.sagemath.org/documentation.html has

[sage-support] Re: Inter-disciplinary applications of Sage (biopython, etc.)

2008-03-29 Thread dean moore
For what we looking? As to explaining, What is this sage thing good for?, an organization of the somewhat-messy published documents https://www.sagenb.org/pub/ might be nice. There's some great stuff in there! Get something for Jason's colloquium talk in a week? A link on the main page

[sage-support] Published worksheets, Internal Server Error

2008-03-26 Thread dean moore
The published worksheets https://www.sagenb.org/pub/ have given an Internal Server Error for some time now. Dean --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[sage-support] Spline question

2008-03-04 Thread dean moore
Playing with splines for other reasons, I found what I beat down to the following snippet (see attached) *v = [] # Will hold points step = 0.5 # Fineness of my approximation for x in srange(0, 2*pi, step): # Fill parameter *v* with points

[sage-support] Re: Animation speed question

2008-03-04 Thread dean moore
gave up on it for this image. Thanks anyway. Will occasionally return to this -- the problem interests me. Dean --- On Sun, Mar 2, 2008 at 1:15 PM, Carl Witty [EMAIL PROTECTED] wrote: On Mar 1, 1:09 pm, dean moore [EMAIL PROTECTED] wrote: When I wrote the code living at https

[sage-support] Re: Question on published worksheets

2008-02-21 Thread dean moore
[EMAIL PROTECTED] wrote: On Wed, Feb 20, 2008 at 8:17 PM, dean moore [EMAIL PROTECTED] wrote: I recently posted on the wiggling graph problem, and do appreciate the speed at which it was pounced on. This was motivated by the published https://www.sagenb.org/home/pub/1691/ . After

[sage-support] Re: Animation wiggling question

2008-02-20 Thread dean moore
= plot(f, [-1, 3], thickness = 1, rgbcolor = (1, 0 ,0)) for i in srange(50): v.append(graph) curve = animate(v) curve.show() On Wed, 2008-02-20 at 16:01 -0600, Jason Grout wrote: dean moore wrote: I ran the code now living at https://www.sagenb.org/home/pub/1691

[sage-support] Question on published worksheets

2008-02-20 Thread dean moore
I recently posted on the wiggling graph problem, and do appreciate the speed at which it was pounced on. This was motivated by the published https://www.sagenb.org/home/pub/1691/. After doing a work-around to the wiggling graph problem, I wanted to re-upload my new improved file. But the Edit

[sage-support] More Extreme Newbie Development Questions

2008-02-17 Thread dean moore
Took me awhile to respond. Distractions. Last generated a few responses, replying to all under a new subject line (last thread was getting clogged), in no particular order, David Joyner: Thanks for the cool gif! It would be great f you could post it to http://wiki.sagemath.org/pics (or it

[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