summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.10/Ex1_10.sce
blob: 456e187e7f8a2113bcd2df74b77bac040beefd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clc
//
//
//

//Variable declaration
d=7.5*10**-4                   //slit separation
Beta=0.094*10**-2              //Fringe width
D=1.2                          //Distance from Screen


//Calculations
lambdaa=(Beta*d*10**10)/D

//Result
printf("\n The wavelength is %i Angstrom",lambdaa)