diff options
Diffstat (limited to '3769/CH21/EX21.1/Ex21_1.sce')
-rw-r--r-- | 3769/CH21/EX21.1/Ex21_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH21/EX21.1/Ex21_1.sce b/3769/CH21/EX21.1/Ex21_1.sce new file mode 100644 index 000000000..48e3670b7 --- /dev/null +++ b/3769/CH21/EX21.1/Ex21_1.sce @@ -0,0 +1,11 @@ +clear +//Goven +d=5*10**-3 //m +D=1.0 //m +b=0.1092*10**-3 + +//Calculation +l=(d*b)/D + +//Result +printf("\n Wavelength of light used is %0.3f A", l*10**10) |