diff options
Diffstat (limited to '3769/CH20/EX20.7/Ex20_7.sce')
-rw-r--r-- | 3769/CH20/EX20.7/Ex20_7.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH20/EX20.7/Ex20_7.sce b/3769/CH20/EX20.7/Ex20_7.sce new file mode 100644 index 000000000..364d3158f --- /dev/null +++ b/3769/CH20/EX20.7/Ex20_7.sce @@ -0,0 +1,11 @@ +clear +//Given +i2=60 +r2=105.0 +r1=70 + +//Calculation +i1=(i2*r1**2)/r2**2 + +//Result +printf("\n The luminous intensity of the first lamp is %0.2f cd",i1) |