diff options
Diffstat (limited to '3756/CH1/EX1.13/Ex1_13.sce')
-rw-r--r-- | 3756/CH1/EX1.13/Ex1_13.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3756/CH1/EX1.13/Ex1_13.sce b/3756/CH1/EX1.13/Ex1_13.sce new file mode 100644 index 000000000..7e1bf52ca --- /dev/null +++ b/3756/CH1/EX1.13/Ex1_13.sce @@ -0,0 +1,17 @@ +clc +// +// +// + +//Variable declaration +n1=62 //fringes +lambdaa1=5893*10**-10 //Wavelength 1 +lambdaa2=5461*10**-10 //Wavelength 2 + + +//Calculations +n2=(n1*lambdaa1)/lambdaa2 + +//Result +printf("\n The number of fringes would be %i ",round(n2)) + |