From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 965/CH11/EX11.2/2.sci | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 965/CH11/EX11.2/2.sci (limited to '965/CH11/EX11.2/2.sci') 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 =") -- cgit