From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1382/CH5/EX5.1/EX_5_1.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 1382/CH5/EX5.1/EX_5_1.sce (limited to '1382/CH5/EX5.1') diff --git a/1382/CH5/EX5.1/EX_5_1.sce b/1382/CH5/EX5.1/EX_5_1.sce new file mode 100755 index 000000000..17c8bb40c --- /dev/null +++ b/1382/CH5/EX5.1/EX_5_1.sce @@ -0,0 +1,8 @@ +// Example 5.1:COUPLING CAPACITOR +clc; +clear; +close; +Rs=10;//series resistance in killo ohms +Xc1= Rs/10;//reactance at 20Hz +C1=(1/(2*%pi*20*Xc1*10^3))*10^6;//CAPACITANCE IN MICRO FARAD +disp(C1,"capacitance in micro farad is as this is not a standar value will select 10 micro farad") -- cgit