From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1826/CH18/EX18.3/ex18_3.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 1826/CH18/EX18.3/ex18_3.sce (limited to '1826/CH18/EX18.3') 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) -- cgit