微分方程式问题

d^2y/dx^2-16y=0解不开了...
2026年09月21日 01:19
有2个网友回答
网友(1):

见下图

网友(2):

>> dsolve('D2y-16*y=0','x')

ans =

C1*sinh(4*x)+C2*cosh(4*x)