diff options
Diffstat (limited to '3840/CH6/EX6.1/Ex6_1.sce')
-rw-r--r-- | 3840/CH6/EX6.1/Ex6_1.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3840/CH6/EX6.1/Ex6_1.sce b/3840/CH6/EX6.1/Ex6_1.sce new file mode 100644 index 000000000..b9441fe3e --- /dev/null +++ b/3840/CH6/EX6.1/Ex6_1.sce @@ -0,0 +1,14 @@ +clear +// +// +// + +//Variable declaration +alpha_e=10**-40 //polarisability(Fm**2) +N=3*10**28 //density of atoms +epsilon0=8.85*10**-12 + +//Calculation +epsilonr=(N*alpha_e/epsilon0)+1 //dielectric constant + +//Result |