DFixedPoints[eqn,x[t],t]
给出微分方程的不动点.
DFixedPoints[{eqn1,eqn2,…},{x1[t],x2[t],…},t]
给出微分方程组的不动点.


DFixedPoints
DFixedPoints[eqn,x[t],t]
给出微分方程的不动点.
DFixedPoints[{eqn1,eqn2,…},{x1[t],x2[t],…},t]
给出微分方程组的不动点.
更多信息和选项

- 不动点也称为微分方程的驻点或平衡点.
- DFixedPoints 通常用于定位非线性连续时间系统的所有固定点,在生态、经济或技术建模中经常出现. 这些不定点处的局部行为可以使用 DStabilityConditions 分析.
- 对于微分方程组
,当且仅当
时,点
为不动点. 实际上,初始值
保持不变;如果在
处初始化,则保持在
处.
- DFixedPoints 返回形如 {{
,
,…},…} 的列表,其中 {
,
,…} 是系统的不动点.
- Systems of higher-order ODEs are treated as systems of first-order ODEs with additional variables corresponding to the higher-order derivatives. In this case, the fixed points are given as nested lists {{x,x',…},{y,y',…},…}.
- DFixedPoints 适用于线性和非线性常微分方程.
- 可以提供以下选项:
-
Assumptions $Assumptions 关于参数的假设
范例
打开所有单元 关闭所有单元范围 (23)
线性方程 (5)
非线性方程 (3)
线性系统 (11)
使用 StreamPlot 来可视化稳定性:
For the system of two second-order ODEs, the fixed point is a nested list {{y,y'},{z,z'}}:
非线性系统 (4)
使用 StreamPlot 来可视化稳定性:
选项 (1)
Assumptions (1)
使用 Assumptions 来指定因变量的范围:
应用 (11)
属性和关系 (8)
DFixedPoints 返回微分方程的不动点:
使用 DFixedPoints 求微分方程的所有不动点:
使用 DStabilityConditions 分析特定固定点的稳定性:
使用 DFixedPoints 求非线性常微分方程的所有不动点:
使用 Solve 求不动点:
使用 DSolveValue 求解系统,以不动点作为初始条件:
使用 DSolveValue 求解给定初始条件的系统:
使用 NDSolve 求解常微分方程:
使用 DStabilityConditions 检查点的稳定性:
相关指南
-
▪
- 微分方程
文本
Wolfram Research (2024),DFixedPoints,Wolfram 语言函数,https://reference.wolfram.com/language/ref/DFixedPoints.html.
CMS
Wolfram 语言. 2024. "DFixedPoints." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/DFixedPoints.html.
APA
Wolfram 语言. (2024). DFixedPoints. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/DFixedPoints.html 年
BibTeX
@misc{reference.wolfram_2025_dfixedpoints, author="Wolfram Research", title="{DFixedPoints}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/DFixedPoints.html}", note=[Accessed: 16-September-2025]}
BibLaTeX
@online{reference.wolfram_2025_dfixedpoints, organization={Wolfram Research}, title={DFixedPoints}, year={2024}, url={https://reference.wolfram.com/language/ref/DFixedPoints.html}, note=[Accessed: 16-September-2025]}