Re: [sympy] Defining custom invertible functions

2018-09-12 Thread Aaron Meurer
On Wed, Sep 12, 2018 at 7:47 AM, Oscar Benjamin wrote: > Hi, > > I was just looking at a way to solve ODEs algebraically and came up with the > code below which almost works (just needs integration constants). I have a > few questions though. > > 1. What is the right way to define an arbitrary

Re: [sympy] Re: Newbie to open source

2018-09-12 Thread somit mittal
Yeah sure  Thank you Shekhar. On Wed, Sep 12, 2018, 19:55 Shekhar Prasad Rajak < shekharrajak.1...@gmail.com> wrote: > Hi, > > Go through this link: > https://github.com/sympy/sympy/wiki/Introduction-to-contributing and > clear your doubts in SymPy gitter channel. > > Regard, > Shekhar

[sympy] Re: Newbie to open source

2018-09-12 Thread Shekhar Prasad Rajak
Hi, Go through this link: https://github.com/sympy/sympy/wiki/Introduction-to-contributing and clear your doubts in SymPy gitter channel. Regard, Shekhar On Thursday, 30 August 2018 23:03:12 UTC+5:30, OpenSourcerer wrote: > > Hi I am a student at IIIT Gwalior and I am

[sympy] Defining custom invertible functions

2018-09-12 Thread Oscar Benjamin
Hi, I was just looking at a way to solve ODEs algebraically and came up with the code below which almost works (just needs integration constants). I have a few questions though. 1. What is the right way to define an arbitrary invertible function and its inverse? 2. Is the code below abusing