[sympy] Introducing myself and my interests

2018-02-20 Thread Anshil Gandhi
Hi everyone, My name is Anshil Gandhi and I am a first year student at the University of Alberta, enrolled in B. Sc. Honours in Computing Science. I am fairly experienced with programming and algorithm design. I began writing programs when I was in grade 3 in a language called BASIC. I have

Re: [sympy] Developer Introduction [GSOC 2018 Aspirant]

2018-02-20 Thread Jason Moore
Dhruv, You can start with this: https://github.com/sympy/sympy/wiki/introduction-to-contributing Jason moorepants.info +01 530-601-9791 On Tue, Feb 20, 2018 at 1:10 AM, Dhruv Thakker wrote: > Hello my name is Dhruv Thakker pursuing Btech in ICT(Information and >

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

2018-02-20 Thread Sidhant Nagpal
> Interesting that you should mention this. See the recent thread here > where I ask > if there is a better way to compute such things (at least to a novice it > appears that we are talking about the same thing). > Yes, indeed it is

[sympy] Re: chain rule ugly output

2018-02-20 Thread Chris Smith
Hmmm...try again: >>> var('r:4 m2') (r0,r1,r2,r3,m2)(r0,r1,r2,r3,m2) >>> m=sqrt(m2) >>> _m2 = r0**2 + r1**2 + r2**2 >>> m.diff(m2)*_m2.diff(r0) r0√m2r0m2 >>> (m.diff(m2)*_m2.diff(r0)).xreplace({m2:_m2}) r0√r20+r21+r22r0r02+r12+r22 >>> sqrt(r0**2+r1**2+r2**2).diff(r0) r0√r20+r21+r22r0r02+r12+r22

[sympy] Re: chain rule ugly output

2018-02-20 Thread Chris Smith
Did you mean this? >>> var('r:4 m2') (r0,r1,r2,r3,m2)(r0,r1,r2,r3,m2) >>> m=sqrt(m2) >>> _m2 = r0**2 + r1**2 + r2**2 >>> m.diff(m2)*_m2.diff(r0) r0√m2r0m2 >>> (m.diff(m2)*_m2.diff(r0)).xreplace({m2:_m2}) r0√r20+r21+r22r0r02+r12+r22 Without the chain rule this can be computed as: >>>

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

2018-02-20 Thread Chris Smith
Interesting that you should mention this. See the recent thread here where I ask if there is a better way to compute such things (at least to a novice it appears that we are talking about the same thing). On Thursday, February 15,

[sympy] Developer Introduction [GSOC 2018 Aspirant]

2018-02-20 Thread Dhruv Thakker
Hello my name is Dhruv Thakker pursuing Btech in ICT(Information and Communication Technology) with minor in CS(Computational Science) and I aspire to take part in GSOC2018. A little help needed on How to Start Contributing? -- You received this message because you are subscribed to the Google