diff options
Diffstat (limited to '3557/CH20/EX20.2')
-rw-r--r-- | 3557/CH20/EX20.2/Ex20_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3557/CH20/EX20.2/Ex20_2.sce b/3557/CH20/EX20.2/Ex20_2.sce new file mode 100644 index 000000000..fe71ac12b --- /dev/null +++ b/3557/CH20/EX20.2/Ex20_2.sce @@ -0,0 +1,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)
|