Feeds
질문
To solve a second order differential equation with initial conditions using matrix method
Consider a system governed by a second ODE y''+6y'+5y = 8*exp(-t) with the initial conditions y(0)=y'(0)=0, I need a matlab code...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plotting Airy equation using matlab
How can I plot the airy function? code used syms y(t) dsolve(diff(y, 2) - t*y == 0) ezplot(dsolve , [-2,2]) This is...
5년 초과 전 | 답변 수: 1 | 0
