Esperimenti di Laboratorio II
 
 
Go to file
Michele Guerini Rocco 82145a1951
remove whitespace
2018-03-18 18:00:27 +00:00
circuits remove cache files 2018-03-18 18:45:08 +01:00
optics fix type error 2018-03-18 18:00:18 +00:00
.gitignore remove cache files 2018-03-18 18:45:08 +01:00
README.md initial commit 2018-03-18 18:02:21 +01:00
lab.py remove whitespace 2018-03-18 18:00:27 +00:00
shell.nix initial commit 2018-03-18 18:02:21 +01:00

README.md

Esperimenti di Laboratorio II

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. scipy
  5. 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