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 --- 3769/CH27/EX27.9/Ex27_9.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 3769/CH27/EX27.9/Ex27_9.sce (limited to '3769/CH27/EX27.9/Ex27_9.sce') diff --git a/3769/CH27/EX27.9/Ex27_9.sce b/3769/CH27/EX27.9/Ex27_9.sce new file mode 100644 index 000000000..39c00ce82 --- /dev/null +++ b/3769/CH27/EX27.9/Ex27_9.sce @@ -0,0 +1,18 @@ +clear +//Given +Vf=0.3 //V +If=4.3*10**-3 //A +Vc=0.35 +Va=0.25 +Ic=6*10**-3 +Ia=3*10**-3 + +//Calculation +Rdc=Vf/If +Vf1=Vc-Va +If1=Ic-Ia +Rac=Vf1/If1 + +//Result +printf("\n (i) D.C. resistance is %0.2f ohm",Rdc) +printf("\n (ii) A.C. resistance is %0.2f ohm",Rac) -- cgit