R/Simulation_simp1d.R

Defines functions Simulation_simp1d m_t_V2

#Euler's Method of simulation of 1d kinetic motion

Simulation_simp1d<-function(t=seq(from = 0,to= 3600,by = .0001),
                            v = 0,
                            a=0,
                            mfunc,
                            pfunc,
                            Tfunc){

}

m_t_V2<-function(t) 12500-3810/(320/2880*3600)*t# guess from wikipedia
HaoLi111/SimpleAerospace documentation built on May 28, 2019, 9:37 a.m.