[sage-support] Re: Sage Crash Report

2022-07-31 Thread domingo.domingogo...@gmail.com
That was the problem. I copy the files and now everything works. Many thanks for spotting the problem. On Saturday, 30 July 2022 at 15:25:54 UTC+2 Marc Culler wrote: > The reason it works for one user and not for the other is because > libgsl.25.dylib > exists within one user's.conda/envs/sage

Re: [sage-support] Groups and representation of an element

2012-10-14 Thread domingo.domingogo...@gmail.com
Thank you very much! Sorry, it was really clear. I didn't know the technical name. Best regards, Domingo -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from thi

[sage-support] Groups and representation of an element

2012-10-14 Thread domingo.domingogo...@gmail.com
Hi, My question is the following, I have a permutation group defined by generators, g_1,..,g_n So if these elements are in a list (lets call it L) then I can do S=PermutationGroup(L) and I can check if a permutation g is in the group, just writting g in S Fine, but in the case that g is in S

[sage-support] Re: build fails on Fedora 14

2011-01-10 Thread domingo.domingogo...@gmail.com
One thing, this is a problem with SELinux. I change something in SELinux policy and it compiled. What has been change in sage to make that compile? On 10 ene, 18:58, Volker Braun wrote: > Fixed in the 4.6.1.rc-series. The 4.6.1 release should be out rather soon... -- To post to this group, send

[sage-support] Re: error occurred while installing libgcrypt-1.4.4.p2: undefined reference to symbol 'gpg_strerror'

2010-05-29 Thread domingo.domingogo...@gmail.com
Thank you very much! That has worked! Cheers, Domingo On 28 mayo, 23:01, Mike Hansen wrote: > On Fri, May 28, 2010 at 12:36 AM, domingo.domingogo...@gmail.com > > wrote: > > I have all the necessary packages and additionally libgpg-error and > > libgpg-error-devel, could s

[sage-support] error occurred while installing libgcrypt-1.4.4.p2: undefined reference to symbol 'gpg_strerror'

2010-05-28 Thread domingo.domingogo...@gmail.com
Hi to all, I have installed the latest Fedora 13 with the latest sage 4.4.2 from source. The computer architecture is 32 bits and I install all the necessary compilers and libgpg-error-devel using yum. When I tried to build from source, it appears this message error: gcc -I/home/Rohan/Software/sag

[sage-support] Re: nearest integral vector with LLL

2009-10-28 Thread domingo.domingogo...@gmail.com
ice I am dealing with is just the > ring of integers. Say for an element in my field, I would like to have a > nearest integer with respect to the usual complex norm or the norm map. Is > that possible in sage? > > Regards, > > On Tue, Oct 27, 2009 at 10:37 AM, doming

[sage-support] Re: nearest integral vector with LLL

2009-10-27 Thread domingo.domingogo...@gmail.com
Hi Adam, What do you need, the exact result or just an approximation is sufficient? NTL has a function to search for the nearest vector, however, it applies only to full-rank lattices. Best Regards, Domingo On Oct 26, 7:39 pm, adam mohamed wrote: > Hi All, > >  I would like to know if the sear

[sage-support] Re: sage on my machine

2009-04-01 Thread domingo.domingogo...@gmail.com
And what happens if you put in your browser https://localhost:8000 ? I mean, firefox of course, it doesn't work with konqueror On 1 abr, 22:31, nerak99 wrote: > This is the second compile of sage and when runnig notebook() I get a > error message even though sage appears to be working OK. The m

[sage-support] Re: Get the number of variables of multivariate polynomial

2009-04-01 Thread domingo.domingogo...@gmail.com
Thanks again!! Best regards, Domingo On 31 mar, 22:12, William Stein wrote: > On Tue, Mar 31, 2009 at 12:24 PM, domingo.domingogo...@gmail.com > > wrote: > > > Thank you very much Martin and William. > > Domingo, > > > P. d. One question, for the next t

[sage-support] Re: Get the number of variables of multivariate polynomial

2009-03-31 Thread domingo.domingogo...@gmail.com
arch 2009, William Stein wrote: > >> R.ngens() > > >> On Tue, Mar 31, 2009 at 7:58 AM, domingo.domingogo...@gmail.com > > >> wrote: > >> > Dear all, > >> > I am new to Sage and after reading the help, I couldn't find a > >> &

[sage-support] Get the number of variables of multivariate polynomial

2009-03-31 Thread domingo.domingogo...@gmail.com
Dear all, I am new to Sage and after reading the help, I couldn't find a function that from a multivariate polynomial returns the number of variables. if R=PolynomialRing(ZZ, 20, "z",order="deglex") f=R.0*R.1 I would like to see that the method returns the number of variables of f. Thanks very mu