diff options
Diffstat (limited to '3869/CH1/EX1.45/Ex1_45.sce')
-rw-r--r-- | 3869/CH1/EX1.45/Ex1_45.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH1/EX1.45/Ex1_45.sce b/3869/CH1/EX1.45/Ex1_45.sce new file mode 100644 index 000000000..a925c0b3e --- /dev/null +++ b/3869/CH1/EX1.45/Ex1_45.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +lamda=5000*10**-8 //wavelength(cm) +n=16 +mew=1.56 //refractive index + +//Calculation +t=n*lamda/(mew-1) //thickness(cm) + +//Result +printf("\n thickness is %0.1f *10**-4 cm",t*10**4) |