[sympy] Re: polynomials with Big-Oh

2015-03-08 Thread Mihir Wadwekar
/(1-x),n=3).removeO() # series returns an expression >>> p = Poly(z, domain = 'ZZ' ) On Monday, March 9, 2015 at 6:23:13 AM UTC+5:30, bioin...@gmail.com wrote: > > > On Sunday, March 8, 2015 at 7:02:20 PM UTC-4, Mihir Wadwekar wrote: >> >> You can try somethi

[sympy] Re: polynomials with Big-Oh

2015-03-08 Thread Mihir Wadwekar
Hi, You can try something like this, though I am not sure if it's the best way to do it. >>> Poly( p.as_expr().removeO() , domain = 'ZZ' ) Cheers, Mihir On Monday, March 9, 2015 at 2:49:29 AM UTC+5:30, bioin...@gmail.com wrote: > > Given a Polynomial with an asymptotic term: > > >>> from sympy

Re: [sympy] GSOC 2015: Extending ODE module.

2015-03-07 Thread Mihir Wadwekar
He told me to get in touch with @Raoul for help. Can anyone guide me here ? On Wednesday, March 4, 2015 at 1:23:05 PM UTC+5:30, Mihir Wadwekar wrote: > > I have made a draft at: > > > https://github.com/sympy/sympy/wiki/GSoC-2015-Application-Mihir-Wadwekar:-Lie-Group-Methods-for-

Re: [sympy] GSOC 2015: Extending ODE module.

2015-03-03 Thread Mihir Wadwekar
I have made a draft at: https://github.com/sympy/sympy/wiki/GSoC-2015-Application-Mihir-Wadwekar:-Lie-Group-Methods-for-Second-Order-Differential-Equations <https://github.com/sympy/sympy/wiki/GSoC-2015-Application-Mihir-Wadwekar:-Lie-Group-Methods-for-Second-Order-Differential-Equati

Re: [sympy] GSoC Update

2015-03-02 Thread Mihir Wadwekar
Can an org participate in under more than one org ? ( NumFocus, PSF ) On Tuesday, March 3, 2015 at 1:18:08 AM UTC+5:30, Jason Moore wrote: > > Note that NumFocus was selected and that we are also part of NumFocus. > > > Jason > moorepants.info > +01 530-601-9791 > > On Mon, Mar 2, 2015 at 11:42 AM

Re: [sympy] GSOC 2015: Extending ODE module.

2015-03-01 Thread Mihir Wadwekar
ple (at > least the parts I wrote are). > > Aaron Meurer > > On Fri, Feb 27, 2015 at 3:45 PM, Mihir Wadwekar > wrote: > > Hi, > > > > I am Mihir Wadwekar, a 3rd year undergrad pursuing computer science at > IIIT > > Hyderabad. I have been tinkeri

[sympy] GSOC 2015: Extending ODE module.

2015-02-28 Thread Mihir Wadwekar
Hi, I am Mihir Wadwekar, a 3rd year undergrad pursuing computer science at IIIT Hyderabad. I have been tinkering with Sympy for some time now and have committed 4 patches in it. I do understand how the codebase works and would like to work upon the ODE module as part of my GSOC 2015 project