summaryrefslogtreecommitdiff
path: root/3756/CH8/EX8.2/Ex8_2.sce
blob: 92778c31e10289fd713ffb9214696d8ab6a8d0a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clc
//
//
//

//Variable declaration
k=1.000074
E=100
E0=8.854*10**-12
n=0.268*10**26

//Calculations
p=(k-1)*E0*E
P=(p/n)*10**38

//Result
printf("\n The Dipole Moment induced in each Helium atom is %1.3f *10**-38 Coul-m",P)