summaryrefslogtreecommitdiff
path: root/2708/CH3/EX3.11/ex_3_11.sce
blob: 5b49500225eae87e00a4a20798cab0b2b1e4d662 (plain)
1
2
3
4
5
6
7
8
9
//Example 3.5 // Thickness of quarter wave plate
clc;
clear;
//given data :
b=.172;//bifringe of plate
w=6D-7;// wavelength of light used in m
t=w/(4*(b));//thickness of  in m
t=t*100;// to convert in cm
disp(t,"thickness of quarter wave plate in cm")