为什么 Part::partw 会出现在 Mathematica 的 DSolve 表达式中
我正在尝试求解微分方程:
DSolve[{0.02*x^2*y''[x] - y'[x] - y[x] == 0}, y[x], x]
但我收到警告:
Part::partw: {1} 的第 2 部分不存在。
我如何理解此警告?非常感谢。
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 understand this warning? Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以在 V7.0.1 中重现此问题,但不能在 V8.0.1 中重现,因此它看起来像是一个在某个时刻得到修复的错误。两个版本的最终答案都是一样的。
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.