summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.1/Ex8_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH8/EX8.1/Ex8_1.sce')
-rw-r--r--3673/CH8/EX8.1/Ex8_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3673/CH8/EX8.1/Ex8_1.sce b/3673/CH8/EX8.1/Ex8_1.sce
new file mode 100644
index 000000000..914e8906f
--- /dev/null
+++ b/3673/CH8/EX8.1/Ex8_1.sce
@@ -0,0 +1,8 @@
+//Example 8_1 page no:297
+clc;
+Xl=25;//inductive reactance in ohm
+Xc=Xl;//inductive capacitance at resonance in ohm
+R=50;//resistance in ohm
+Z=R;//impedence at resonance
+disp(Xc,"capacitive reactance is (in ohm)");
+disp(Z,"impedance at resonance is (in ohm)");