summaryrefslogtreecommitdiff
path: root/3014/CH4/EX4.9
diff options
context:
space:
mode:
Diffstat (limited to '3014/CH4/EX4.9')
-rwxr-xr-x3014/CH4/EX4.9/Ex4_9.sce13
-rwxr-xr-x3014/CH4/EX4.9/Ex4_9.txt3
2 files changed, 16 insertions, 0 deletions
diff --git a/3014/CH4/EX4.9/Ex4_9.sce b/3014/CH4/EX4.9/Ex4_9.sce
new file mode 100755
index 000000000..103e6bd00
--- /dev/null
+++ b/3014/CH4/EX4.9/Ex4_9.sce
@@ -0,0 +1,13 @@
+
+clc
+//Given that
+alpha_e = 2e-40 // Electronic polarisability in Fm^2
+N = 4e28 // density in atoms/m^3
+epsilon_0 = 8.85e-12 // Permittivity of free space
+
+printf("Example 4.9")
+epsilon_r = 1+ N*alpha_e/(epsilon_0) // Calculation of relative permittivity
+printf("\n Relative permittivity is %f\n\n\n",epsilon_r)
+
+
+
diff --git a/3014/CH4/EX4.9/Ex4_9.txt b/3014/CH4/EX4.9/Ex4_9.txt
new file mode 100755
index 000000000..b2f1b8b79
--- /dev/null
+++ b/3014/CH4/EX4.9/Ex4_9.txt
@@ -0,0 +1,3 @@
+
+Example 4.9
+ Relative permittivity is 1.903955