summaryrefslogtreecommitdiff
path: root/3768/CH7/EX7.6/Ex7_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3768/CH7/EX7.6/Ex7_6.sce')
-rw-r--r--3768/CH7/EX7.6/Ex7_6.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3768/CH7/EX7.6/Ex7_6.sce b/3768/CH7/EX7.6/Ex7_6.sce
new file mode 100644
index 000000000..dfcc38273
--- /dev/null
+++ b/3768/CH7/EX7.6/Ex7_6.sce
@@ -0,0 +1,16 @@
+//Example number 7.6, Page number 148
+
+clc;clear;
+close;
+
+//Variable declaration
+A=6.45*10**-4; //area(m**2)
+epsilon0=8.85*10**-12;
+d=2*10**-3; //seperation(m)
+epsilonr=5; //dielectric constant
+N=6.023*10**23; //avagadro number
+//Calculation
+alpha_e=epsilon0*(epsilonr-1)/N; //polarisability(Fm**2)
+//Result
+printf("polarisability is %.3e Fm^2",alpha_e)
+//answer in the book is wrong