[sage-support] Re: polynomial remainder

2010-01-05 Thread Michael Beeson
Thanks, that's a start, but my polynomials have some parameters a,b,c,... in the coefficients. In Mathematica you say PolyomialRemainder[f,g,x] where the last 'x' names the polynomial variable, so all other variables are parameters. When I tried to modify your code by inserting a=var('a') an

[sage-support] Re: polynomial remainder

2010-01-05 Thread Yann
On 5 jan, 09:37, Michael Beeson wrote: > Thanks,  that's a start,  but my polynomials have some parameters > a,b,c,... > in the coefficients.  In Mathematica you say PolyomialRemainder[f,g,x] > where the > last 'x'  names the polynomial variable, so all other variables are > parameters.  When >

Re: [sage-support] Re: polynomial remainder

2010-01-05 Thread William Stein
On Tue, Jan 5, 2010 at 12:37 AM, Michael Beeson wrote: > Thanks,  that's a start,  but my polynomials have some parameters > a,b,c,... > in the coefficients.  In Mathematica you say PolyomialRemainder[f,g,x] > where the > last 'x'  names the polynomial variable, so all other variables are > parame

[sage-support] Re: 'subprocess must have crashed' ....

2010-01-05 Thread jeff_kantor
Deleting .matplotlib and then running sage yields the same problem as before. I've updated EPD to the new distribution that was released this morning, version 6.0, with no luck. Not sure what interaction is going on, but sage definitely feels broken. On Jan 4, 8:23 pm, William Stein wrote: > On

[sage-support] Running R in the Sage notebook

2010-01-05 Thread ulfarsson
Hi, I'm trying to run R in the Sage notebook, version 4.3, under Mac OS X 10.6.2, on a Macbook Pro Intel Core 2 Duo. When I try to start the R help, by typing "help.start()" I get the following message: -- Making links in per-session dir ... sh: /Users/was/build/sage-4.3/loca

[sage-support] Re: Insert New HTML Cell?

2010-01-05 Thread jeff_kantor
Honestly, I just blurted out laughing realizing what this was about ... On Jan 4, 11:23 pm, William Stein wrote: > On Mon, Jan 4, 2010 at 8:13 PM, kcrisman wrote: > > > On Jan 4, 5:32 pm, William Stein wrote: > >> On Mon, Jan 4, 2010 at 2:24 PM, Le Fou Volant > >> wrote: > > >> > Hello, > >

[sage-support] "spinning indicator" while using Sage via bdist

2010-01-05 Thread D.C. Ernst
Greetings! I'm a new Sage user running Sage 4.3 on OSX 10.6. Yesterday, I used the following commands (obtained from kcrisman) to obtain a copy of Sage that I could run by just clicking on the pretty purple icon: export SAGE_APP_BUNDLE = "yes" export SAGE_APP_DMG = "yes" ./sage -bdist MySage Aft

[sage-support] error trying to obtain Sage via bdist

2010-01-05 Thread D.C. Ernst
I'm running Sage 4.3 on OSX 10.6 on both my office computer and my home computer. Yesterday, I used the following commands (obtained from kcrisman) to obtain a copy of Sage that I could run by just clicking on the pretty purple icon: export SAGE_APP_BUNDLE = "yes" export SAGE_APP_DMG = "yes" ./sa

Re: [sage-support] Re: 'subprocess must have crashed' ....

2010-01-05 Thread William Stein
On Tue, Jan 5, 2010 at 7:03 AM, jeff_kantor wrote: > Deleting .matplotlib and then running sage yields the same problem as > before.  I've updated EPD to the new distribution > that was released this morning, version 6.0, with no luck.  Not sure > what interaction is going on, but sage definitely

[sage-support] Re: 'subprocess must have crashed' ....

2010-01-05 Thread John H Palmieri
On Jan 5, 9:16 am, William Stein wrote: > On Tue, Jan 5, 2010 at 7:03 AM, jeff_kantor wrote: > > Deleting .matplotlib and then running sage yields the same problem as > > before.  I've updated EPD to the new distribution > > that was released this morning, version 6.0, with no luck.  Not sure >

[sage-support] Re: Insert New HTML Cell?

2010-01-05 Thread Le Fou Volant
On Jan 4, 2:32 pm, William Stein wrote: > On Mon, Jan 4, 2010 at 2:24 PM, Le Fou Volant > wrote: > > > Hello, > > > shift+left click on the blue line does work. > > > I was not "shit+left clicking" on the blue line before, but > > literally "shit+left clicking" any where between two cells. Wel

[sage-support] installing 4.3 on Snow Leopard

2010-01-05 Thread Barry Dewitt
Hi, I recently upgraded my three-year old Macbook which was running OS 10.4 to Snow Leopard (a holiday gift from the family). I downloaded sage 4.3 for 10.6 but it won't work; my terminal prints out "env: python: Bad CPU type in executable". I have a feeling (but I'm somewhat of a novice about t

Re: [sage-support] installing 4.3 on Snow Leopard

2010-01-05 Thread William Stein
On Tue, Jan 5, 2010 at 4:53 PM, Barry Dewitt wrote: > Hi, > > I recently upgraded my three-year old Macbook which was running OS > 10.4 to Snow Leopard (a holiday gift from the family).  I downloaded > sage 4.3 for 10.6 but it won't work; my terminal prints out "env: > python: Bad CPU type in exec

[sage-support] displaying graphs

2010-01-05 Thread pong
I came across a problem with padding around graphs a couple releases ago http://groups.google.com/group/sage-support/browse_thread/thread/274d540f783603e7/e662e2aad9752b0e?lnk=gst&q=pong#e662e2aad9752b0e for example k=graphs.CompleteGraph(6) show(k) shows K6 but the vertices are partially choppe