开发者

Why would Part::partw appear in DSolve expression in Mathematica

开发者 https://www.devze.com 2023-02-18 10:03 出处:网络
I am trying to solve an differential equation: DSolve[{0.02*x^2*y\'\'[x] - y\'[x] - y[x] == 0}, y[x], x]

I am trying to solve an differential equation:

DSolve[{0.02*x^2*y''[x] - y'[x] - y[x] == 0}, y[x], x]

But I got warnings:

Part::partw: Part 2 of {1} does not exist.

How do I underst开发者_运维知识库and this warning? Many thanks.


I can reproduce this in V7.0.1, but not in V8.0.1, so it looks like a bug that got fixed at some point. The ultimate answers in both versions are the same.

0

精彩评论

暂无评论...
验证码 换一张
取 消