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 --- 3836/CH13/EX13.6/Ex13_6.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3836/CH13/EX13.6/Ex13_6.sce (limited to '3836/CH13/EX13.6') diff --git a/3836/CH13/EX13.6/Ex13_6.sce b/3836/CH13/EX13.6/Ex13_6.sce new file mode 100644 index 000000000..f9ac62348 --- /dev/null +++ b/3836/CH13/EX13.6/Ex13_6.sce @@ -0,0 +1,11 @@ +clear +//Initialization +C1=10*10**-6 //capacitance in Farad +C2=25*10**-6 //capacitance in Farad + +//Calculation +C=(C1*C2)/(C1+C2) //capacitance in Farad + +//Results +printf("\n C = %.2f uF",C*10**6) + -- cgit