TI-92 Extracting vars from expressions


[Prev][Next][Index][Thread]

TI-92 Extracting vars from expressions



In a user function I'm writing, the argument is an equation or expression, and
part of the function has to extract all the undefined variables (like x in
5x^2+x) from the equation or expression and put each one in a list. Is there a
way to do this without manually searching through the expression as a string
and looking for letters?
Thanks