summaryrefslogtreecommitdiff
path: root/1627/CH9/EX9.5/Ex9_5.sce
blob: 3effbe0efe543766d0097e3d419454fc57c59a3b (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
v=105//
T1=210//F
T2=100//F
//CALCULATIONS
T=T2-T1//F
//RESULTS
printf('The high value of the viscosity in the temperature is=% f F',T)