Hi
I'm Abhishek Kumar and i want to work on ODE's project through Gsoc'16. I have done course on Differential Equations.
I code in c/c++ and python.
I went through this(
https://github.com/sympy/sympy/blob/master/sympy/solvers/ode.py) and found that most of the first order and some 2nd order ODE's methods are implemented.
So, it would be good place to start with these:
1.Implementing Bessel's functions.
2.Using Lie Group to solve 2nd order ODE's.I would also like to know that can
3.Laplace Transformation be added to
dsolve() because it will help to reduce complex equations to simple ones,
if so i would like it to implement it.
Thanks