summaryrefslogtreecommitdiff
path: root/3769/CH21/EX21.6/Ex21_6.sce
blob: 543e3e9413d6c03586902e4b48fc0c2fbd701065 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
Imax=16
Imin=4

//Calculation
r=Imax/Imin

//Result
printf("\n Deduce the ratio of intensity is %0.3f  :1", r)