Solving a DDE in laplace domain with Pade approximation
2 次查看(过去 30 天)
显示 更早的评论
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
2017-12-12
Don't you have to supply initial conditions for x on a complete interval of length 1 ?
Best wishes
Torsten.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!