diff options
Diffstat (limited to '3769/CH17/EX17.4/Ex17_4.sce')
-rw-r--r-- | 3769/CH17/EX17.4/Ex17_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH17/EX17.4/Ex17_4.sce b/3769/CH17/EX17.4/Ex17_4.sce new file mode 100644 index 000000000..21c8c579e --- /dev/null +++ b/3769/CH17/EX17.4/Ex17_4.sce @@ -0,0 +1,11 @@ +clear +//Given +ug=1.5 +uw=1.3 +vw=2.25*10**8 + +//Calculation +vg=(uw*vw)/ug + +//Result +printf("\n Speed of the light in glass is %0.3f *10**8 m/s", vg*10**-8) |