/phys170-2023

Class notes for PHYS170-2023

Primary LanguageLuaCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Lecture notes for PHYS170 (Acoustics), Spring 2023 by Ted Corcovilos, Duquesne University Dept. of Physics.

This website is just a placeholder to store the individual class notes.

setup for building

Prepare a conda python environment and activate:

conda env create --prefix ./env -f environment.yml --force
conda activate ./env