diff options
Diffstat (limited to '1826/CH18/EX18.3')
-rwxr-xr-x | 1826/CH18/EX18.3/ex18_3.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1826/CH18/EX18.3/ex18_3.sce b/1826/CH18/EX18.3/ex18_3.sce new file mode 100755 index 000000000..527126e1e --- /dev/null +++ b/1826/CH18/EX18.3/ex18_3.sce @@ -0,0 +1,8 @@ +// Example 18.3, page no-461
+clear
+clc
+
+n=2.69
+er=4.94
+alfi_by_alfe=(((n+2)*(er-1))/((er+2)*(n-1)))-1
+printf("The ratio of the electronic to ionic polariability is %.4f",1/alfi_by_alfe)
|