【在 w*******g 的大作中提到】 : Could you please tell me the results? I could not access Matlab right now... : Thank you very much!
b*y
5 楼
The following is the full turn-out in matlab 6.0: >> y=dsolve('D2y=a*exp(4*y)+b') Warning: Explicit solution could not be found; implicit solution returned. > In /usr/local/matlab6/toolbox/symbolic/dsolve.m at line 292 y = [ 2*Int(1/(2*a*exp(4*a)+8*b*a+4*C1)^(1/2),a=``..y)-t-C2=0, -2*Int(1/(2*a*exp(4*a)+8*b*a+4*C1)^(1/2),a=``..y)-t-C2=0] >> pretty(y) [ y [ / [ | 1 [2 | -------------------------------- da - t - C2 = 0 , [ |
【在 w*******g 的大作中提到】 : Could you please tell me the results? I could not access Matlab right now... : Thank you very much!
w*g
6 楼
I don't think Matlab can do a good job on this. I tried the following ODE: d dy
b*y
7 楼
I guess Matlab uses the symbolic computing engine of Maple. I won't cast much doubt on the correctness of the solution but rather check on its final form of representation which is most likely confusing.
【在 w*******g 的大作中提到】 : I don't think Matlab can do a good job on this. I tried the following ODE: : d dy