The problem was mainly delays and a lot of issues integrating it with the SymPy's core. The main problem we faced was incorporating vectorial-operation classes into the current SymPy hierarchy. I had tried to work on the same for Dyadics - assuming Prasoon's work as a base. The PR was eventually closed. Have a look at it here - https://github.com/sympy/sympy/pull/2306/files. I would love to see support for various types of coordinate systems in SymPy. As many of us @PyDy have discussed before, it would be great to have a vector calculus core for physics, that runs off SymPy's basic architecture. Prasoon's project was a step in that direction. I don't exactly know why it wasn't merged, maybe Stefan can answer that. However, feel free to extend his work and send a PR as get comfortable.
On Monday, February 10, 2014 7:09:44 PM UTC+5:30, Rajath Shashidhara wrote: > > Hello, > > I'm interested in implementing electrodynamics in sympy. > Any thoughts about this? > > I don't seem to find any documentation about grad, divergence, and curl. > Are they implemented? > I'm willing to do this as well. > > Please give me feedback. > > Thanks. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
