Calculate and plot longitudinal modes in a laser cavity assu
Calculate and plot longitudinal modes in a laser cavity assuming an E_0 of 0.5 for all longitudinal modes and also, the laser operates at 800 nm for the fundamental frequency. I would suggest trying N = 10, N = 20 etc until you get something that is meaningful. Given the information in problem 2 now sum the amplitudes for all the different frequencies and illustrate the mode locking of some of these. Use matlab and please include code./
Solution
import matplotlib.pyplot as plt plt.plot([1,2,3,4]) plt.ylabel(\'some numbers\') plt.show()