Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrustyPwo committed Aug 20, 2024
1 parent 97cb55c commit 144a1c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simulations/double_slit_diffraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ Number of Fringes in the Central Maximum of the Diffraction Envelope: $2 \left\l
<label for="envelopeInput_DS">Toggle Envelope</label>
</div>

Note: Intensity profile is normalized to the maximum intensity.

<script type="module" src="../javascript/sim5.js"></script>
2 changes: 2 additions & 0 deletions src/simulations/n_slit_diffraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ Number of Fringes in the Central Maximum of the Diffraction Envelope: $2 \left\l
<label for="envelopeInput_nSlit">Toggle Envelope</label>
</div>

Note: Intensity profile is normalized to the maximum intensity.

<script type="module" src="../javascript/sim6.js"></script>
2 changes: 2 additions & 0 deletions src/simulations/single_slit_diffraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ Minima Condition: $b \sin(\theta) = m \lambda$
Wavelength (λ): <span id="wavelengthValue_SS">500</span> nm
</div>

Note: Intensity profile is normalized to the maximum intensity.

<script type="module" src="../javascript/sim4.js"></script>

0 comments on commit 144a1c2

Please sign in to comment.