diff options
Diffstat (limited to '3769/CH20/EX20.2')
-rw-r--r-- | 3769/CH20/EX20.2/Ex20_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH20/EX20.2/Ex20_2.sce b/3769/CH20/EX20.2/Ex20_2.sce new file mode 100644 index 000000000..794bdc64c --- /dev/null +++ b/3769/CH20/EX20.2/Ex20_2.sce @@ -0,0 +1,11 @@ +clear +//Given +I2=150 +I1=75.0 +E1=20 + +//Calculation +E2=(I2*E1)/I1 + +//Result +printf("\n Illumination is %0.3f lux", E2) |