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

2025-01-27 Thread Xie
definition is unambiguous. 在2025年1月27日星期一 UTC+8 02:24:58 写道: > 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

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

2025-01-25 Thread Xie
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_r06_#0: Matroid of rank 6 on 8 elements with 24 bases spar

[sage-support] Some bug in SymmetricFunctions over QQ['t']

2022-02-07 Thread Xie
R.=QQ['t'] Sym=SymmetricFunctions(R); Sym.inject_shorthands(); s([[2],[1]])/2 will cause wrong: ValueError: 1 is not divisible by 2 But s([[2],[1]])*1/2 is good. s([[2],[1]])==s[1]. s[1]/2 is good. So, why? If we work on SymmetricFunctions(FractionField(R)), s([[2],[1]])/2 will work.

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-18 Thread Xie
Yes. If one people edit the notebook then the other's browser will auto refresh. Not a very good experience, just works. 在2020年11月18日星期三 UTC+8 下午5:04:02 写道: > On Wed, Nov 18, 2020 at 2:42 AM Xie wrote: > >> Thanks, but jupyterhub does not supoort real-time collaborati

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-17 Thread Xie
Thanks, but jupyterhub does not supoort real-time collaboration now though roadmap contains this. 在2020年11月18日星期三 UTC+8 上午2:07:29 写道: > On Tue, Nov 17, 2020 at 2:50 PM Xie wrote: > >> Yes. I use *Jupyter* *Notebook* myself. But I need share with other >>

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-17 Thread Xie
Yes. I use *Jupyter* *Notebook* myself. But I need share with other people sometimes. And *Jupyter* Notebook* does not* provide a server mode to make the others register an account. Most students use Windows, which is not very friendly to SageMath. I also tried Cocalc in Docker. It