Feeds
질문
i am trying to solve ODE with the help of laplace transform, but it shows error in doing so, why?
syms x t s X >> Dx = diff(x,t); D2x = diff(Dx,t); >> F=laplace(D2x+7*Dx+10*x(t)==20); Error using sym/subsindex (line 864) ...
3년 초과 전 | 답변 수: 1 | 0