[sympy] Re: Introduction of Developer

2018-02-19 Thread pushkal Goyal
I think this idea may be relevant to Sympy because Sympy has also implemented a python based search engine. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sympy] Re: GSoC 2018: Numerical Evaluation of Linear Recurrences

2018-02-19 Thread Jason Moore
Yes, you can create a wiki page for your proposal and start writing the proposal there. moorepants.info +01 530-601-9791 On Mon, Feb 19, 2018 at 7:10 AM, Sidhant Nagpal wrote: > *References to Topics:* > Cayley Hamilton Theorem & Evaluation of Homgeneous Linear

Re: [sympy] Introduction of Developer

2018-02-19 Thread Jason Moore
Pushkal, I'm not sure a search engine will have any relevancy to SymPy, you may want to look for a different mentoring organization. Jason moorepants.info +01 530-601-9791 On Mon, Feb 19, 2018 at 11:08 AM, pushkal Goyal wrote: > I am Pushkal Goyal pursuing Bachelor

Re: [sympy] Introduction

2018-02-19 Thread Jason Moore
Samyak, You should start here: https://github.com/sympy/sympy/wiki/introduction-to-contributing Jason moorepants.info +01 530-601-9791 On Mon, Feb 19, 2018 at 9:22 AM, Samyak Jain wrote: > My name is Samyak Jain, a second year computer science student from VIT > Vellore.

Re: [sympy] GSoC 2018, Probability module

2018-02-19 Thread Chuan Lu
Hi Jason, Thanks! I will begin working on it. Chuan 在 2018年2月18日星期日 UTC-6下午1:39:11,Jason Moore写道: > > Chuan, > > If you can't find them in the development code on github or in an existing > pull request, it is open for you to work on. > > Jason > > moorepants.info > +01 530-601-9791 > > On

Re: [sympy] chain rule ugly output

2018-02-19 Thread Aaron Meurer
On Mon, Feb 19, 2018 at 6:12 AM, mohab meshref wrote: > so i am implementing a simple chain rule differentiation , given two > functions m2 , m > with: > > m2 = r0**2 + r1**2 + r2**2 > > m= m2**(0.5) > > i want to get the differentiation of (m wrt r0), so i calculate:

[sympy] Introduction of Developer

2018-02-19 Thread pushkal Goyal
I am Pushkal Goyal pursuing Bachelor of Technology (CSE). I am the aspirant for GSoC 2018.I have an idea related to search engine that I am willing to implement in GSoC 2018 . -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this

[sympy] chain rule ugly output

2018-02-19 Thread mohab meshref
so i am implementing a simple chain rule differentiation , given two functions m2 , m with: m2 = r0**2 + r1**2 + r2**2 m= m2**(0.5) i want to get the differentiation of (m wrt r0), so i calculate: diff(m wrt m2) * diff (m2 wrt r0). expected output: r0 * m2**(-0.5). sympy output:

[sympy] Introduction

2018-02-19 Thread Samyak Jain
My name is Samyak Jain, a second year computer science student from VIT Vellore. I have more than 3 years of experience in python and backend. I want to start contributing for GSOC 18 and want to know how to start. -- You received this message because you are subscribed to the Google Groups

[sympy] Re: GSoC 2018: Numerical Evaluation of Linear Recurrences

2018-02-19 Thread Sidhant Nagpal
*References to Topics:* Cayley Hamilton Theorem & Evaluation of Homgeneous Linear Recurrences Convolution & Transformation Modules *Query:* Can I start describing my project details on GSoC

[sympy] Re: GSoC 2018: Numerical Evaluation of Linear Recurrences

2018-02-19 Thread Sidhant Nagpal
*Reference to Related Topics:* Cayley Hamilton Theorem & Evaluation of Homogeneous Linear Recurrences Convolution and Transformation Modules *Query:* Can I start describing my