summaryrefslogtreecommitdiff
path: root/3769/CH11/EX11.10/Ex11_10.sce
blob: 3a40ed8751bc8ba7a3edde59092af7ae4434938e (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
x=1.68*10**-4
T1=293
T2=77.4

//Calculation
x1=(x*T1)/T2

//Result
printf("\n Susceptibility is %0.2f  *10**-4",x1*10**4)