summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.25/Ex4_25.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.25/Ex4_25.sce')
-rw-r--r--3769/CH4/EX4.25/Ex4_25.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH4/EX4.25/Ex4_25.sce b/3769/CH4/EX4.25/Ex4_25.sce
new file mode 100644
index 000000000..f92aa60e5
--- /dev/null
+++ b/3769/CH4/EX4.25/Ex4_25.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+C=5*10**-6
+V=100
+C1=3*10**-6
+
+//Calculation
+q=C*V
+Cp=C+C1
+pd=q/Cp
+
+//Result
+printf("\n P.D across the capacitor is %0.3f V", pd)