diff options
Diffstat (limited to '3769/CH21/EX21.6/Ex21_6.sce')
-rw-r--r-- | 3769/CH21/EX21.6/Ex21_6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH21/EX21.6/Ex21_6.sce b/3769/CH21/EX21.6/Ex21_6.sce new file mode 100644 index 000000000..543e3e941 --- /dev/null +++ b/3769/CH21/EX21.6/Ex21_6.sce @@ -0,0 +1,10 @@ +clear +//Given +Imax=16 +Imin=4 + +//Calculation +r=Imax/Imin + +//Result +printf("\n Deduce the ratio of intensity is %0.3f :1", r) |