diff options
Diffstat (limited to '1664/CH11/EX11.7/Ex11_7.sce')
-rwxr-xr-x | 1664/CH11/EX11.7/Ex11_7.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1664/CH11/EX11.7/Ex11_7.sce b/1664/CH11/EX11.7/Ex11_7.sce new file mode 100755 index 000000000..25dda52b5 --- /dev/null +++ b/1664/CH11/EX11.7/Ex11_7.sce @@ -0,0 +1,9 @@ +
+//Example NO.11.7
+//Page No.337
+clc;clear;
+E0 = (8.854*10^-12);
+x = (4.94);//Relative suceptibility.
+N = (10^28);//Number of dipoles per unit volume [per m^3].
+a = ((E0*x)/N);//Polarizability of the material
+printf("\nPolarizability of the material is %3.3e F m^-2",a);
|