summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.22
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1199/CH2/EX2.22
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 '1199/CH2/EX2.22')
-rwxr-xr-x1199/CH2/EX2.22/2_22.sci11
1 files changed, 11 insertions, 0 deletions
diff --git a/1199/CH2/EX2.22/2_22.sci b/1199/CH2/EX2.22/2_22.sci
new file mode 100755
index 000000000..abd18dab6
--- /dev/null
+++ b/1199/CH2/EX2.22/2_22.sci
@@ -0,0 +1,11 @@
+// 2.22
+clc;
+th1=100;
+th2=130;
+th0=th1+th2/2;
+Rth1=573.40;
+Rth2=605.52;
+Rth0=589.48;
+ath0=(1/Rth0)*(Rth2-Rth1)/(th2-th1);
+printf("alpha at o degree= %.5f /degree C ",ath0)
+disp('Linear approximation is: Rth= 589.48[1+0.00182(th-115)]') \ No newline at end of file