Re: [sage-gsoc] GCD algorithms

2023-03-26 Thread Jay Sharma
Yeah, I create the ring and use Can you give the path, where can I get the source code? On Sun, 26 Mar, 2023, 03:07 David Roe, wrote: > If you create a sparse polynomial ring and use ?? analogously you'll be > able to find the source code for gcd. I don't know off the top of my head > what algo

Re: [sage-gsoc] GCD algorithms

2023-03-26 Thread tcscrims
You can see the path in the output of `??`. Best, Travis On Sunday, March 26, 2023 at 4:30:11 PM UTC+9 jaysha...@gmail.com wrote: > Yeah, I create the ring and use > Can you give the path, where can I get the source code? > > On Sun, 26 Mar, 2023, 03:07 David Roe, wrote: > >> If you create a s

[sage-gsoc] Re: GSoC 2023 !

2023-03-26 Thread Atharva Deore
Hi, In reference to #35288, I have some doubts in the implementation part. I have made following changes in the codebase: 1] Added deprecation warning for is_NumberFieldOrder function. 2] To make is_instance(ZZ, sage.rings.number_field.order.Order) return true, I have created abstract class In