summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.32/Ex1_32.sce
blob: 860de93f03ab8facb8ecd81fff6681a8723612c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc
//
//
//

//Variable declaration
lambdaa1=5896  //Wavelength1
lambdaa2=5890  //Wavelength2


//Calculations
l=(lambdaa1*lambdaa2)/(2*(lambdaa1-lambdaa2))

//Result
printf("\n The Distance by which the mirror moved is %i *10**-10 m",l)