Ask Your Question
0

Particle Systems. Is SAGE suited to assign physical properties to point particles (eg attraction/repulsion formula) distributed in 3d visible space and simulate dynamic relocation? Any tips on best approach?

asked 2013-10-04 10:41:40 +0200

GerryJ gravatar image

updated 2015-01-18 11:24:49 +0200

FrédéricC gravatar image

Particle Systems. Is SAGE suited to assign physical properties to point particles (eg attraction/repulsion formula) distributed in 3d visible space and simulate dynamic relocation? Any tips on best approach?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2013-10-06 20:24:37 +0200

jaia gravatar image

If you can write the system of ODEs, you can simulate it with any of Sage's numerical integrators. My favorite is desolve_odeint. You can then use point3d (http://ask.sagemath.org/question/547/plot-a-list-of-3d-data) to plot the points.

Hope that helps!

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-10-04 10:41:40 +0200

Seen: 614 times

Last updated: Oct 06 '13