summaryrefslogtreecommitdiff
path: root/3756/CH8/EX8.3/Ex8_3.sce
blob: db082fb38e72a062ecff0f2281096a7ad3ada1a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc
//
//
//

//Variable declaration
k=1.000074
//Calculations
X=(k-1)

//Result
printf("\n The Electrical Susceptibility is %0.6f ",X)