summaryrefslogtreecommitdiff
path: root/1760/CH7/EX7.16/EX7_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH7/EX7.16/EX7_16.sce')
-rwxr-xr-x1760/CH7/EX7.16/EX7_16.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1760/CH7/EX7.16/EX7_16.sce b/1760/CH7/EX7.16/EX7_16.sce
new file mode 100755
index 000000000..83a7b461b
--- /dev/null
+++ b/1760/CH7/EX7.16/EX7_16.sce
@@ -0,0 +1,11 @@
+ //EXAMPLE 7-16 PG NO-473
+Zoc1=40;
+Zsc1=36.67;
+Zi1=sqrt((Zoc1*Zsc1));
+disp('i) IMPEDANCE (Zi1) is = '+string (Zi1) +'ohm ');
+Zoc2=30;
+Zsc2=27.5;
+Zi2=sqrt((Zoc2*Zsc2));
+disp('ii) IMPEDANCE (Zi2) is = '+string (Zi2) +'ohm ');
+TETA=1/tanh(0.9167);
+disp('iii) (TETA) is = '+string (TETA) +'degree ');