Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)