From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3673/CH8/EX8.1/Ex8_1.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3673/CH8/EX8.1/Ex8_1.sce (limited to '3673/CH8/EX8.1/Ex8_1.sce') 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)"); -- cgit