how to model a collision between two particles?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Im modelling planetary motion, i have a matrix with all the distances between each of the planets so i can see whether any distances are less than a certain value. How do I combine the two planets (ie so i have one mass instead of two etc).
0 comentarios
Respuestas (1)
Simon
el 7 de Nov. de 2013
Hi!
If you already found a distance below some value, do you know both planets involved? If so you just add in your matrix both masses, apply the combined mass to one of the plantes and remove the other one from the matrix.
4 comentarios
Simon
el 7 de Nov. de 2013
Then you simply take one planet with the sum of both masses and remove the second planet. Your calculations continue with one less planet.
Ver también
Categorías
Más información sobre Earth and Planetary Science en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!