summaryrefslogtreecommitdiff
path: root/3840/CH6/EX6.5/Ex6_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3840/CH6/EX6.5/Ex6_5.sce')
-rw-r--r--3840/CH6/EX6.5/Ex6_5.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3840/CH6/EX6.5/Ex6_5.sce b/3840/CH6/EX6.5/Ex6_5.sce
new file mode 100644
index 000000000..c6731bc23
--- /dev/null
+++ b/3840/CH6/EX6.5/Ex6_5.sce
@@ -0,0 +1,16 @@
+clear
+//
+//
+//
+
+//Variable declaration
+epsilonr=5 //relative permittivity
+V=12 //potential(V)
+d=2*10**-3 //separation(m)
+epsilon0=8.85*10**-12
+
+//Calculation
+P=epsilon0*(epsilonr-1)*V/d //polarisation(C-m)
+
+//Result
+printf("\n polarisation is %0.3f *10**-9 C-m",P*10**9)