summaryrefslogtreecommitdiff
path: root/1826/CH18/EX18.12/ex18_12.sce
blob: b6feb63f063a95e0037cc149d102dd13a70beca9 (plain)
1
2
3
4
5
6
7
8
// Example 18.12, page no-467
clear
clc
epsr=12
N=5*10^28 //atoms.m^-3
eps=8.854*10^-12//F.m^-1
alfe=eps*(epsr-1)/N
printf("The electronic polarisability of given element is %.3f * 10^-39 F m^2",alfe*10^39)