[sage-support] Re: group rings question

2008-06-29 Thread Mike Hansen
Hello, Sorry I didn't get in on this sooner -- I've been really busy with things this past week. Anwyays, CombinatorialAlgebra is getting a bit of an update, and the changes are on the sage-combinat patch repository. You can see a working group ring here: http://sage.math.washington.edu:8837/h

[sage-support] Nullstellensatz certificates

2008-06-29 Thread Alex Raichev
Dear Sage support: Hilbert's Nullstellensatz states that a system of polynomial equations f_1(x) = 0,..., f_s (x) = 0, where f_i in K[x_1,..., x_n ] and K is an algebraically closed field, has no solution in K^n if and only if there exist polynomials a_1,..., a_s in K[x_1,..., x_n ] such that 1

[sage-support] Re: group rings question

2008-06-29 Thread David Joyner
On Sun, Jun 29, 2008 at 9:12 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Sat, Jun 28, 2008 at 11:47 AM, David Joyner <[EMAIL PROTECTED]> wrote: >> >> If you attach a file containing >> >> ## >> >> def PermutationGroupRing(R,G)

[sage-support] Re: group rings question

2008-06-29 Thread William Stein
On Sat, Jun 28, 2008 at 11:47 AM, David Joyner <[EMAIL PROTECTED]> wrote: > > If you attach a file containing > > ## > > def PermutationGroupRing(R,G): >return PermutationGroupRing_generic(R,G) > > class PermutationGroupRing_gener

[sage-support] Re: Mac: Should Sage use Frameworks?

2008-06-29 Thread William Stein
On Sun, Jun 29, 2008 at 6:02 PM, Owen <[EMAIL PROTECTED]> wrote: > > (BTW: Thanks for the *fast* response to my Circle question earlier!) > > This is a more general question: should Sage or other large systems > use the Mac frameworks on Macs? Or more generally, shared libraries > on other system

[sage-support] Mac: Should Sage use Frameworks?

2008-06-29 Thread Owen
(BTW: Thanks for the *fast* response to my Circle question earlier!) This is a more general question: should Sage or other large systems use the Mac frameworks on Macs? Or more generally, shared libraries on other systems/distros? I ask because I recently downloaded GRASS, a large GIS system.

[sage-support] Re: Circle demo yields an ellipse!

2008-06-29 Thread William Stein
On Sun, Jun 29, 2008 at 5:31 PM, Owen <[EMAIL PROTECTED]> wrote: > > The first example here: > http://www.sagemath.org/doc/html/tut/node21.html > .. shows creating a circle plot via: > L = [[cos(pi*i/100),sin(pi*i/100)] for i in range(200)] > p = polygon(L, rgbcolor=(1,1,0)) > p.save() ##

[sage-support] Re: Circle demo yields an ellipse!

2008-06-29 Thread Yi Qiang
Good catch. Maybe the documentation should be updated to use p.show(aspect_ratio=1) ? On Sun, Jun 29, 2008 at 5:31 PM, Owen <[EMAIL PROTECTED]> wrote: > > The first example here: > http://www.sagemath.org/doc/html/tut/node21.html > .. shows creating a circle plot via: > L = [[cos(pi*i/100),sin(p

[sage-support] Circle demo yields an ellipse!

2008-06-29 Thread Owen
The first example here: http://www.sagemath.org/doc/html/tut/node21.html .. shows creating a circle plot via: L = [[cos(pi*i/100),sin(pi*i/100)] for i in range(200)] p = polygon(L, rgbcolor=(1,1,0)) p.save() ## or p.show() When I try this, I get an ellipse! Or more precisely, the plot

[sage-support] Re: Update SAGE: sws files lost!

2008-06-29 Thread Marshall Hampton
I don't use the vmware version, but you should be able to save sws files somewhere else on your system as a backup, from the notebook. -M. Hampton On Jun 29, 2:57 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Jun 29, 12:52 pm, Rolandb <[EMAIL PROTECTED]> wrote: > > Hi, > > > A huge di

[sage-support] Re: Update SAGE: sws files lost!

2008-06-29 Thread mabshoff
On Jun 29, 12:52 pm, Rolandb <[EMAIL PROTECTED]> wrote: Hi, > A huge dissatisfier for the third time .. > > I update VMARE (to version 2.04) and thereafter SAGE (from 3.0 to > 3.0.3). > > This is the third time I lost all my notebook files (sws) ... > > How can this be avoided!! Please help, bec

[sage-support] Update SAGE: sws files lost!

2008-06-29 Thread Rolandb
A huge dissatisfier for the third time .. I update VMARE (to version 2.04) and thereafter SAGE (from 3.0 to 3.0.3). This is the third time I lost all my notebook files (sws) ... How can this be avoided!! Please help, because many days of work are now 'lost'. Thanks in advance. Roland --~--~-