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 years 前 | 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 years 前 | 1 个回答 | 0
