[sage-devel] Re: Build test on a PR is giving an error while code is wroking on my machine

2024-02-28 Thread 'Ruchit Jagodara' via sage-devel
Oh ! right, there should be only one 'sage:', thanks for your help ! On Thursday, February 29, 2024 at 12:01:45 AM UTC+5:30 Ricardo Buring wrote: > On Wednesday, February 28, 2024 at 7:23:45 PM UTC+1 Ruchit Jagodara wrote: > > I recently made a PR regarding the implementation of the > minimum_gen

[sage-devel] Build test on a PR is giving an error while code is wroking on my machine

2024-02-28 Thread 'Ruchit Jagodara' via sage-devel
Hey there! I recently made a PR regarding the implementation of the minimum_generating_set function in polynomial time,#37481 . However, in this PR, one of my build tests is failing and giving a error. I'm bit confused about how to solve this becau

Re: [sage-devel] Re: Implementing minimum_generating_set() function

2024-02-04 Thread 'Ruchit Jagodara' via sage-devel
, and not use it via libgap. > > https://docs.gap-system.org/doc/ref/chap41.html#X7FED50ED7ACA5FB2 > > > > On 3 February 2024 19:50:55 GMT, 'Ruchit Jagodara' via sage-devel < > sage-...@googlegroups.com> wrote: > >> Okay , thank you for your help ! : )

Re: [sage-devel] Re: Implementing minimum_generating_set() function

2024-02-03 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
Okay , thank you for your help ! : ) On Saturday, February 3, 2024 at 11:59:31 PM UTC+5:30 David Joyner wrote: > On Sat, Feb 3, 2024 at 1:13 PM 'Ruchit Jagodara' via sage-devel < > sage-...@googlegroups.com> wrote: > >> So, why is the quotient function im

Re: [sage-devel] Re: Implementing minimum_generating_set() function

2024-02-03 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
ve(g) for g in > PN.GeneratorsOfGroup()] > sage: preimages_gens > [(2,4,6)(3,5,7)] > sage: all_preimages = [phi.PreImagesRepresentative(g) for g in PN.List()] > sage: all_preimages > [(), (2,4,6)(3,5,7), (2,6,4)(3,7,5)] > > David > > On Sat, Feb 3, 2024 at 10:58 AM 'Ruc

Re: [sage-devel] Re: Implementing minimum_generating_set() function

2024-02-03 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
riday, January 19, 2024 at 10:33:21 PM UTC+5:30 Dima Pasechnik wrote: > > > On 19 January 2024 15:18:45 GMT, 'Ruchit Jagodara' via sage-devel < > sage-...@googlegroups.com> wrote: > >In case my questions have caused any confusion, I am rephrasing them as > >be

Re: [sage-devel] Re: Implementing minimum_generating_set() function

2024-01-19 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
operation of a group G? On Thursday, January 18, 2024 at 7:13:50 PM UTC+5:30 Dima Pasechnik wrote: > On Thu, Jan 18, 2024 at 11:39 AM 'Ruchit Jagodara' via sage-devel > wrote: > > > > Actually, that won't work according to the implementation. > > sorry, I don&

Re: [sage-devel] Re: Implementing minimum_generating_set() function

2024-01-18 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
GAP.minimum_generating_set function? On Wednesday, January 17, 2024 at 2:35:55 PM UTC+5:30 Dima Pasechnik wrote: > Functions such as Group(), PermutationGroup() take such lists as inputs. > > > On 17 January 2024 06:35:07 GMT, 'Ruchit Jagodara' via sage-devel < > sage-...@googl

[sage-devel] Re: Implementing minimum_generating_set() function

2024-01-16 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
And to implement the function, I want a function that takes a list of generators and returns a group. Does anyone know of any function that can do this? On Friday, January 12, 2024 at 8:38:18 PM UTC+5:30 Ruchit Jagodara wrote: > I am implementing the minimum_generating_set function in Sage, but

[sage-devel] Re: Regarding deprecation of a property

2024-01-12 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
Okay. On Saturday, January 13, 2024 at 2:22:51 AM UTC+5:30 Nils Bruin wrote: > On Friday 12 January 2024 at 14:50:54 UTC-5 Ruchit Jagodara wrote: > > Okay, so I will make a new function named coefficient_monomials and will > implement the functionality that Lorenz Panny suggested. > Thank you fo

[sage-devel] Re: Regarding deprecation of a property

2024-01-12 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
Okay, so I will make a new function named coefficient_monomials and will implement the functionality that Lorenz Panny suggested. Thank you for your help : ) . On Wednesday, January 10, 2024 at 8:16:25 PM UTC+5:30 Nils Bruin wrote: > On Wednesday 10 January 2024 at 03:03:09 UTC-8 Martin R wrote:

[sage-devel] Implementing minimum_generating_set() function

2024-01-12 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
I am implementing the minimum_generating_set function in Sage, but I am facing some issues, such as where I should implement that function as my implementation uses some gap methods. And I found one class ParentLibGAP which can be used for this but I am not sure because I found that Permutation

[sage-devel] Regarding deprecation of a property

2024-01-09 Thread &#x27;Ruchit Jagodara&#x27; via sage-devel
Currently, the PolynomialSequence.coefficient_matrix() function returns a matrix of monomials as the second element of a tuple. However, as discussed in issue [#37027](https://github.com/sagemath/sage/issues/37027), it has been suggested that returning a vector of monomials would be more logical