diff options
Diffstat (limited to '746/DEPENDENCIES/4_12.sci')
-rwxr-xr-x | 746/DEPENDENCIES/4_12.sci | 10 |
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;
|