Re: [sage-devel] Help with permutation groups / gap wanted

2025-06-17 Thread dmo...@deductivepress.ca
Let's continue this discussion at PR #40186 (or someone can make a new issue). On Tuesday, June 17, 2025 at 11:02:28 AM UTC-4 disne...@gmail.com wrote: > I don't know if you figured this out, but I think you can do everything > you want using the G

Re: [sage-devel] Help with permutation groups / gap wanted

2025-06-17 Thread Linden Disney
I don't know if you figured this out, but I think you can do everything you want using the GAP functionality, here is your n=2, N=4 example: gap> N := 4; 4 gap> n := 2; 2 gap> SN := SymmetricGroup(N); Sym( [ 1 .. 4 ] ) gap> Sn := SymmetricGroup(n); Sym( [ 1 .. 2 ] ) gap> G := GroupHomomorphismByI

Re: [sage-devel] [patch-2.7.6] Error downloading tarball of patch

2025-06-17 Thread Jianping Pan
Hi all, Sorry for the late reply. I tried many things and was not able to fix it. However, I was able to install sage using Conda which was a painless process! In case it is helpful for anyone, below was what worked for me: (1) Install conda in the terminal. I used Charlie Parker's new answer