diff options
Diffstat (limited to '3769/CH24/EX24.21/Ex24_21.sce')
-rw-r--r-- | 3769/CH24/EX24.21/Ex24_21.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH24/EX24.21/Ex24_21.sce b/3769/CH24/EX24.21/Ex24_21.sce new file mode 100644 index 000000000..93353fa41 --- /dev/null +++ b/3769/CH24/EX24.21/Ex24_21.sce @@ -0,0 +1,13 @@ +clear +//Given +n1=2 +n2=3 +lb=6563 +a=20 +b=108.0 + +//Calculation +l1=(lb*a)/b + +//Result +printf("\n Wavelength of first member is %0.0f A",l1) |