diff options
Diffstat (limited to '965/CH11/EX11.2')
-rw-r--r-- | 965/CH11/EX11.2/2.sci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/965/CH11/EX11.2/2.sci b/965/CH11/EX11.2/2.sci new file mode 100644 index 000000000..8d1aac88b --- /dev/null +++ b/965/CH11/EX11.2/2.sci @@ -0,0 +1,10 @@ +clc;
+clear all;
+disp("surface temperature of sun")
+lmax=0.49;//mu m
+T=2898/lmax;//mu.m
+disp("K",T, "surface temperature of sun = ")
+
+sigma=5.67*10^(-8);
+Eb=sigma*T^4;//W/m^2
+disp("W/m^2",Eb,"The total rate of energy emmision, Eb =")
|