summaryrefslogtreecommitdiff
path: root/3537/CH1/EX1.39/Ex1_39.sce
blob: 1d50ec4fae9660e0c5999589754670de3c754b94 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 1_39
clc();
clear;
//To calculate 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)