diff options
Diffstat (limited to '3769/CH21/EX21.9/Ex21_9.sce')
-rw-r--r-- | 3769/CH21/EX21.9/Ex21_9.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH21/EX21.9/Ex21_9.sce b/3769/CH21/EX21.9/Ex21_9.sce new file mode 100644 index 000000000..f533aa630 --- /dev/null +++ b/3769/CH21/EX21.9/Ex21_9.sce @@ -0,0 +1,12 @@ +clear +//Given +d=0.125*10**-3 //m +l=4500*10**-10 //m +D=1 //m + +//Calculation +x2=(2*D*l)/d +d1=2*x2 + +//Result +printf("\n Separation between the fringes is %0.3f mm", d1*10**3) |