summaryrefslogtreecommitdiff
path: root/3840/CH6/EX6.11
diff options
context:
space:
mode:
Diffstat (limited to '3840/CH6/EX6.11')
-rw-r--r--3840/CH6/EX6.11/Ex6_11.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3840/CH6/EX6.11/Ex6_11.sce b/3840/CH6/EX6.11/Ex6_11.sce
new file mode 100644
index 000000000..6be9127de
--- /dev/null
+++ b/3840/CH6/EX6.11/Ex6_11.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+N=2.7*10**25 //number of atoms
+epsilon0=8.85*10**-12
+epsilonr=1.000435 //dielectric constant
+
+//Calculation
+alphae=epsilon0*(epsilonr-1)/N //polarisability(Fm**2)
+
+//Result
+printf("\n polarisability is %0.3f *10**-40 F-m**2",alphae*10**40)