avatar
Analytic solution for an ODE# Computation - 科学计算
w*g
1
I need to find the analytic solution for the following ODE:
y''(x)=a*exp(4y)+b
Any big shrimp can help me?
avatar
b*y
2
try matlab symbolic toolbox:
y=dsolve('D2y=a*exp(4*y)+b');

【在 w*******g 的大作中提到】
: I need to find the analytic solution for the following ODE:
: y''(x)=a*exp(4y)+b
: Any big shrimp can help me?

avatar
w*g
3
Could you please tell me the results? I could not access Matlab right now...
Thank you very much!

【在 b*****y 的大作中提到】
: try matlab symbolic toolbox:
: y=dsolve('D2y=a*exp(4*y)+b');

avatar
l*i
4
-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

【在 w*******g 的大作中提到】
: Could you please tell me the results? I could not access Matlab right now...
: Thank you very much!

avatar
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!

avatar
w*g
6
I don't think Matlab can do a good job on this. I tried the following ODE:
d dy
avatar
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

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。