summaryrefslogtreecommitdiff
path: root/3535/CH10/EX10.7/Ex10_7.sce
blob: ec044083ac3439427c989e3cf53d0e6722e7d1aa (plain)
1
2
3
4
5
6
7
//Chapter 10, Example 10.7, Page 285
clc
clear
// Keff
Keff = 1/(1-0.0065*0.1)
printf(" Keff = %f \n",Keff)
//Answer may vary due to round off error