summaryrefslogtreecommitdiff
path: root/995/CH2/EX2.25
diff options
context:
space:
mode:
Diffstat (limited to '995/CH2/EX2.25')
-rwxr-xr-x995/CH2/EX2.25/Ex2_25.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/995/CH2/EX2.25/Ex2_25.sce b/995/CH2/EX2.25/Ex2_25.sce
new file mode 100755
index 000000000..ec048255e
--- /dev/null
+++ b/995/CH2/EX2.25/Ex2_25.sce
@@ -0,0 +1,12 @@
+//Ex:2.25
+clc;
+clear;
+close;
+C1=2;//in nF
+C2=4;//in nF
+C3=2;
+C4=4;
+C_a=C1+C2;
+C_b=C_a*C3/(C_a+C3);
+C_eff=C4+C_b;
+printf("Capacitance = %f nF",C_eff); \ No newline at end of file