summaryrefslogtreecommitdiff
path: root/1826/CH19/EX19.7/ex19_7.sce
blob: da562b48005f41590c5d9cbdcaab08b93882b884 (plain)
1
2
3
4
5
6
7
8
9
// Example 19.7, page no-545
clear
clc

mu=9.4*10^-24
H=2
k=1.38*10^-23
T=2*mu*H/(k*log(2))
printf("The temperature of the system T is %.1f K",T)