diff options
Diffstat (limited to '746/CH4/EX4.12/4_12.sce')
-rwxr-xr-x | 746/CH4/EX4.12/4_12.sce | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/746/CH4/EX4.12/4_12.sce b/746/CH4/EX4.12/4_12.sce deleted file mode 100755 index 86464c549..000000000 --- a/746/CH4/EX4.12/4_12.sce +++ /dev/null @@ -1,11 +0,0 @@ -//Velocity of rocket//
-pathname=get_absolute_file_path('4.12.sce')
-filename=pathname+filesep()+'4.12-data.sci'
-exec(filename)
-//Acceleration of rocket at t=0(in m/sec^2):
-Ve*me/M0-g
-//Velocity of rocket at t=10 (in m/sec):
-function y=f(t),y=Ve*me/(M0-me*t)-g,endfunction
-Vcv=intg(0,t,f)
-printf("\n\nRESULTS\n\n")
-printf("\n\nVelocity of rocket at t=10: %.1f m/sec\n\n",Vcv)
|