[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/lib directory but it does not 
> exist within the other user's .conda/envs/sage/lib directory.
>
> On Saturday, July 30, 2022 at 4:53:36 AM UTC-5 domingo.do...@gmail.com 
> wrote:
>
>> Dear Developers,
>>
>> I am using a MacOs Monterrey v.12.4 on a chip M2.
>> Sage was install using anaconda, with mamba.
>>
>> The funny thing is that I install in two different accounts, one 
>> administrator and one regular user.
>> Sage conda environment in the administrator account works fine. 
>> In the regular user account it crash.
>> The command that triggers the crash are: mamba activate sage && sage
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/e1040d2f-370e-4810-a1ea-61fee9925ef6n%40googlegroups.com.


[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, how to find a representation of g
using the generators? i.e.,

g=g_{i_1}*...*g_{i_n}

I know the Schreier-Sims algorithm, which gives the membership of g, but 
the combinations is given in terms of transversals (which you don't know 
their 
representation) and stabilizers.

Trying to save the representation of each of the generators of the 
stabilizers
and the transversals is very slow and memory consuming compare with just
g in S.

Also, search algorithms like A* are not an option.

Is there any better way to check?

Thank you in advance for your time

-- 
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 this group, send email to 
sage-support+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.




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 this group, send email to 
sage-support+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.




[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 vbraun.n...@gmail.com 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 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://groups.google.com/group/sage-support
URL: http://www.sagemath.org


[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 mhan...@gmail.com wrote:
 On Fri, May 28, 2010 at 12:36 AM, domingo.domingogo...@gmail.com

 domingo.domingogo...@gmail.com wrote:
  I have all the necessary packages and additionally libgpg-error and
  libgpg-error-devel, could someone point
  what I am doing wrong?

 There seems to be a problem with libgcrypt on Fedora 13.  It looks
 like someone found a fix 
 athttp://forum.videolan.org/viewtopic.php?f=13t=33860#p121003.  We
 will try to get this fixed for the next release of Sage.

 --Mike

-- 
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://groups.google.com/group/sage-support
URL: http://www.sagemath.org


[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/sage/sage-4.4.2/local/include -O2 -g -Wall -
fvisibility=hidden -Wall -o .libs/register register.o  ../src/.libs/
libgcrypt.so -Wl,--rpath -Wl,/home/Rohan/Software/sage/sage-4.4.2/
local/lib
/usr/bin/ld: register.o: undefined reference to symbol 'gpg_strerror'
/usr/bin/ld: note: 'gpg_strerror' is defined in DSO /home/Rohan/
Software/sage/sage-4.4.2/local/lib/libgpg-error.so.0 so try adding it
to the linker command line
/home/Rohan/Software/sage/sage-4.4.2/local/lib/libgpg-error.so.0:
could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[4]: *** [register] Error 1
make[4]: se sale del directorio `/home/Rohan/Software/sage/sage-4.4.2/
spkg/build/libgcrypt-1.4.4.p2/src/tests'
make[3]: *** [all-recursive] Error 1
make[3]: se sale del directorio `/home/Rohan/Software/sage/sage-4.4.2/
spkg/build/libgcrypt-1.4.4.p2/src'
make[2]: *** [all] Error 2
make[2]: se sale del directorio `/home/Rohan/Software/sage/sage-4.4.2/
spkg/build/libgcrypt-1.4.4.p2/src'
failed to build libgcrypt

real0m29.726s
user0m10.521s
sys 0m8.435s
sage: An error occurred while installing libgcrypt-1.4.4.p2

I have all the necessary packages and additionally libgpg-error and
libgpg-error-devel, could someone point
what I am doing wrong?
Cheers,
Domingo

-- 
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://groups.google.com/group/sage-support
URL: http://www.sagemath.org


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

2009-10-28 Thread domingo.domingogo...@gmail.com

How are represented the elements of your field?
a_1\alpha_1+.+a_n\alpha_n, where a_1,...,a_n are integers and
\alpha_1,, \alpha_n are complex numbers?
or using floating point?
Best Regards,
Domingo


On Oct 27, 2:17 pm, adam mohamed adam.hariv...@googlemail.com wrote:
 I would like an exact result, and the lattice 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, domingo.domingogo...@gmail.com 



 domingo.domingogo...@gmail.com wrote:

  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 adam.hariv...@googlemail.com wrote:
   Hi All,

    I would like to know if the search for the nearest vector using LLL in
   a
   lattice over a number field  is implemented in Sage. The documentation
  does
   not say anything about that, unfortunately. Thanks.

   Regards,

   --
   adam

 --
 adam
--~--~-~--~~~---~--~~
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://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~--~~~~--~~--~--~---



[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 adam.hariv...@googlemail.com wrote:
 Hi All,

  I would like to know if the search for the nearest vector using LLL in  a
 lattice over a number field  is implemented in Sage. The documentation does
 not say anything about that, unfortunately. Thanks.

 Regards,

 --
 adam
--~--~-~--~~~---~--~~
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://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~--~~~~--~~--~--~---



[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 wst...@gmail.com wrote:
 On Tue, Mar 31, 2009 at 12:24 PM, domingo.domingogo...@gmail.com

 domingo.domingogo...@gmail.com wrote:

  Thank you very much Martin and William.
  Domingo,

  P. d. One question, for the next time,
  how I see the api of the multivariate polynomials?

 If f is any object you can do

 f.tab key





  On 31 mar, 18:47, William Stein wst...@gmail.com wrote:
  On Tue, Mar 31, 2009 at 9:34 AM, Martin Albrecht

  m...@informatik.uni-bremen.de wrote:

   On Tuesday 31 March 2009, William Stein wrote:
   R.ngens()

   On Tue, Mar 31, 2009 at 7:58 AM, domingo.domingogo...@gmail.com

   domingo.domingogo...@gmail.com wrote:
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 think he wants:

     f.nvariables()

  Ah, that works.  Also one has:

  sage: R=PolynomialRing(ZZ, 20, z,order=deglex)
  sage: f = R.0
  sage: f.nvariables()
  1
  sage: f.parent().ngens()
  20

  William

 --
 William Stein
 Associate Professor of Mathematics
 University of Washingtonhttp://wstein.org
--~--~-~--~~~---~--~~
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://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[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 t10...@gmail.com 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 message I
 am talking of is the xprop line.

 
 *                                                  *
 * Open your web browser tohttps://localhost:8000 *
 *                                                  *
 
 There is an admin account.  If you do not remember the password,
 quit the notebook and type notebook(reset=True).
 2009-04-01 21:11:08+0100 [-] Log opened.
 2009-04-01 21:11:08+0100 [-] twistd 8.1.0 (/opt/sage-3.4/local/bin/
 python 2.5.2) starting up
 2009-04-01 21:11:08+0100 [-] reactor class: class
 'twisted.internet.selectreactor.SelectReactor'
 2009-04-01 21:11:08+0100 [-] twisted.web2.channel.http.HTTPFactory
 starting on 8000
 2009-04-01 21:11:08+0100 [-] Starting factory
 twisted.web2.channel.http.HTTPFactory instance at 0x9f4002c
 xprop:  unable to open display ''
 usage:  xprop [-options ...] [[format [dformat]] atom] ...

 where options include:
     -grammar                       print out full grammar for command
 line
     -display host:dpy              the X server to contact
     -id id                         resource id of window to examine
     -name name                     name of window to examine
     -font name                     name of font to examine
     -remove propname               remove a property
     -set propname value            set a property to a given value
     -root                          examine the root window
     -len n                         display at most n bytes of any
 property
     -notype                        do not display the type field
     -fs filename                   where to look for formats for
 properties
     -frame                         don't ignore window manager frames
     -f propname format [dformat]   formats to use for property of
 given name
     -spy                           examine window properties forever

 Error: no display specified
 /usr/bin/xdg-open: line 388: mozilla: command not found
 /usr/bin/xdg-open: line 388: netscape: command not found
 /usr/bin/xdg-open: line 388: links: command not found
 xdg-open: no method available for opening 'https://:8000/?
 startup_token=e8faa2927e6d20f765e60f3000bc4d6'
 2009-04-01 21:11:58+0100 [HTTPChannel,5,10.10.10.10]

 processor       : 0
 vendor_id       : AuthenticAMD
 cpu family      : 6
 model           : 8
 model name      : AMD Athlon(tm) XP 2000+
 stepping        : 1
 cpu MHz         : 1665.854
 cache size      : 256 KB
 fdiv_bug        : no
 hlt_bug         : no
 f00f_bug        : no
 coma_bug        : no
 fpu             : yes
 fpu_exception   : yes
 cpuid level     : 1
 wp              : yes
 flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca
 cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up
 bogomips        : 3331.70
 clflush size    : 32
 power management: ts
--~--~-~--~~~---~--~~
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://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[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 much for your help,
Domingo

--~--~-~--~~~---~--~~
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://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



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

2009-03-31 Thread domingo.domingogo...@gmail.com

Thank you very much Martin and William.
Domingo,

P. d. One question, for the next time,
how I see the api of the multivariate polynomials?


On 31 mar, 18:47, William Stein wst...@gmail.com wrote:
 On Tue, Mar 31, 2009 at 9:34 AM, Martin Albrecht



 m...@informatik.uni-bremen.de wrote:

  On Tuesday 31 March 2009, William Stein wrote:
  R.ngens()

  On Tue, Mar 31, 2009 at 7:58 AM, domingo.domingogo...@gmail.com

  domingo.domingogo...@gmail.com wrote:
   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 think he wants:

    f.nvariables()

 Ah, that works.  Also one has:

 sage: R=PolynomialRing(ZZ, 20, z,order=deglex)
 sage: f = R.0
 sage: f.nvariables()
 1
 sage: f.parent().ngens()
 20

 William
--~--~-~--~~~---~--~~
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://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---