diff options
Diffstat (limited to '1865/CH4/EX4.7/prob_7.sce')
-rw-r--r-- | 1865/CH4/EX4.7/prob_7.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1865/CH4/EX4.7/prob_7.sce b/1865/CH4/EX4.7/prob_7.sce new file mode 100644 index 000000000..5e3c4efeb --- /dev/null +++ b/1865/CH4/EX4.7/prob_7.sce @@ -0,0 +1,10 @@ + +//Problem 7
+//Calculate the spatial coherence length at some distance from the source
+clear
+clc
+w=10//wavelength by plasma produced by laser (in nm)
+a=100//diameter of the ball that plasma consisting in micro meter
+D=0.5//distance from the source in m
+l=(w*D*10^(-9))/(a*10^(-6))// spatial coherence length at distance D from the source in m
+printf('spatial coherence length at distance D from the source = %.7f m',l)
\ No newline at end of file |