MathTop
文档
/
函数参考
indets 函数
返回表达式中出现的符号名称。
语法
indets(expr)
参数与选项
expr
要变换或求值的表达式。
示例
表达式符号
indets(a*x + b*y + 1)
返回 [a, b, x, y]。
相关函数与文档
has
depends