diff options
Diffstat (limited to '3769/CH21/EX21.8/Ex21_8.sce')
-rw-r--r-- | 3769/CH21/EX21.8/Ex21_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH21/EX21.8/Ex21_8.sce b/3769/CH21/EX21.8/Ex21_8.sce new file mode 100644 index 000000000..abafdda0a --- /dev/null +++ b/3769/CH21/EX21.8/Ex21_8.sce @@ -0,0 +1,11 @@ +clear +//Given +b2=0.4 +b1=0.6 +l1=5000 + +//Calculation +l2=(b2*2*l1)/b1 + +//Result +printf("\n Wavelength of the light is %0.0f A",l2) |