diff options
Diffstat (limited to '3841/CH4/EX4.6')
-rw-r--r-- | 3841/CH4/EX4.6/Ex4_6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3841/CH4/EX4.6/Ex4_6.sce b/3841/CH4/EX4.6/Ex4_6.sce new file mode 100644 index 000000000..c7fa3e404 --- /dev/null +++ b/3841/CH4/EX4.6/Ex4_6.sce @@ -0,0 +1,10 @@ +clear +//given +//compute the gas force action on pistion +//use the figure to compute it +p=500. +D=5**2 +//force=pressure*area +area=0.785*D +F=p*area +printf("\n \n force %.2f lb",F) |