summaryrefslogtreecommitdiff
path: root/446/CH3/EX3.5
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /446/CH3/EX3.5
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '446/CH3/EX3.5')
-rwxr-xr-x446/CH3/EX3.5/3_5.sce12
-rwxr-xr-x446/CH3/EX3.5/3_5.txt10
2 files changed, 22 insertions, 0 deletions
diff --git a/446/CH3/EX3.5/3_5.sce b/446/CH3/EX3.5/3_5.sce
new file mode 100755
index 000000000..ea931e962
--- /dev/null
+++ b/446/CH3/EX3.5/3_5.sce
@@ -0,0 +1,12 @@
+clear
+clc
+disp('Exa-3.5(a)');
+T1=293; Kw=2.898*10^-3;
+w1=Kw/T1;
+printf('The wavelength at which emits maximum radiation is %.2f um.\n',w1*10^6);
+disp('Exa-3.5(b)');
+w2=650*10^-9;
+T2=Kw/w2;
+printf('The temperature of the object must be raised to %.0f K.\n',T2);
+disp('Exa-3.5(c)');
+x=(T2/T1)^4; printf('Thus the thermal radiation at higher temperature is %.2e times the room (lower) tempertaure.\n',x); \ No newline at end of file
diff --git a/446/CH3/EX3.5/3_5.txt b/446/CH3/EX3.5/3_5.txt
new file mode 100755
index 000000000..19f829576
--- /dev/null
+++ b/446/CH3/EX3.5/3_5.txt
@@ -0,0 +1,10 @@
+
+ Exa-3.5(a)
+The wavelength at which emits maximum radiation is 9.89 um.
+
+ Exa-3.5(b)
+The temperature of the object must be raised to 4458 K.
+
+ Exa-3.5(c)
+Thus the thermal radiation at higher temperature is 5.36e+004 times the room (lower) tempertaure.
+ \ No newline at end of file