summaryrefslogtreecommitdiff
path: root/3594/CH13/EX13.6/Ex13_6.sce
blob: 96c8e962efb4b2536df12a8c748a29d58e7da318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

clc
//given
c=0.01
W=120//lb
w=15//lb
k=.720
h=8.944//in
Q=c*(W+2*w/(1+k))
x=(2*c/(1+2*c))*(1+k)*h
P=Q*x
printf("Governor power = Q*x = %.3f in lb",P)