[sympy] GSoC 16 :Ordinary Differential Equations

2016-02-08 Thread shubham tibra
Hi Developers, I am Shubham Tibra, and will be applying for GSoC this year. I went through GSoC'16 ideas page and found this interesting https://github.com/sympy/sympy/wiki/GSoC-2016-Ideas#ordinary-differential-equations Currently, Sympy only supports basic types of Differential Equation, but th

[sympy] Re: Who can mentor for GSoC?

2016-02-08 Thread Ralf Stephan
I'm interested in reviewing the proposals for a possible mentoring commitment. Regards, -- 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 sympy+unsubscr...@googlegroups

[sympy] GSOC 2016: Implementation of vector integration

2016-02-08 Thread meghana . madhyastha
Hi everyone, I'm Meghana Madhyastha, and I will be applying for GSOC this year. Sympy currently has a good vector module, but it has a few missing functionalities in vector calculus. I took a look at the ideas page and Pull request #2208 which was open

Re: [sympy] Re: Who can mentor for GSoC?

2016-02-08 Thread Ondřej Čertík
On Mon, Feb 8, 2016 at 5:36 PM, Jason Moore wrote: > FYI, we'll be submitting a PyDy org application (or maybe a UC Davis one) > and also will submit with PSF. I'm willing to mentor > sympy.physics.vector/mechanics and PyDy related projects. > > I'm teaching PyDy in our graduate course this quarte

Re: [sympy] Re: Who can mentor for GSoC?

2016-02-08 Thread Jason Moore
FYI, we'll be submitting a PyDy org application (or maybe a UC Davis one) and also will submit with PSF. I'm willing to mentor sympy.physics.vector/mechanics and PyDy related projects. I'm teaching PyDy in our graduate course this quarter and will be encouraging students to apply. Jason Jason m

Re: [sympy] Re: Who can mentor for GSoC?

2016-02-08 Thread Thilina Rathnayake
I am willing to participate as a mentor for SymEngine and any project regarding the Diophantine equation module in SymPy. Regards, Thilina On Tue, Feb 9, 2016 at 3:23 AM, Ondřej Čertík wrote: > On Mon, Feb 8, 2016 at 1:59 PM, Aaron Meurer wrote: > > GSoC organization applications are now open.

[sympy] Re: Who can mentor for GSoC?

2016-02-08 Thread Ondřej Čertík
On Mon, Feb 8, 2016 at 1:59 PM, Aaron Meurer wrote: > GSoC organization applications are now open. We can apply as an org, but > before we do, I want to know how many people we have who can mentor. If you > are able to mentor (even if just for certain specific projects), please add > your name at

Re: [sympy] Who can mentor for GSoC?

2016-02-08 Thread Aaron Meurer
Thank you for letting me know. I forgot to mention that it's also helpful if you mentored in the past and can't mentor to let me know as well. Aaron Meurer On Mon, Feb 8, 2016 at 4:05 PM, Tim Lahey wrote: > Unfortunately, I won’t be able to mentor this year. If something changes, > I’ll let you

Re: [sympy] Who can mentor for GSoC?

2016-02-08 Thread Tim Lahey
Unfortunately, I won’t be able to mentor this year. If something changes, I’ll let you know. Sorry, Tim. > On Feb 8, 2016, at 3:59 PM, Aaron Meurer wrote: > > GSoC organization applications are now open. We can apply as an org, but > before we do, I want to know how many people we have who c

[sympy] Who can mentor for GSoC?

2016-02-08 Thread Aaron Meurer
GSoC organization applications are now open. We can apply as an org, but before we do, I want to know how many people we have who can mentor. If you are able to mentor (even if just for certain specific projects), please add your name at https://github.com/sympy/sympy/wiki/GSoC-2016-Ideas#potential

[sympy] Integral(v,t).doit() differs from integrate(v,t)

2016-02-08 Thread hercidav
Hi, I want to lambdify an integral including vector (sympy.Matrix) and I am expecting to get a vector as well. I used the doit() function on Integral, however the results are somewhat strange. Below is a simple example in the sympy online shell (I hope it works just like that). Basically, hav

Re: [sympy] Permission to steal

2016-02-08 Thread Aaron Meurer
First off, I recommend just reading the license. Especially the BSD license, which is very simple. That will tell you exactly what you can do. The basic idea is this: there are two main licenses, BSD and GPL. If code is licensed BSD (like SymPy), then you can use it absolutely however you want. Yo

Re: [sympy] Permission to steal

2016-02-08 Thread Ondřej Čertík
Hi Imam, On Mon, Feb 8, 2016 at 9:08 AM, Imam Tashdid ul Alam wrote: > Hi Ondrej, > > Thanks for your reply. An interesting discussion > (http://opensource.stackexchange.com/questions/304/can-i-take-bsd-licensed-code-and-distribute-it-under-gpl) > also pointed me to the linux kernel case. I looke

Re: [sympy] Permission to steal

2016-02-08 Thread Imam Tashdid ul Alam
Hi Ondrej, Thanks for your reply. An interesting discussion (http://opensource.stackexchange.com/questions/304/can-i-take-bsd-licensed-code-and-distribute-it-under-gpl) also pointed me to the linux kernel case. I looked at the source tree on Github. The top-level COPYING says nothing about the

[sympy] Re: Latex -> Sympy

2016-02-08 Thread Francesco Bonazzi
On Monday, 18 January 2016 06:44:42 UTC+1, Nicolas Jimenez wrote: > > A Latex -> Sympy converter: https://github.com/augustt198/latex2sympy > Nice, I found out a parser for Mathematica expressions, also written with ANTLR: https://github.com/rljacobson/FoxySheep -- You received this message