Re: [sage-support] Re: Sage on multi cpu architecture

2014-02-28 Thread Alex Lara
I will try. Thank you Alex. El viernes, 28 de febrero de 2014 17:04:51 UTC-6, William escribió: > > On Fri, Feb 28, 2014 at 3:00 PM, Alex Lara > > wrote: > > I will try to explain myself better. > > > > I am working with power sums: sum 1/a^k, (k positive integ

[sage-support] Re: Sage on multi cpu architecture

2014-02-28 Thread Alex Lara
to work in parallel to take advantage of the several processors/cores. Thanks, Alex. El viernes, 28 de febrero de 2014 12:22:28 UTC-6, Alex Lara escribió: > > Hi everybody, > > I am using sagemath in server with several processors/cores, but its not > using > all the CPU

[sage-support] Sage on multi cpu architecture

2014-02-28 Thread Alex Lara
Hi everybody, I am using sagemath in server with several processors/cores, but its not using all the CPU resources. Most of the CPU are sitting idle. Is it possible to build sage in such a way that all the cpu/cores? Sage version: 'Sage Version 6.0, Release Date: 2013-12-17' System informatio

Re: [sage-support] Change default prec to LaurentSeriesRing

2013-09-03 Thread Alex Lara
I found it. sage: LS. = LaurentSeriesRing(GF(3)) sage: LS.default_prec() 20 sage: LS.set_default_prec(30) sage: LS.default_prec() 30 Alex Lara. El martes, 3 de septiembre de 2013 05:51:02 UTC-5, Alex Lara escribió: > > Thank you for your answer. > I know that default_prec is an o

Re: [sage-support] Change default prec to LaurentSeriesRing

2013-09-03 Thread Alex Lara
Thank you for your answer. I know that default_prec is an option in newest versions of sage. But in Sage 5.2 and older versions it seems there is not a way to change the precision, and for now I can not upgrade sage. Alex Lara El martes, 3 de septiembre de 2013 03:19:44 UTC-5, John Cremona

[sage-support] Change default prec to LaurentSeriesRing

2013-09-02 Thread Alex Lara
Hi everybody, Is there a way to change the default precision to LaurentSeriesRing in Sage 5.2? Thank you, Alex Lara Universidad Autónoma de Yucatán México -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this

[sage-support] Re: Asking whether a number is in QQ or not

2011-09-15 Thread Alex Lara
Thank you to all of you! On Sep 15, 12:59 pm, Simon King wrote: > PS: > > >    sage: cm.explain(QQ, b.parent()) > > I forgot to copy-and-paste the definition of "cm". It was: > >   sage: from sage.structure.element import get_coercion_model >   sage: cm = get_coercion_model() > > Cheers, > Simon

[sage-support] Asking whether a number is in QQ or not

2011-09-14 Thread Alex Lara
: TypeError: unable to convert 1/8*(sqrt(-3) + 1)^3 to a rational Thanks Alex Lara -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http

[sage-support] Re: Trouble with sage installation on Ubuntu 11.04

2011-05-01 Thread Alex Lara
I'm trying to build sage 4.6.2 from source. The output is here http://dl.dropbox.com/u/5510419/test.log I will run the long test and as soon as it finishes I will post the output. Best wishes---Alex On 1 mayo, 02:52, "Dr. David Kirkby" wrote: > On 04/30/11 09:59 PM, Alex Lar

[sage-support] Re: Trouble with sage installation on Ubuntu 11.04

2011-04-30 Thread Alex Lara
The command ./sage -f python (after install libssl-dev) did not work, but sage -f python-2.6.4.p10.spkg did work (I think). I ran make test. The following test failed: sage -t -force_lib "devel/sage/sage/rings/number_field/ number_field.py" Do you think my build is ok now? Best regards

[sage-support] Re: Trouble with sage installation on Ubuntu 11.04

2011-04-29 Thread Alex Lara
emath.org/sage_trac/ticket/11243and the > threadhttp://groups.google.com/group/sage-devel/browse_thread/thread/593b9a... > useful.  We are tracking this problem. > > - kcrisman > > On Apr 29, 2:51 pm, Alex Lara wrote: > > > > > > > > > Dear all, > > &

[sage-support] Trouble with sage installation on Ubuntu 11.04

2011-04-29 Thread Alex Lara
Dear all, Sage failed to install in ubuntu 11.04. I get the following error: ImportError: No module named crypt Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. Any idea of how to fix this? Thanks in advance: Alex Lara. -- To

[sage-support] Is this a bug?

2010-09-17 Thread Alex Lara
Hi everyone In Sage 4.5.2 and Sage 4.5.3, I get the following error using partial_fraction_decomposition() sage: R. = GF(3)[] sage: q = (x+1)/(x^3+x+1) sage: q.partial_fraction_decomposition() --- AttributeError

[sage-support] Re: kash 2.5 in Sage

2010-05-19 Thread Alex Lara
That's right William, the command line interface is different. Thank you Alex. On 19 mayo, 11:10, William Stein wrote: > On Wed, May 19, 2010 at 7:53 AM, Alex Lara wrote: > > Hi everybody, > > > Is it possible to install kash 2.5 in sage? I need to compute the >

[sage-support] kash 2.5 in Sage

2010-05-19 Thread Alex Lara
Hi everybody, Is it possible to install kash 2.5 in sage? I need to compute the class group of function fields, but I couldn't with kash 3. Thanks, Alex -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...

[sage-support] Error when running Notebook: Error showing url: There was an error launching the default action command associated with this location

2009-03-19 Thread Alex Lara
:51-0700 [-] Starting factory Error showing url: There was an error launching the default action command associated with this location. If after that, in the url of firefox I type http://localhost:8000 it begins to work. Any idea why it does not work? ---Alex Lara

[sage-support] Re: Object changes its contents after saved (sage 3.1.1)

2009-03-10 Thread Alex Lara
Hi Craig, I think it is better option (1), but where can I get 3.4.rcl? I don't see it in the website of Sage. In your opinion, which option is better? ---Alex On 9 mar, 21:21, Craig Citro wrote: > Hi Alex, > > > After I found a bug in sage 3.2.3 ( see Division error in Sage 3.3 but > > not i

[sage-support] Object changes its contents after saved (sage 3.1.1)

2009-03-09 Thread Alex Lara
print (k,G[k]) Some idea of how to fix this? Thanks, Alex Lara. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options,

[sage-support] Re: Division error in Sage 3.3 but not in Sage 3.1.1

2009-03-07 Thread Alex Lara
age: hn = fn*gd+fd*gn > sage: hd = fd*gd > sage: hn.gcd(hd) > t^3 + 2*t^2 > sage: hn/hd > (2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + t^7 + > t^6 + t^5 + t^4 + t^3 + t^2 + t + 1)/(t^17 + t^9 + t) > > sage 3.4.alpha0 gives the same thing. > > John

[sage-support] Division error in Sage 3.3 but not in Sage 3.1.1

2009-03-06 Thread Alex Lara
Hi guys, I recently upgrade sage from 3.2.3 to 3.3. I'm also have sage 3.1.1 The thing is that the following commands give different results: F.=FiniteField(9) A. = PolynomialRing(F) K. = FractionField(A) f= 2/(t^2+2*t); g =t^9/(t^18 + t^10 + t^2);f+g In 3.1.1 gives the right answer (I guess) b

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread Alex Lara
: > William Stein wrote: > > > On Thu, 05 Mar 2009 at 10:45PM -0800, Alex Lara wrote: > > >> *** - invalid byte #xC3 in CHARSET:ASCII conversion > > Try this: change the environment variable LC_CTYPE > e.g. LC_CTYPE=ES_es or LC_CTYPE=ES_es.UTF-8 or something > like that.

[sage-support] Re: Problems using sagetex package

2009-03-06 Thread Alex Lara
; On Fri, Mar 6, 2009 at 1:33 AM, Dan Drake wrote: > > On Thu, 05 Mar 2009 at 10:45PM -0800, Alex Lara wrote: > >> > What do you get when you run "sage -maxima"? > > >> > --Mike > > >> I got this: > > >> *** - invalid byte #xC3 in

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
On Mar 5, 11:13 pm, Mike Hansen wrote: > Hi Alex, > > On Thu, Mar 5, 2009 at 9:37 PM, Alex Lara wrote: > > > Hi Marshall > > > I'm using Ubuntu 8.04, in a laptop Dell inspiron 1420. I installed > > from source. I have 3.1.1. and 3.2.3. I was checking, maxim

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
pm, Marshall Hampton wrote: > What operating system and type of computer are you using?  Did you > install from source or with a binary? > > -M. Hampton > > On Mar 5, 9:42 pm, Alex Lara wrote: > > > Hi Drake, > > > I didn't work. I have to versions of sage (3

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
Hi Drake, I didn't work. I have to versions of sage (3.1.1 and 3.2.3) running on my laptop. Really I don't have any clue of what's happening. ---Alex. On Mar 5, 4:03 pm, Dan Drake wrote: > On Thu, 05 Mar 2009 at 05:44AM -0800, Alex Lara wrote: > > Hi Dan, > &

[sage-support] Re: Problems using sagetex package

2009-03-05 Thread Alex Lara
is the man to ask -- I'm pretty sure he reads sage-support, > > He not only reads sage-support, but occasionally refers to himself in > the third person... > > As for your question: > > > > On Wed, 04 Mar 2009 at 10:35PM -0800, Alex Lara wrote: > > I w

[sage-support] Problems using sagetex package

2009-03-04 Thread Alex Lara
Hi there, I was trying to use the sagetex package unsuccessfully. I tried with example.tex. After I start running sage example.tex I got the following messages: Processing Sage code for example.tex... Inline formula 0 Inline formula 1 Inline formula 2 Inline formula 3 Code block begin... Err

[sage-support] Re: I can't load objets in Sage 3.2.3 that were created in Sage 3.1.1

2009-03-04 Thread Alex Lara
Hi cc, Every thing works ok. I already did a proof with one object and there was no problem. There was no DeprecationWarning. Thanks a lot, you're a genius man. I'll abuse of your amability, and ask a new question. Please, if you do not have time, don't worry. I know you are very busy with your

[sage-support] Re: I can't load objets in Sage 3.2.3 that were created in Sage 3.1.1

2009-03-02 Thread Alex Lara
work for you -- you have to build 3.1.1 on your > laptop.) > > -cc > > On Mon, Mar 2, 2009 at 10:32 AM, Alex Lara wrote: > > > Hey Craig, > > > I have 3.2.3  in my laptop, but I use the machines of the University > > (which have 3.1.1) to do computations that

[sage-support] Re: I can't load objets in Sage 3.2.3 that were created in Sage 3.1.1

2009-03-02 Thread Alex Lara
work for you -- you have to build 3.1.1 on your > laptop.) > > -cc > > On Mon, Mar 2, 2009 at 10:32 AM, Alex Lara wrote: > > > Hey Craig, > > > I have 3.2.3  in my laptop, but I use the machines of the University > > (which have 3.1.1) to do computations that

[sage-support] Re: I can't load objets in Sage 3.2.3 that were created in Sage 3.1.1

2009-03-02 Thread Alex Lara
give you a patch against 3.1.1 than a patch > against 3.2.3 ... > > -cc > > On Mon, Mar 2, 2009 at 10:06 AM, Alex Lara wrote: > > > Hi Craig, > > > Thanks for explanation, it was clear. Now I have six files, but the > > program is still running and will generat

[sage-support] Re: I can't load objets in Sage 3.2.3 that were created in Sage 3.1.1

2009-03-02 Thread Alex Lara
Hi Craig, Thanks for explanation, it was clear. Now I have six files, but the program is still running and will generate more files. So, I would love you can explain me how to fix the problem. Thanks, Alex On 1 mar, 23:41, Craig Citro wrote: > >> From command line of Sage 3.1.1, I saved s

[sage-support] Re: I can't load objets in Sage 3.2.3 that were created in Sage 3.1.1

2009-03-01 Thread Alex Lara
ara/test.sobj Alex On 1 mar, 09:34, Mike Hansen wrote: > Hi Alex, > > On Sun, Mar 1, 2009 at 8:20 AM, Alex Lara wrote: > > > I'm using Sage 3.2.3. I can't load objects created and saved with Sage > > 3.1.1. I got the following message: > >  DeprecationWa

[sage-support] I can't load objets in Sage 3.2.3 that were created in Sage 3.1.1

2009-03-01 Thread Alex Lara
I'm using Sage 3.2.3. I can't load objects created and saved with Sage 3.1.1. I got the following message: DeprecationWarning: Your data is stored in an old format. Please use the save() function to store your data in a more recent format. --~--~-~--~~~---~--~~ To