diff options
Diffstat (limited to '3841/CH5/EX5.9')
-rw-r--r-- | 3841/CH5/EX5.9/Ex5_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3841/CH5/EX5.9/Ex5_9.sce b/3841/CH5/EX5.9/Ex5_9.sce new file mode 100644 index 000000000..f5419fd5c --- /dev/null +++ b/3841/CH5/EX5.9/Ex5_9.sce @@ -0,0 +1,11 @@ +clear +// +//find the total weight and airfuel ratio +//given data +O2=409.9 +lb=0.231 +w=409.9 +W=w/lb +AFR=W/120. +printf("\n \n total weight %.2f ",W) +printf("\n \n air fuel ratio %.2f ",AFR) |