summaryrefslogtreecommitdiff
path: root/343/CH1/EX1.6/ex1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '343/CH1/EX1.6/ex1_6.sce')
-rwxr-xr-x343/CH1/EX1.6/ex1_6.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/343/CH1/EX1.6/ex1_6.sce b/343/CH1/EX1.6/ex1_6.sce
new file mode 100755
index 000000000..c7ad9204b
--- /dev/null
+++ b/343/CH1/EX1.6/ex1_6.sce
@@ -0,0 +1,6 @@
+t1=20; //Assigning values to the parameters
+R1=45;
+R2=48.5;
+alpha0=0.004;
+t2=((R2*(1+alpha0*t1))-45)/(alpha0*R1); //calculating average temperature
+disp(t2,"Average temperature of winding at the end of the run when the resistance increases"); \ No newline at end of file