summaryrefslogtreecommitdiff
path: root/3755/CH10/EX10.12/Ex10_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3755/CH10/EX10.12/Ex10_12.sce')
-rw-r--r--3755/CH10/EX10.12/Ex10_12.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3755/CH10/EX10.12/Ex10_12.sce b/3755/CH10/EX10.12/Ex10_12.sce
new file mode 100644
index 000000000..12fd228b4
--- /dev/null
+++ b/3755/CH10/EX10.12/Ex10_12.sce
@@ -0,0 +1,16 @@
+clear
+//
+//
+//
+
+//Variable declaration
+epsilon0=8.85*10^-12; //relative permeability(F/m)
+epsilonr=1.0024; //dielectric constant
+N=2.7*10^25; //number of atoms
+
+//Calculations
+alphae=epsilon0*(epsilonr-1)/N; //electronic polarizability(Fm^2)
+
+//Result
+printf("\n electronic polarizability is %0.1f *10^-40 Fm^2",alphae*10^40)
+printf("\n answer in the book is wrong")