diff options
Diffstat (limited to '3756/CH1/EX1.12')
-rw-r--r-- | 3756/CH1/EX1.12/Ex1_12.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH1/EX1.12/Ex1_12.sce b/3756/CH1/EX1.12/Ex1_12.sce new file mode 100644 index 000000000..bb623d57d --- /dev/null +++ b/3756/CH1/EX1.12/Ex1_12.sce @@ -0,0 +1,16 @@ +clc +// +// +// + +//Variable declaration +d=0.3*10**-2 //slit separation +D=1 //Distance from Screen +Beta=0.0195*10**-2 //Wavelength + + +//Calculations +lambdaa=(Beta*d*10**10)/D + +//Result +printf("\n The wavelength is %i *10**-10 m",lambdaa) |