InverseFunctions
是 Solve 和相关函数的一个选项,指定是否使用反函数.
更多信息
- InverseFunctions 的设置是:
-
True 总是使用反函数 Automatic 使用逆函数,输出一个警告信息(缺省) False 从不使用反函数 - 反函数提供了一种得到涉及比多项式更复杂的函数的方程的一些但未必全部的解的方式.
- Solve[x+E^x==a,x,InverseFunctions->True]⟶{{x->a-ProductLog[E^a]}} 根据 ProductLog 给出一个单一解. 事实上,方程有无穷多个 ProductLog 的对应于不同分支的解. Solve 仅给出这些解中的一个.
- 当根据反函数同时有几个方程要求解,Solve 可能无法找到任何解,即使只有一个解存在时.
- 当允许反函数时,Solve 首先对 f[expr] 求解. 然后将 InverseFunction[f] 应用到结果,让它等于 expr,再继续对其它的变量求解.
范例
基本范例 (3)
在默认情况下,Solve 用反函数,但输出警告信息:
对于具有 NumericFunction 属性的符号,不使用符号式反函数:
设置 InverseFunctions->True,Solve 不输出反函数的警告信息:
设置 InverseFunctions->False,Solve 不使用反函数:
这里,使用基于 Reduce 的方法,因为它不要求使用反函数:
Wolfram Research (1991),InverseFunctions,Wolfram 语言函数,https://reference.wolfram.com/language/ref/InverseFunctions.html.
文本
Wolfram Research (1991),InverseFunctions,Wolfram 语言函数,https://reference.wolfram.com/language/ref/InverseFunctions.html.
CMS
Wolfram 语言. 1991. "InverseFunctions." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/InverseFunctions.html.
APA
Wolfram 语言. (1991). InverseFunctions. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/InverseFunctions.html 年