diff options
Diffstat (limited to '3756/CH7/EX7.5/Ex7_5.sce')
-rw-r--r-- | 3756/CH7/EX7.5/Ex7_5.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH7/EX7.5/Ex7_5.sce b/3756/CH7/EX7.5/Ex7_5.sce new file mode 100644 index 000000000..00477719f --- /dev/null +++ b/3756/CH7/EX7.5/Ex7_5.sce @@ -0,0 +1,15 @@ +clc +// +// +// + +//Variable declaration +R=1.5*10**11 //Average distance between sun & Earth +P=3.8*10**26 //Power Radiated by sun + + +//Calculations +S=((P*60)/(4*3.14*(R**2)*4.2*100))*10**-2 + +//Result +printf("\n The Average solar energy incident on earth is %1.2f cal/cm**2/min",S) |