Use Python to find, then plot the energy E of the particle in abox, vs the number of (positive + negative) peaks you see in thewaveform, for the first 5 valid energy values E. For example, thefirst value E=4.92 has one peak, so you would plot (1, 4.92). Thesecond value has a positive and a negative peak, so you would plot(2, 19.68)
Solution