Solving a DDE in laplace domain with Pade approximation

조회 수: 1 (최근 30일)
Deepayan Bhadra
Deepayan Bhadra 2017년 12월 12일
댓글: Deepayan Bhadra 2017년 12월 12일
I'm trying to solve this: xdot = -Lx(t-1) where x is a 3x1 vector and L a constant 3x3 matrix. The initial conditions for x are [0 0 0]' I computed X(s) manually as [1/(s+L*exp(-0.1s))]*x0. ilaplace(X(s)) gives an error. How do I proceed from here then to get the vector x(t)?
  댓글 수: 2
Torsten
Torsten 2017년 12월 12일
Don't you have to supply initial conditions for x on a complete interval of length 1 ?
Best wishes
Torsten.
Deepayan Bhadra
Deepayan Bhadra 2017년 12월 12일
Could you elaborate on that?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by