//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;