summaryrefslogtreecommitdiff
path: root/3840/CH6/EX6.9
diff options
context:
space:
mode:
Diffstat (limited to '3840/CH6/EX6.9')
-rw-r--r--3840/CH6/EX6.9/Ex6_9.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3840/CH6/EX6.9/Ex6_9.sce b/3840/CH6/EX6.9/Ex6_9.sce
new file mode 100644
index 000000000..8a0e9fe28
--- /dev/null
+++ b/3840/CH6/EX6.9/Ex6_9.sce
@@ -0,0 +1,16 @@
+clear
+//
+//
+//
+
+//Variable declaration
+A=750*10**-6 //area(m**2)
+epsilon0=8.85*10**-12
+epsilonr=3.5 //dielectric constant
+d=5*10**-3 //seperation(m)
+Q=2.5*10**-10 //charge on plates(C)
+
+//Calculation
+V=Q*d/(epsilon0*epsilonr*A) //voltage across plates(V)
+
+//Result