Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcarrasc/shm-simulator
simple harmonic motion simulator
https://github.com/hcarrasc/shm-simulator
java shm-simulator
Last synced: 11 days ago
JSON representation
simple harmonic motion simulator
- Host: GitHub
- URL: https://github.com/hcarrasc/shm-simulator
- Owner: hcarrasc
- Created: 2014-01-02T14:56:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T13:56:38.000Z (about 9 years ago)
- Last Synced: 2024-11-12T00:31:16.217Z (2 months ago)
- Topics: java, shm-simulator
- Language: Java
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SHM-simulator (simple harmonic motion simulator)
Simulador de movimiento armónico simple, permite observar gráficamente los valores "on the fly" de posición, velocidad y asceleración, utilizando las ecuaciones :
`position = (amplitud*Math.cos(omega*tiempo/15));`
`velocity = (amplitud*1*Math.sin(omega*tiempo/15));`
`aceleration = (-amplitud*(1)*Math.cos(omega*tiempo/15));`
### Screenshot:![screenshot 1](https://raw.github.com/hcarrasc/SHM-simulator/master/img/1.png)