Re: [sage-support] The method is_sparse_paving() of a matroid may be wrong!

2025-01-26 Thread Dima Pasechnik
On Sat, Jan 25, 2025 at 11:03 PM Xie wrote: > > for M in matroids.AllMatroids(8, type='sparse_paving'): > : print(M) > sparse_paving_n08_r04_#0: Matroid of rank 4 on 8 elements with 56 bases > sparse_paving_n08_r05_#0: Matroid of rank 5 on 8 elements with 48 bases > sparse_paving_n08_r

Re: [sage-support] completely uninstalling SageMath

2025-01-26 Thread James Propp
Thanks Marc! Following your advice I went to System Settings > Privacy & Security -> Automation and found that SageMath had been denied control over System Events (by me, I assume). Allowing SageMath control over System Events permitted SageMath to use Terminal.app and solved my problem! I must

[sage-support] Re: can not install coxeter3 in sage, my system is mcos

2025-01-26 Thread Marc Culler
As I reported to @jeanjmh off-list, the coxeter3 package **is** installed in the SageMath.app already. There are two issues here. The trivial one is that the error message he encountered is misleading. The significant one is that based on the traceback he provides there is a bug on line 13 of

[sage-support] can not install coxeter3 in sage, my system is mcos

2025-01-26 Thread min jiang
I installed the software by macos`s SageMath-10.5_x86_64.dmg file.It can run simple code,such as 1 +1 etc. But when I run some advanced pkgs, it will throw some errors, for example: when i run this code:

[sage-support] macos install sagemath but can not install coceter3

2025-01-26 Thread min jiang
when i run this code: R. = LaurentPolynomialRing(ZZ, 'v') W = CoxeterGroup('A3', implementation='coxeter3') H = IwahoriHeckeAlgebra(W, v**2); Cp=H.Cp() Cp.product_on_basis(W([1,2,1]), W([3,1])) Cp.product_on_basis(W([1,2,1]), W([3,1,2])) it will be wrong and the error msg is : RuntimeError Trace