[sage-support] Re: BooleanPolynomialRing in standalone python script

2014-03-17 Thread Nils Bruin
On Sunday, March 16, 2014 10:14:43 PM UTC-7, Prakash Dey wrote: but when i want to run the file test.sage #/usr/bin/sage -python R.a,b,c=BooleanPolynomialRing(3) print (a+b+c)*(a+b) Don't put the -python there. You want this file to be run through sage's preprocessor. So keep the .sage

Re: [sage-support] Standard Sage Compile Flags

2014-03-17 Thread Jeroen Demeyer
On 2014-03-17 01:03, Brian Wissman wrote: I've tried globally setting the CFLAGS parameter, but it doesn't seem to make any difference in the compiled program. It should make a difference, but only after recompiling MPIR and MPFR. My guess is that either your C compiler doesn't support

[sage-support] Re: Cannot open Sage in VirtualBox (sagevm login?)

2014-03-17 Thread Dima Pasechnik
On 2014-03-16, Ivo Pezelj pezelj...@gmail.com wrote: Hi there, It seems like loading Sage from VirtualBox is meant to be a simple task, but for some reason it does not work for me. I downloaded .ova file normally and installed VirtualBox (obviously I'm using Windows). I loaded .ova into

[sage-support] how to get Divisor of prime ideal?

2014-03-17 Thread cjsh100 cjsh100
I want get Divisor from some ideal,but only can ideal'denominator run.. http://sagenb.skku.edu/home/pub/205/ -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-support] is there a magma group in google or BBS?

2014-03-17 Thread cjsh100 cjsh100
I try magma online,but many questions want to ask -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to

[sage-support] Re: Cannot open Sage in VirtualBox (sagevm login?)

2014-03-17 Thread cjsh100 cjsh100
a months age,I run normal,32 bit win xp,about 20 min's,all OK 在 2014年3月17日星期一UTC+8上午4时03分34秒,Ivo Pezelj写道: Hi there, It seems like loading Sage from VirtualBox is meant to be a simple task, but for some reason it does not work for me. I downloaded .ova file normally and installed

[sage-support] who can help me to sign in sage 6.11?

2014-03-17 Thread cjsh100 cjsh100
I want try 6.11,but no place to sign in,here has a button to sign in, http://sage.colorado.edu/register I try many times,but cannot sign in,I have try to break China Great Wall (use two diferent USA vpn+ipv6),but still cannot sign in if your sign in,please send to my my em:cjsh...@gmail.com

[sage-support] Re: who can help me to sign in sage 6.11?

2014-03-17 Thread Dima Pasechnik
On 2014-03-17, cjsh100 cjsh100 cjsh...@gmail.com wrote: I want try 6.11,but no place to sign in,here has a button to sign in, http://sage.colorado.edu/register this is a Colorado University-only server, it seems. Can you login to http://cloud.sagemath.com ? This should work for everyone.

[sage-support] Re: Deleting input cells on Macbook Pro

2014-03-17 Thread kcrisman
Wondering how I select a large number of input cells in a Sage Worksheet and delete them. D. Hi! Probably the easiest way to do this is to actually go to 'Edit' and delete them in that text-only interface. This is what I do, anyway. Good luck! -- You received this message because

[sage-support] Re: Coercion between polynomial rings gives parent sympy.core.add.Add

2014-03-17 Thread Tristan
Thanks for the pointer towards the relevance of my observation. I was using Python code to generate the polynomial in the case when it didn't work, and copying the same code into the Sage worksheet avoids the error. I'm still a little unsure as to why the parent of the f was the univariate

[sage-support] Re: Coercion between polynomial rings gives parent sympy.core.add.Add

2014-03-17 Thread Tristan
It appears that I was wrong about what was causing the problem as I still get the error. I've moved to using the cloud version as I had thought that there is a problem with my installation. Ideally I want to take a given integer and construct a polynomial from its base m expansion for some n.

[sage-support] Readonly access to ask.sagemath.org

2014-03-17 Thread martin . vgagern
Is it possible to restore at least read-only service to ask.sagemath.org? A lot of questions seem to have answers there, according to the excerpts which pop up in Google searches, but the answers themselves are unavailable due to the down-time. And I fear that with time, if the site remains

Re: [sage-support] Readonly access to ask.sagemath.org

2014-03-17 Thread William Stein
On Mon, Mar 17, 2014 at 9:09 AM, martin.vgag...@gmx.net wrote: Is it possible to restore at least read-only service to ask.sagemath.org? A lot of questions seem to have answers there, according to the excerpts which pop up in Google searches, but the answers themselves are unavailable due to

[sage-support] Re: Coercion between polynomial rings gives parent sympy.core.add.Add

2014-03-17 Thread Ralf Stephan
I have no problems running your code with nfs(137,1000,2,36). Please post your full error message. -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-support] Re: Connection beetwen sage and notebook/sagemathcloud

2014-03-17 Thread Andrey Novoseltsev
Is it at all possible to hook into (I)Python to catch traceback and replace it with a translation? Such an approach would work with all frontends including SMC. There can be a problem with error messages that are constructed from pieces, but, of course, even partial translation is better than

Re: [sage-support] Re: Connection beetwen sage and notebook/sagemathcloud

2014-03-17 Thread William Stein
On Mon, Mar 17, 2014 at 5:00 PM, Andrey Novoseltsev novos...@gmail.com wrote: Is it at all possible to hook into (I)Python to catch traceback and replace it with a translation? Such an approach would work with all frontends including SMC. There can be a problem with error messages that are