I had worked on some basic framework for electrostatics during my first GSoC. Then we realised that we needed stronger vector functionality, so I diverted my focus to developing physics.vector, and then sympy.vector. You can see my pull request here - https://github.com/sympy/sympy/pull/2361
You could maybe make a wiki page and share your thoughts and structure so I could help you develop it further? For vector maths to supplement your code, have a look at the code in sympy.vector package. I never got to getting in the docs, which I will get to soon. But you can see the pull request for it here- https://github.com/sympy/sympy/pull/7860 The code is pretty much merged. So feel free to try your hand at it, and suggest any new functionality that your ideas may require. Cheers! On Sunday, March 1, 2015 at 11:16:53 PM UTC+5:30, mohit shah wrote: > > Hi, > I have gone through the documentation of SymPy and noticed that there is > no electromagnetism module available. I would like to work on it this > summer as a GSoC project. I have given some thought to it and roughly have > a structure in mind. I was thinking of implementing electrostatics, > electric fields, potentials, magnetostatics and magnetic fields. I have > also written some code to start with the project. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/3da9ef86-7114-44cd-a606-d799dad6ac97%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
