Modelling a system of differential equations with recurrences in matlab
Trying to model a system in the form
a*u[n]” + b*u[n] = k( v[n+1] + v[n-1] – 2u[n] )
c*v[n]” + d*v[n] = k( u[n+1] + u[n-1] – 2v[n] )
a,b,c,d,k are all constants
Pretty sure this can only be done numericallyTrying to model a system in the form
a*u[n]” + b*u[n] = k( v[n+1] + v[n-1] – 2u[n] )
c*v[n]” + d*v[n] = k( u[n+1] + u[n-1] – 2v[n] )
a,b,c,d,k are all constants
Pretty sure this can only be done numerically Trying to model a system in the form
a*u[n]” + b*u[n] = k( v[n+1] + v[n-1] – 2u[n] )
c*v[n]” + d*v[n] = k( u[n+1] + u[n-1] – 2v[n] )
a,b,c,d,k are all constants
Pretty sure this can only be done numerically ode, system MATLAB Answers — New Questions









