summaryrefslogtreecommitdiff
path: root/3557/CH20/EX20.2/Ex20_2.sce
blob: fe71ac12b04bd04958b1d7e2a2622664485d264c (plain)
1
2
3
4
5
6
//Example 20.2//
wt=570;//kg// wt savings/aircraft
a=50;//airc raft
b=830;//1per yr/kg // (fuel/year)/(wt savings)
f=wt*b*a
mprintf("f = %e l",f)