diff options
Diffstat (limited to '3769/CH22/EX22.1/Ex22_1.sce')
-rw-r--r-- | 3769/CH22/EX22.1/Ex22_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH22/EX22.1/Ex22_1.sce b/3769/CH22/EX22.1/Ex22_1.sce new file mode 100644 index 000000000..54dac36fe --- /dev/null +++ b/3769/CH22/EX22.1/Ex22_1.sce @@ -0,0 +1,11 @@ +clear +//Given +D=1 //m +l=5*10**-7 //m +d=0.1*10**-3 //m + +//Calculation +W=(2*D*l)/d + +//Result +printf("\n Width of the central maximum is %0.3f cm", W*10**2) |