Imaging optics is a course at EPFL taught by Demetri Psaltis. The teaching assistants are Zahra Basiri and Felix Wechsler
For official information see the course Moodle. This repository provides the source code for the homework.
This code is written in Julia Lang. So download the latest version of Julia 1.10. Install it. Then open the REPL and type the following:
julia> using Pkg
julia> Pkg.add("Pluto")
julia> using Pluto
julia> Pluto.run()
A browser should open with the PLuto notebook. You can copy & paste the link of the respective homework (for example HW01.jl) into the Pluto file browser.