多语言展示
当前在线:1481今日阅读:27今日分享:41

如何在Mathematica中化简包含常量符号表达式?

下面介绍如何在Mathematica中化简包含常量的符号表达式的具体操作方法。
工具/原料

Mathematica 11

方法/步骤
1

在Mathematica 11的命令行中,输入FullSimplify[4 x Gamma[x^2]],然后按Enter+Shift,此时系统会计算简化形式

2

在Mathematica 11的命令行中,输入FullSimplify[ProductLog[3 x Log[x^3]], x > 1/E],然后按Enter+Shift,此时系统会计算简化形式

3

在Mathematica 11的命令行中,输入FullSimplify[x^4 - 61 x^2 + 14 x - 236],然后按Enter+Shift,此时系统会计算简化形式

4

在Mathematica 11的命令行中,输入FullSimplify[(x^13 - 1) (x^13 + 1)],然后按Enter+Shift,此时系统会计算简化形式

5

在Mathematica 11的命令行中,输入FullSimplify[Cosh[x^2] - Sinh[x^2]],然后按Enter+Shift,此时系统会计算简化形式

6

在Mathematica 11的命令行中,输入FullSimplify[2 Sqrt[2] + 4 Sqrt[3] - Sqrt[5 + 2 Sqrt[6]]],然后按Enter+Shift,此时系统会计算简化形式

推荐信息