[sage-support] Re: How set UTF8 on the sage Notebook published page automatically?

2009-02-08 Thread mabshoff
On Feb 8, 8:01 pm, Dan Drake wrote: > On Sun, 08 Feb 2009 at 06:47PM -0800, NoSyu wrote: > > Thanks to reply my post. > > > Actually, in firefox it works well. > > > But as you know, Windows IE is popular Web browser. Therefore I can't > > say 'You should use firefox to see this comments' to al

[sage-support] Re: interact input box problem

2009-02-08 Thread Timothy Clemans
I'm able to reproduce this on sagenb.org on a Mac with FF3. On Sun, Feb 8, 2009 at 11:00 PM, kcrisman wrote: > > Dear Support, > > On sagenb.org, try making an interact with an input box explicitly > defined, e.g. > > @interact > def plotfunction(f=input_box(x^2)): >P=plot(f,0,1) >show(P

[sage-support] Re: How set UTF8 on the sage Notebook published page automatically?

2009-02-08 Thread NoSyu
Thanks to fix this problem. Have a nice day~^^ On 2월9일, 오후1시01분, Dan Drake wrote: > On Sun, 08 Feb 2009 at 06:47PM -0800, NoSyu wrote: > > Thanks to reply my post. > > > Actually, in firefox it works well. > > > But as you know, Windows IE is popular Web browser. Therefore I can't > > say 'You

[sage-support] Re: How set UTF8 on the sage Notebook published page automatically?

2009-02-08 Thread Dan Drake
On Sun, 08 Feb 2009 at 06:47PM -0800, NoSyu wrote: > Thanks to reply my post. > > Actually, in firefox it works well. > > But as you know, Windows IE is popular Web browser. Therefore I can't > say 'You should use firefox to see this comments' to all users. I am painfully aware of how popular IE

[sage-support] interact input box problem

2009-02-08 Thread kcrisman
Dear Support, On sagenb.org, try making an interact with an input box explicitly defined, e.g. @interact def plotfunction(f=input_box(x^2)): P=plot(f,0,1) show(P) It works fine in the sense that whatever you type in does what it should. But what's up with how the input box appears? It

[sage-support] Re: How set UTF8 on the sage Notebook published page automatically?

2009-02-08 Thread NoSyu
Thanks to reply my post. Actually, in firefox it works well. But as you know, Windows IE is popular Web browser. Therefore I can't say 'You should use firefox to see this comments' to all users. I think there is no the meta html code to say about page. http://www.sagenb.org/home/pub/220/ I w

[sage-support] Re: How set UTF8 on the sage Notebook published page automatically?

2009-02-08 Thread Dan Drake
Hello, On Fri, 06 Feb 2009 at 06:27AM -0800, NoSyu wrote: > Hello~ > > I test the sage on the sage Notebook homepage. > > http://www.sagenb.org > > So I wrote the code and comments and published it. > > http://www.sagenb.org/home/pub/209/ > > I'm Korean and I want to show my code to my friend

[sage-support] Re: Sagetex issues

2009-02-08 Thread Dan Drake
On Fri, 06 Feb 2009 at 09:16AM -0600, Jason Grout wrote: > That said, Dan, what do you think of using the shell-escape option to > run Sage directly? I agree with Harald's idea -- if you have lengthy computations in your document and fix a misspelling, it would be annoying to wait while Sage recom

[sage-support] Re: Conjugates

2009-02-08 Thread William Stein
On Sun, Feb 8, 2009 at 12:24 PM, shreevatsa wrote: > > Hello, > > A friend of mine wanted to know all the conjugates of a particular > algebraic number, and I was trying to figure out the right way of > finding them with Sage. Sorry if this is too trivial a question. > > This is what I tried: > >

[sage-support] Conjugates

2009-02-08 Thread shreevatsa
Hello, A friend of mine wanted to know all the conjugates of a particular algebraic number, and I was trying to figure out the right way of finding them with Sage. Sorry if this is too trivial a question. This is what I tried: sage: t = sqrt(2-sqrt(2)) + i*sqrt(sqrt(2)-1) sage: p = t.mi

[sage-support] Re: error when computing Groebner basis

2009-02-08 Thread Adela
Thank you very much! I applied this and no more error. For the moment at least. It's been computing for 2 hours and I still don;t get any answer. I guess it's normal, the computations are enough large. Is there a possiblity to make it verbose? I mean, to have a feedback from it, to know that it

[sage-support] Re: trouble with modular forms in SAGE

2009-02-08 Thread Giuseppe Molteni (giuseppe.molteni1)
Thank you, again. I'll use SAGE on sage.org. With my best compliments for your extraordinarly good job with SAGE; best regards, Beppe - Messaggio Originale - Da: William Stein Data: Venerdi', Febbraio 6, 2009 8:32 pm Oggetto: [sage-support] Re: trouble with modular forms in SAGE A: sage-

[sage-support] Re: How to compute half-weight coefficients?

2009-02-08 Thread Kim
Thank you for your help! On Feb 3, 4:25 pm, William Stein wrote: > On Tue, Feb 3, 2009 at 2:24 PM, Kim wrote: > > > Thank you for telling me about this function.  What do I need to put > > for the chi parameter  to compute a weight 5/2, level 4*13 form? It > > seems 4*13 needs to be divisible

[sage-support] Re: error when computing Groebner basis

2009-02-08 Thread Martin Albrecht
> sage: I.groebner_basis() Try: I.groebner_basis(faugere=False,linear_algebra_in_last_block=False) This disables M4RI (which runs out of memory). If that still fails, you're out of luck and your computer can't handle the computation you're throwing at it. Martin -- name: Martin Albrecht

[sage-support] Re: Fwd: error installing gnuplot

2009-02-08 Thread William Stein
On Sun, Feb 8, 2009 at 12:21 AM, mabshoff wrote: > > > > On Feb 8, 12:13 am, William Stein wrote: > > > >> I hope the following is helpful. >> >> The only reason for an end user to install the gnuplot package is of >> they can't install it any other way. Sage doesn't do any binary >> linking a

[sage-support] Re: Fwd: error installing gnuplot

2009-02-08 Thread mabshoff
On Feb 8, 12:13 am, William Stein wrote: > I hope the following is helpful. > > The only reason for an end user to install the gnuplot package is of > they can't install it any other way.  Sage doesn't do any binary > linking at all to gnuplot.   As long as a gnuplot command is installed > a

[sage-support] Re: Errors in make test run on fresh sage install.

2009-02-08 Thread mabshoff
On Feb 8, 12:11 am, goodolde...@comcast.net wrote: > Hello Michael Hi Earl, > I'm running Bash shell. Ok. > Tried a couple more times to make this work and while doing so noticed > something interesting.  When I installed this thing I placed it into a > "/home/earl" user directory however I

[sage-support] Re: attach works in command line but not in notebook

2009-02-08 Thread Marshall Hampton
OK, this is now trac ticket #5206. -M. Hampton On Feb 8, 4:09 am, ricardomayerb wrote: > Thanks, Adrian, Marshall. > > I can confirm that it has something to do with carriage return. I can > summarize things this way: > > --> using quotes around the path didn't solve the problem > > --> changi

[sage-support] Re: Fwd: error installing gnuplot

2009-02-08 Thread William Stein
On Sun, Feb 8, 2009 at 12:01 AM, mabshoff wrote: > > > > On Feb 7, 11:53 pm, mhampton wrote: >> I thought sage-support might be a better spot for this. I helped >> Patrick install gnuplot once, but he is trying again because it was >> slightly unhappy about some aqua support issue that he think

[sage-support] Re: Errors in make test run on fresh sage install.

2009-02-08 Thread goodoldearl
Hello Michael I'm running Bash shell. Tried a couple more times to make this work and while doing so noticed something interesting. When I installed this thing I placed it into a "/home/earl" user directory however I ran the make as root as it would not run as normal user. I just tried a coupl

[sage-support] Re: Fwd: error installing gnuplot

2009-02-08 Thread mabshoff
On Feb 7, 11:53 pm, mhampton wrote: > I thought sage-support might be a better spot for this.  I helped > Patrick install gnuplot once, but he is trying again because it was > slightly unhappy about some aqua support issue that he thinks he has > fixed.  He is using gnuplot for some legacy-code