[sage-devel] What's the point of GF(2, impl='ntl')?

2023-09-25 Thread John H Palmieri
Setup: sage: F = GF(2, impl='ntl') sage: m_ntl = identity_matrix(1, F) sage: v_ntl = vector(F, (1,)) Now consider sage: m_ntl * v_ntl sage: v_ntl * m_ntl I'm trying to multiply a 1x1 matrix by a 1-dimensional vector, in one order or the other. Here's what happens: the first line fails with a

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-25 Thread Oscar Benjamin
On Sun, 24 Sept 2023 at 22:43, Matthias Koeppe wrote: > > On Sunday, September 24, 2023 at 2:10:26 PM UTC-7 Oscar Benjamin wrote: > > > On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: > > > >> Where would I send the PR for the Sage doctests? > > On Sun, 24 Sept 2023 at

[sage-devel] Re: Contributing to SageMath

2023-09-25 Thread 'Martin R' via sage-devel
Maybe you also find this helpful: https://github.com/sagemath/sage/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+ On Monday, 25 September 2023 at 07:59:06 UTC+2 Saatvik Rao wrote: > Hello developers, > > I am currently doing a project course that involves making active >

Re: [sage-devel] Contributing to SageMath

2023-09-25 Thread Dima Pasechnik
On Mon, 25 Sept 2023, 06:59 Saatvik Rao, wrote: > Hello developers, > > I am currently doing a project course that involves making active > contributions to the SageMath library (specifically in the area of graphs). > For the successful completion of the project, it is important to get my > work