NInvert 命令
- NInvert( <Function> )
-
给出函数的反函数,但不显示反函数公式。 如果您想获取公式,请使用 Invert 代替。
NInvert(sin(x))
生成一个函数
f
使得
sin(f(x))=x
对于
-1 < x < 1
.
|