diff options
Diffstat (limited to '3840/CH6/EX6.3')
-rw-r--r-- | 3840/CH6/EX6.3/Ex6_3.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3840/CH6/EX6.3/Ex6_3.sce b/3840/CH6/EX6.3/Ex6_3.sce new file mode 100644 index 000000000..1c4c582fe --- /dev/null +++ b/3840/CH6/EX6.3/Ex6_3.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +epsilonr=1.0000684 //dielectric constant +N=2.7*10**25 //number of atoms +epsilon0=8.85*10**-12 + +//Calculation +alpha_e=epsilon0*(epsilonr-1)/N //polarisability(Fm**2) + +//Result +printf("\n polarisability is %e Fm**2",alpha_e) |