summaryrefslogtreecommitdiff
path: root/3651/CH6/EX6.22/22.sce
blob: 5d86b718786ed7fccfa90b6e2a3c7905358373b4 (plain)
1
2
3
4
5
6
7
8
9
10
11

//Variable declaration
Tc1=4.185
M1=199.5
M2=203.4

//Calculations
Tc2=Tc1*(M1/M2)**(1/2)

//Result
printf('New critical temperature for mercury = %0.3f     K   \n',(Tc2))