[sage-support] Re: Numeric Approximation with Symbolics

2019-01-17 Thread cs16b115
Hi, I am interested in solving this issue as a beginner start in applying for GSoC 2019. Can anyone please suggest a starting point? Thanks and Regards Pranav 3rd yr CS undergrad IIT MADRAS -- You received this message because you are subscribed to the Google Groups "sage-support" gro

[sage-support] Loading heavy computations

2019-01-17 Thread Enrique Artal
I made some computations, I skip the details for now, but the result was a rational function with rational coefficients and 13 indeterminates. The computation took around three hours and used a lot of memory so I made it using a script. The first time I saved the rational function in a pickle f

[sage-support] Re: Loading heavy computations

2019-01-17 Thread Nils Bruin
On Thursday, January 17, 2019 at 3:37:36 PM UTC-8, Enrique Artal wrote: > > I made some computations, I skip the details for now, but the result was a > rational function with rational coefficients and 13 indeterminates. The > computation took around three hours and used a lot of memory so I made