Esperimenti di Laboratorio I
 
 
Go to file
rnhmjoj 64a0f5796b
add informations and license
2016-06-19 21:22:59 +02:00
.gitignore add .gitignore 2016-06-19 20:40:27 +02:00
README.md add informations and license 2016-06-19 21:22:59 +02:00
calorimetro.py initial commit 2016-06-19 20:37:57 +02:00
corda.py initial commit 2016-06-19 20:37:57 +02:00
kater.py initial commit 2016-06-19 20:37:57 +02:00
lab.py initial commit 2016-06-19 20:37:57 +02:00
oscillatore.py initial commit 2016-06-19 20:37:57 +02:00
ottica.py initial commit 2016-06-19 20:37:57 +02:00
shell.nix initial commit 2016-06-19 20:37:57 +02:00
termocoppia.pickle initial commit 2016-06-19 20:37:57 +02:00
termocoppia.py initial commit 2016-06-19 20:37:57 +02:00
urti.py initial commit 2016-06-19 20:37:57 +02:00
viscosita.py initial commit 2016-06-19 20:37:57 +02:00

README.md

Esperimenti di Laboratorio I

Programmi usati per svolgere i calcoli degli esperimenti

Info

Ogni modulo rappresenta un esperimento e produce come output i risultati richiesti (grafici, valori, tabelle...). Il modulo lab esporta funzioni statistiche usate usate nei vari programmi. Usare help() per ottenere la documentazione specifica ad ogni funzione.

Dipendenze

I programmi sono in python 2 (ma facilmente portabile a 3) e richiedono i seguenti pacchetti di PyPi:

  1. numpy
  2. matplotlib
  3. sympy
  4. uncertainties

È inclusa una nix expression (shell.nix) che definisce l'ambiente minimo per eseguire il codice.

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html