summaryrefslogtreecommitdiff
path: root/3537/CH1/EX1.42/Ex1_42.sce
blob: 14b635fca114e7fb24ad76e71b505612bfd2da25 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 1_42
clc();
clear;
//To find the fringe width
lemda=5000                     //units in angstroam
lemda=5000*10^-8              //units in cm
d=0.05                       //units in cm
D=50                         //units in cm
betaa=(lemda*D)/d
printf("Fringe width is %.2f cm",betaa)