diff options
Diffstat (limited to '3014/CH4/EX4.15/Ex4_15.sce')
-rwxr-xr-x | 3014/CH4/EX4.15/Ex4_15.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3014/CH4/EX4.15/Ex4_15.sce b/3014/CH4/EX4.15/Ex4_15.sce new file mode 100755 index 000000000..633f55bbc --- /dev/null +++ b/3014/CH4/EX4.15/Ex4_15.sce @@ -0,0 +1,9 @@ +
+clc
+//Given that
+n = 1.5 // Refractive index
+epsilon = 5.6 // Static dielectric constant
+printf("Example 4.15")
+per = (1-((n^2-1)/(n^2+2))*(epsilon+2)/(epsilon-1))*100 // Pecentage ionic polarisability
+printf("\n Percentage ionic polarizability is %f pecent\n\n\n",per)
+// Answer in book is 5.14 %
|