diff options
Diffstat (limited to '3869/CH3/EX3.1/Ex3_1.sce')
-rw-r--r-- | 3869/CH3/EX3.1/Ex3_1.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH3/EX3.1/Ex3_1.sce b/3869/CH3/EX3.1/Ex3_1.sce new file mode 100644 index 000000000..b0c5324df --- /dev/null +++ b/3869/CH3/EX3.1/Ex3_1.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +lamda=500*10**-9 //wavelength(m) +mewe=1.553 //refractive index of e-ray +mew0=1.544 //refractive index of o-ray + +//Calculation +t=lamda/(2*(mewe-mew0)) //thickness of quartz half wave plate(m) + +//Result +printf("\n thickness of quartz half wave plate is %0.4f mm",t/10**-3) |