summaryrefslogtreecommitdiff
path: root/1760/CH1/EX1.20/EX1_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH1/EX1.20/EX1_20.sce')
-rwxr-xr-x1760/CH1/EX1.20/EX1_20.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1760/CH1/EX1.20/EX1_20.sce b/1760/CH1/EX1.20/EX1_20.sce
new file mode 100755
index 000000000..16fa0ff3c
--- /dev/null
+++ b/1760/CH1/EX1.20/EX1_20.sce
@@ -0,0 +1,14 @@
+ //EXAMPLE 1-20 PG NO-24
+A=20*10^-6;
+L=30;
+P20=1.72*10^-8;
+R20=P20*L/A;
+X0=0.00426;
+I=5;
+X20=X0/[1+(X0*20)];
+R55=R20*(1+X20*(55-20));
+P=I*I*R55;
+disp('i)RESISTANCE = '+string (R20)+' ohm');
+disp('i) ALPHA 20(X20)= '+string(X20)+' ohm');
+disp('i)RESISTANCE = '+string (R55)+' ohm')
+disp('i)POWER = '+string (P)+' w')