summaryrefslogtreecommitdiff
path: root/1952/CH10
diff options
context:
space:
mode:
Diffstat (limited to '1952/CH10')
-rwxr-xr-x1952/CH10/EX10.1/Ex10_1.sce7
-rwxr-xr-x1952/CH10/EX10.2/Ex10_2.sce7
2 files changed, 14 insertions, 0 deletions
diff --git a/1952/CH10/EX10.1/Ex10_1.sce b/1952/CH10/EX10.1/Ex10_1.sce
new file mode 100755
index 000000000..e14da5a81
--- /dev/null
+++ b/1952/CH10/EX10.1/Ex10_1.sce
@@ -0,0 +1,7 @@
+// chapter 10 , Example10 1 , pg 289
+Er=1.0000684 //Dielectric constant
+N=2.7*10^25 //(in atoms/m^3)
+E0=8.85*10^-12 //permittivity of free space (in F/m)
+Alpha_e=(E0*(Er-1))/N //electronic polarization
+printf("Electronic polarization (in F*m^2)\n")
+disp(Alpha_e)
diff --git a/1952/CH10/EX10.2/Ex10_2.sce b/1952/CH10/EX10.2/Ex10_2.sce
new file mode 100755
index 000000000..2ac0d3b8d
--- /dev/null
+++ b/1952/CH10/EX10.2/Ex10_2.sce
@@ -0,0 +1,7 @@
+// chapter 10 , Example10 2 , pg 290
+Er=1.0024 //Dielectric constant
+N=2.7*10^25 //(in atoms/m^3)
+E0=8.85*10^-12 //permittivity of free space (in F/m)
+Alpha_e=(E0*(Er-1))/N //electronic polarization
+printf("Electronic polarization (in F*m^2)\n")
+disp(Alpha_e)