summaryrefslogtreecommitdiff
path: root/3768/CH7/EX7.8/Ex7_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3768/CH7/EX7.8/Ex7_8.sce')
-rw-r--r--3768/CH7/EX7.8/Ex7_8.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3768/CH7/EX7.8/Ex7_8.sce b/3768/CH7/EX7.8/Ex7_8.sce
new file mode 100644
index 000000000..d4d74e530
--- /dev/null
+++ b/3768/CH7/EX7.8/Ex7_8.sce
@@ -0,0 +1,15 @@
+//Example number 7.8, Page number 149
+
+clc;clear;
+close;
+
+//Variable declaration
+epsilonr=4; //relative dielectric constant
+Na=2.08*10**23; //avagadro number
+epsilon0=8.85*10**-12;
+//Calculation
+x=(epsilonr-1)/(epsilonr+2);
+alpha_e=x*3*epsilon0/Na; //electronic polarisability(Fm**2)
+//Result
+printf("electronic polarisability is %.3e Fm^2",alpha_e)
+//answer in the book is wrong