In general sympy is not a library for doing numerics. The usual workflow is to use it to derive your equations and maybe generate C/Fortran code, not to iterate timesteps on itself. You can check the PyDy projects uses sympy for examples. We will probably have common GSoC students, so it a good place to start if you are interested in this type of work.
On 25 February 2013 10:59, Rachit Kulshreshtha <[email protected]> wrote: > Hey there, > > i was wanting to know if sympy also has some simulation models... like for > example a n-body gravitation system. where u can specify the initial > velocities, initial coordinates, the total time of simulation, and the step > time to get the values of acceleration, final velocity, final coordinates > and force as the output. > > similarly something like the model of earth's magnetic field. We can > mathematically model the earth's magnetic field and then can get the values > of X, Y and Z components of the magnetic field at any coordinate on the > surface of the earth, the same can be implemented as a module in sympy. > > These are some of the project ideas that came to my mind. Awaiting review. > > Regards, > > -- > Rachit Kulshreshtha > 4th year > MSc (hons) Physics > B.E. (hons) Electronics and Instrumentation > BITS - Pilani, Goa Campus > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
