Re: [sage-support] Sage Crash Report

2021-03-24 Thread Mike Lee
Thank you Dima and Isuru, creating a new conda environment worked! (I'm guessing you updated the givaro dependency for the conda install) And it looks like manually specifying an older version of givaro will also work, based on Mariusz's report. On Wed, Mar 24, 2021 at 3:21 PM Mariusz Sokolowski

Re: [sage-support] Sage Crash Report

2021-03-24 Thread Mariusz Sokolowski
hey, I had similar/same(?) problem as Mike and installing older version of givaro (conda install "givaro=4.1.1=h192cbe9_1") fixed it. -M On Wednesday, March 24, 2021 at 12:55:05 PM UTC-4 isu...@gmail.com wrote: > Mike, > > Can you try creating a new conda environment? This is an issue with t

Re: [sage-support] Re: direct product and direct sum of groups

2021-03-24 Thread Dima Pasechnik
On Wed, Mar 24, 2021 at 3:59 PM slelievre wrote: > > 2021-03-24 14:53:06 UTC, Matt: >> >> How can I calculate the direct product of two groups and/or the direct sum? >> For example given: >> >> G.=FreeGroup() >> H=G.quotient([x*y]) >> >> how do I calculate H+H and HxH? > > > Having defined `H`, yo

Re: [sage-support] Sage Crash Report

2021-03-24 Thread Isuru Fernando
Mike, Can you try creating a new conda environment? This is an issue with the latest givaro build we had and we marked it as broken. Details at https://github.com/conda-forge/givaro-feedstock/issues/13 (You could also try doing `conda install "givaro=4.1.1=h192cbe9_1"` to get the older link.) Is

[sage-support] Re: direct product and direct sum of groups

2021-03-24 Thread slelievre
2021-03-24 14:53:06 UTC, Matt: > How can I calculate the direct product of two groups and/or the direct sum? > For example given: > > G.=FreeGroup() > H=G.quotient([x*y]) > > how do I calculate H+H and HxH? > Having defined `H`, you can type H. then hit the TAB key to see what methods are a

[sage-support] direct product and direct sum of groups

2021-03-24 Thread Mattia Villani
How can I calculate the direct product of two groups and/or the direct sum? For example given: G.=FreeGroup() H=G.quotient([x*y]) how do I calculate H+H and HxH? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group an

Re: [sage-support] Sage Crash Report

2021-03-24 Thread Mike Lee
Not sure if this is relevant, but I get the following messages when I try running 'conda update givaro' in my sage conda environment (attached). I apologize for multiple messages! On Wed, Mar 24, 2021 at 8:42 AM Mike Lee wrote: > I believe the following line in the output of the nm command you >

Re: [sage-support] Sage Crash Report

2021-03-24 Thread Mike Lee
I believe the following line in the output of the nm command you suggested is the corresponding symbol? 00017da0 T Givaro::Integer::operator std::__cxx11::basic_string, std::allocator >() const I've also attached the full output of the nm command as a txt file below in case it's helpful!

Re: [sage-support] http://aleph.sagemath.org/

2021-03-24 Thread William Stein
Minor point: it was very aggressive cryptocurrency miners, not spammers... On Wed, Mar 24, 2021 at 3:45 AM Dima Pasechnik wrote: > On Wed, Mar 24, 2021 at 10:28 AM 'Martin R. Albrecht' via sage-support > wrote: > > > > Hi there, > > > > The trusted Sage Cell server stopped loading external reso

[sage-support] Re: Is load() suddenly not working for loading files from repositories?

2021-03-24 Thread Carlos Antunes
Thanks a lot, I hadn't seen that discussion. It is a shame, but it seems that github repositories are planned to be allowed, which would work fine for my purposes. Best regards, Carlos El martes, 23 de marzo de 2021 a las 22:33:46 UTC-3, slelievre escribió: > Sadly network access from SageCell

[sage-support] Help requests for SageMath on Windows

2021-03-24 Thread slelievre
Two recent help requests for SageMath on Windows: - It seems that the kernel has crashed https://ask.sagemath.org/question/56353 - How to load .sobj files into Jupyter Notebook https://ask.sagemath.org/question/56331 See also https://ask.sagemath.org/questions/scope:all/sort:activity-desc/t

Re: [sage-support] http://aleph.sagemath.org/

2021-03-24 Thread Dima Pasechnik
On Wed, Mar 24, 2021 at 10:28 AM 'Martin R. Albrecht' via sage-support wrote: > > Hi there, > > The trusted Sage Cell server stopped loading external resources, e.g. for > > load("https://bitbucket.org/malb/lwe-estimator/raw/HEAD/estimator.py";) > n, alpha, q = 256, 0.0009765625, 65537 > s

[sage-support] http://aleph.sagemath.org/

2021-03-24 Thread 'Martin R. Albrecht' via sage-support
Hi there, The trusted Sage Cell server stopped loading external resources, e.g. for load("https://bitbucket.org/malb/lwe-estimator/raw/HEAD/estimator.py";) n, alpha, q = 256, 0.0009765625, 65537 set_verbose(1) _ = estimate_lwe(n, alpha, q) http://aleph.sagemath.org/?z=eJxNjcEKwjAQBe-F_kP

Re: [sage-support] Sage Crash Report

2021-03-24 Thread Dima Pasechnik
On Tue, Mar 23, 2021 at 10:27 PM Mike Lee wrote: > > Hi, > > I'm facing a similar issue when I tried to install Sage through conda (I > followed the 'Setting Up' directions in https://wiki.sagemath.org/Conda). I > get the following error in my Sage_crash_report.txt (attached) > > 'ImportError:

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Dima Pasechnik
On Wed, Mar 24, 2021 at 9:11 AM nqn...@gmail.com wrote: > > El miércoles, 24 de marzo de 2021 a las 10:01:43 UTC+1, matt...@gmail.com > escribió: >> >> I think the author uses "present" to say "generate" >>> >>> > > I suppose you mean the finitely generated Z-module (abelian group) presented > b

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread nqn...@gmail.com
El miércoles, 24 de marzo de 2021 a las 10:01:43 UTC+1, matt...@gmail.com escribió: > I think the author uses "present" to say "generate" > >> >> I suppose you mean the finitely generated Z-module (abelian group) presented by the matrix, ie. its cokernel. In that case, you can do: sage: A=matri

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Mattia Villani
I think the author uses "present" to say "generate" Il giorno mercoledì 24 marzo 2021 alle 09:35:05 UTC+1 vdelecroix ha scritto: > What does it mean "it presents Z5"? > > Le 24/03/2021 à 09:28, Mattia Villani a écrit : > > That matrix comes from the paper by J.Hempel: "Homology of covering" Pac.

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Vincent Delecroix
What does it mean "it presents Z5"? Le 24/03/2021 à 09:28, Mattia Villani a écrit : That matrix comes from the paper by J.Hempel: "Homology of covering" Pac. J. Math. vol 112 (1984) 83, example 5.2. The author says that it presents Z5 Il giorno mercoledì 24 marzo 2021 alle 08:50:18 UTC+1 vdelec

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Mattia Villani
That matrix comes from the paper by J.Hempel: "Homology of covering" Pac. J. Math. vol 112 (1984) 83, example 5.2. The author says that it presents Z5 Il giorno mercoledì 24 marzo 2021 alle 08:50:18 UTC+1 vdelecroix ha scritto: > Your matrix has determinant 4 - 9 = -5. Hence, the group it genera

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Vincent Delecroix
Your matrix has determinant 4 - 9 = -5. Hence, the group it generates in GL(2,QQ) is necessarily infinite. Le 24/03/2021 à 08:47, Mattia Villani a écrit : I do not have real code, only a matrix: matrix([[1,-3],[-3,4]]) which should be a representation of the group Z5: I want to verify it with

Re: [sage-support] Find group from matrix presentation

2021-03-24 Thread Mattia Villani
I do not have real code, only a matrix: matrix([[1,-3],[-3,4]]) which should be a representation of the group Z5: I want to verify it with Sage Il giorno martedì 23 marzo 2021 alle 17:18:12 UTC+1 dim...@gmail.com ha scritto: > On Tue, Mar 23, 2021 at 2:00 PM Mattia Villani wrote: > > > > Is