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.1/1.sci | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 965/CH11/EX11.1/1.sci (limited to '965/CH11/EX11.1') diff --git a/965/CH11/EX11.1/1.sci b/965/CH11/EX11.1/1.sci new file mode 100644 index 000000000..b6ad157f9 --- /dev/null +++ b/965/CH11/EX11.1/1.sci @@ -0,0 +1,12 @@ +clc; +clear all; +disp("rate of energy emmission") +A=0.12;//m^2 +T=527+273;// K +sigma=5.67*10^(-8); +Eb=sigma*A*T^4;//W +disp("W",Eb,"The total rate of energy emmision, Eb =") +Ibn=sigma*(T/100)^4/10^(-8);// W/m^2 sr +disp("W/m^2 .sr",Ibn,"Intensity of normal radiation , Ibn =") +lmax=2898/T;//mu.m +disp("mu m",lmax, "Wavelength of maximum monochromatic emmissive power = ") -- cgit