- 注册时间
- 2008-11-26
- 最后登录
- 1970-1-1
- 威望
- 星
- 金币
- 枚
- 贡献
- 分
- 经验
- 点
- 鲜花
- 朵
- 魅力
- 点
- 上传
- 次
- 下载
- 次
- 积分
- 149507
- 在线时间
- 小时
|
发表于 2021-1-27 08:26:08
|
显示全部楼层
- (*解方程https://bbs.emath.ac.cn/thread-17672-1-1.html*)
- Clear["Global`*"];(*mathematica11.2,win7(64bit)Clear all variables*)
- ans=Solve[(x^3+1)^3==8*(2*x-1),{x}];
- Grid[ans,Alignment->Left]
- Grid[N@ans,Alignment->Left]
复制代码
\[\begin{array}{l}
x\to 1 \\
x\to \frac{1}{2} \left(-\sqrt{5}-1\right) \\
x\to \frac{1}{2} \left(\sqrt{5}-1\right) \\
x\to \text{Root}\left[\text{$\#$1}^6+2 \text{$\#$1}^4+2 \text{$\#$1}^3+4 \text{$\#$1}^2+2 \text{$\#$1}+9\&,1\right] \\
x\to \text{Root}\left[\text{$\#$1}^6+2 \text{$\#$1}^4+2 \text{$\#$1}^3+4 \text{$\#$1}^2+2 \text{$\#$1}+9\&,2\right] \\
x\to \text{Root}\left[\text{$\#$1}^6+2 \text{$\#$1}^4+2 \text{$\#$1}^3+4 \text{$\#$1}^2+2 \text{$\#$1}+9\&,3\right] \\
x\to \text{Root}\left[\text{$\#$1}^6+2 \text{$\#$1}^4+2 \text{$\#$1}^3+4 \text{$\#$1}^2+2 \text{$\#$1}+9\&,4\right] \\
x\to \text{Root}\left[\text{$\#$1}^6+2 \text{$\#$1}^4+2 \text{$\#$1}^3+4 \text{$\#$1}^2+2 \text{$\#$1}+9\&,5\right] \\
x\to \text{Root}\left[\text{$\#$1}^6+2 \text{$\#$1}^4+2 \text{$\#$1}^3+4 \text{$\#$1}^2+2 \text{$\#$1}+9\&,6\right] \\
\end{array}\]
数值化
\[\begin{array}{l}
x\to 1. \\
x\to -1.61803 \\
x\to 0.618034 \\
x\to -1.08891-0.824866 i \\
x\to -1.08891+0.824866 i \\
x\to 0.123133\, -1.4302 i \\
x\to 0.123133\, +1.4302 i \\
x\to 0.965776\, -1.18647 i \\
x\to 0.965776\, +1.18647 i \\
\end{array}\] |
|