필터 지우기
필터 지우기

Solving a system of nonlinear second order differential equations.

조회 수: 1 (최근 30일)
Sina
Sina 2016년 2월 2일
댓글: Torsten 2016년 2월 5일
I have developed a set of n equations, n variables for my dynamic system. The derivatives are second and first order in terms of theta (angle) of different components of the system (basically a set of n lagranges equations). I need to solve the system using Matlab or Simulink.
l_i and m_i are constants and F_x and F_z and F_y are known. The only variables are θ_i. I need to solve system (3.40) basically for all θ's (time transient response)
To simplify, I have the following equation which I need to solve for θ's
F(t,θi, θ'i, θ"i)=G(θi) (i=1,...,n)
and all n equations are coupled.
1. Can I do this so that I can get the time transient results (for all \theta)? 2. What is the best way to approach this? Hopefully to be able to animate this!? Thanks a million.
  댓글 수: 1
Torsten
Torsten 2016년 2월 5일
In my opinion, B*thetadot*thetadot is not defined (B*thetadot is an (nx1) vector which can not be multiplied with another (nx1) vector.)
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by