summaryrefslogtreecommitdiff
path: root/746/DEPENDENCIES/4_12.sci
diff options
context:
space:
mode:
Diffstat (limited to '746/DEPENDENCIES/4_12.sci')
-rwxr-xr-x746/DEPENDENCIES/4_12.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/4_12.sci b/746/DEPENDENCIES/4_12.sci
new file mode 100755
index 000000000..1137b7719
--- /dev/null
+++ b/746/DEPENDENCIES/4_12.sci
@@ -0,0 +1,10 @@
+//Initial mass of th rocket(in kg):
+M0=400;
+//Rate of fuel consumption(in kg/sec):
+me=5;
+//Exhaust velocity(in m/sec):
+Ve=3500;
+//Acceleration due to gravity(in m/sec^2):
+g=9.81;
+//Time after which velocity is to be calculated(in sec):
+t=10;