Re: [sage-support] Re: Sage versus Excel (spreadsheets in general): Are my arguments correct and complete?

2013-01-19 Thread LFS
Thank-you. Perhaps we could add that somewhere, e.g. http://modular.math.washington.edu/edu/2012/1062/projects/final/le-kofmehl/Math480_Quick_Reference_Statistics_Final.pdf I tried everything on this page, everything on the forum, absolutely everything I could find doing a search on: sage plot hi

[sage-support] Re: matplotlib & animations

2013-01-19 Thread Dima Pasechnik
On 2013-01-19, John H Palmieri wrote: > --=_Part_158_32247560.1358624181276 > Content-Type: text/plain; charset=ISO-8859-1 > > > > On Wednesday, January 16, 2013 9:41:14 PM UTC-8, David Morawski wrote: >> >> I'm having some troubles figuring out matplotlib from within Sage. I'm >> interested

[sage-support] Re: Sage versus Excel (spreadsheets in general): Are my arguments correct and complete?

2013-01-19 Thread Dima Pasechnik
On 2013-01-17, Rolandb wrote: > --=_Part_13_32658695.1358408134034 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > Dear all, I suggested to a friend living in Africa (Lom=E9) to use Sage=20 > instead of using Excel for semi-professional work. >

Re: [sage-support] Re: Sage versus Excel (spreadsheets in general): Are my arguments correct and complete?

2013-01-19 Thread William Stein
On Sat, Jan 19, 2013 at 12:19 PM, LFS wrote: > Very badly written since I am in a hurry - IMHO: > After struggling for the last 2 weeks, I would say Excel and GeoGebra have > more functions for the statistics math classroom (e.g. RandomBetween, > CountIf). They are much more intuitive and better d

[sage-support] Re: Sage versus Excel (spreadsheets in general): Are my arguments correct and complete?

2013-01-19 Thread LFS
Very badly written since I am in a hurry - IMHO: After struggling for the last 2 weeks, I would say Excel and GeoGebra have more functions for the statistics math classroom (e.g. RandomBetween, CountIf). They are much more intuitive and better documented. And it seems to me that Sage without num

[sage-support] Re: matplotlib & animations

2013-01-19 Thread John H Palmieri
On Wednesday, January 16, 2013 9:41:14 PM UTC-8, David Morawski wrote: > > I'm having some troubles figuring out matplotlib from within Sage. I'm > interested in doing some animations, so I started with the first > exampleon > matplo

[sage-support] Re: matplotlib & animations

2013-01-19 Thread LFS
P.S. the animation iterates 5 times and stops (you can see the code * iterations=5*) so if the point stops moving before you get all there, just change the number or reload. :) > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to thi

[sage-support] Re: matplotlib & animations

2013-01-19 Thread LFS
Hi - I am like the a total amateur with sage, but here is a page that I did with animation - credit: Nils Brun http://sage.math.canterbury.ac.nz/home/lfahlberg/58/ I see it is still working. It has 5-6 plots so with the current java problems, be prepared to click on Run a gazillion times. The a

Re: [sage-support] Leading order of a polynomial

2013-01-19 Thread John Cremona
min(p.exponents()) gives it. I have not head of the expression "leading order", and maybe the people who implemented polynomials in Sage had not either! John Cremona On 19 January 2013 16:34, marco nijmeijer wrote: > Suppose I have a polynomial p like > > R.=PolynomialRing(SR) > p= x^3+x^4+x^5

[sage-support] Leading order of a polynomial

2013-01-19 Thread marco nijmeijer
Suppose I have a polynomial p like R.=PolynomialRing(SR) p= x^3+x^4+x^5 Its leading order is 3 and its degree is 5. I know how to get the degree: p.degree() and I assume there is something equally simple to get the leading order. I can't find it though. Thank you for any assistence. -- You re

[sage-support] Re: limit() causes Stack overflow. Jumping to the outermost toplevel prompt

2013-01-19 Thread Dima Pasechnik
On 2013-01-18, Dima Pasechnik wrote: > On 2013-01-18, Dima Pasechnik wrote: >> On 2013-01-18, Georgi Guninski wrote: >>> n=var('n') >>> a=log(-1/3125*((-1/2*sqrt(5) + 1/2)^n - (1/2*sqrt(5) + >>> 1/2)^n)^9*sqrt(5))/log(-1/5*((-1/2*sqrt(5) + 1/2)^(8*n) - (1/2*sqrt(5) + >>> 1/2)^(8*n))*((-1/2*sqr

[sage-support] matplotlib & animations

2013-01-19 Thread David Morawski
I'm having some troubles figuring out matplotlib from within Sage. I'm interested in doing some animations, so I started with the first exampleon matplotlib.org. I downloaded the source code