diff options
Diffstat (limited to '3756/CH4/EX4.5/Ex4_5.sce')
-rw-r--r-- | 3756/CH4/EX4.5/Ex4_5.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH4/EX4.5/Ex4_5.sce b/3756/CH4/EX4.5/Ex4_5.sce new file mode 100644 index 000000000..172a701eb --- /dev/null +++ b/3756/CH4/EX4.5/Ex4_5.sce @@ -0,0 +1,14 @@ +clc +// +// +// + +//Variable declaration +lambdaa=5*10**-5 //Wavelength +theta=32 //Angle subtended by the sun at the slit + +//Calculations +l=((lambdaa*60*180)/(theta*3.14)) + +//Result +printf("\n The transverse coherence length is %1.3f cm",l) |