summaryrefslogtreecommitdiff
path: root/1760/CH1/EX1.28
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH1/EX1.28')
-rwxr-xr-x1760/CH1/EX1.28/EX1_28.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/1760/CH1/EX1.28/EX1_28.sce b/1760/CH1/EX1.28/EX1_28.sce
new file mode 100755
index 000000000..f557fc0f5
--- /dev/null
+++ b/1760/CH1/EX1.28/EX1_28.sce
@@ -0,0 +1,4 @@
+ //EXAMPLE 1-28 PG NO-27
+C1=60; //TWO CAPACITOR CONNECTED IN SERIES
+EC=(C1*C1)/(C1+C1); //EQUIVALENT CAPACITOR
+disp('i) Equivalent Cpacitor (EC) is = '+string (EC) +' microF ');