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.a.6/Example_a_8_6.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3673/CH8/EX8.a.6/Example_a_8_6.sce (limited to '3673/CH8/EX8.a.6/Example_a_8_6.sce') diff --git a/3673/CH8/EX8.a.6/Example_a_8_6.sce b/3673/CH8/EX8.a.6/Example_a_8_6.sce new file mode 100644 index 000000000..37ff46264 --- /dev/null +++ b/3673/CH8/EX8.a.6/Example_a_8_6.sce @@ -0,0 +1,15 @@ +//Example_a_8_6 page no:328 +clc; +V=100; +I=0.7; +Vc=200; +omega=2*%pi*200; +C=I/(omega*200); +C=C*10^6;//converting to microFarad +Xc=200/0.7; +Xl=Xc; +L=Xl/(2*%pi*200); +R=(V/I)-50; +disp(C,"the capacitance is (in microFarad)"); +disp(L,"the inductanc is (in H)"); +disp(R,"the resistance is (in ohm)"); -- cgit