As I see it, you essentially have two options- 1) Extend Prasoon's work and make a vector calculus module for SymPy 2) Extend sympy.physics.vector and beef it up to support advanced functionality
The first one may be quite tricky to pull off, considering the immutability constraint, though it's not impossible. But its also something many of us looked forward to, last summer. A vector package that gels with the rest of sympy is a very appealing prospect. But this time, you will have to be very careful and think about how you would go about it, if you decide to take it up. You should probably have a good look at Prasoon's work, and try to get it into SymPy. I can probably help you with getting the bugs solved. Once you are successful with that, you can start building up on it for your project. @Jason, what do you think? 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.
