summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.11/Ex4_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.11/Ex4_11.sce')
-rw-r--r--3769/CH4/EX4.11/Ex4_11.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH4/EX4.11/Ex4_11.sce b/3769/CH4/EX4.11/Ex4_11.sce
new file mode 100644
index 000000000..3743d5bda
--- /dev/null
+++ b/3769/CH4/EX4.11/Ex4_11.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+c1=0.5 //micro F
+c2=0.3 //micro F
+c3=0.2 //micro F
+
+//Calculation
+Cp=c1+c2+c3
+Cs=(1/c1)+(1/c2)+(1/c3)
+
+//Result
+printf("\n The ratio ofmaximum capacitance to minimum capacitance is %0.1f ",Cs)