From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 746/CH4/EX4.12/4_12.sce | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 746/CH4/EX4.12/4_12.sce (limited to '746/CH4/EX4.12') 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) -- cgit