From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3785/CH5/EX5.6/Ex5_6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3785/CH5/EX5.6/Ex5_6.sce (limited to '3785/CH5/EX5.6/Ex5_6.sce') diff --git a/3785/CH5/EX5.6/Ex5_6.sce b/3785/CH5/EX5.6/Ex5_6.sce new file mode 100644 index 000000000..a9342e564 --- /dev/null +++ b/3785/CH5/EX5.6/Ex5_6.sce @@ -0,0 +1,9 @@ +// Example 5_6 +clc;funcprot(0); +// Given data +m=2;// The mass flow rate in kg/s +V_e=200;// The rocket exhaust velocity in m/s + +// Calculation +F=m*V_e;// The restraining force required to hold the rocket in place in N +printf("\nThe restraining force required to hold the rocket in place,F_c=%0.0f N",F); -- cgit