summaryrefslogtreecommitdiff
path: root/1994/CH3/EX3.5/Example3_5.sce
blob: 980fd1a976674cfc566a10a76a5b73c99d35875c (plain)
1
2
3
4
5
6
7
//Chapter-3,Example3_5,pg 3_13
F=1*10^6
T=1/F
n=8
Tc=T*(n+1)
printf("converstion time\n")
printf("Tc=%.7f sec",Tc)