MathTop

indets 函数

返回表达式中出现的符号名称。

语法

  • indets(expr)

参数与选项

expr要变换或求值的表达式。

示例

  1. 表达式符号indets(a*x + b*y + 1)返回 [a, b, x, y]。