Reflector_1D_julia is a julia program aimed to solve the inverse reflector problem in 1D with a plane source emitting toward its normal and a a target plane in the far field.
This program depends on the following julia packages:
- PyPlot
- Grid
You can install then with the following command in julia:
Pkg.add("packageName")