The exp2list command can transform certain booleans into a list.
The exp2list command is useful in TI mode for easier processing of the answer to a solve command.
exp2list((x=2) or (x=0)) |
|
exp2list((x>0) or (x<2)) |
|
In TI mode:
exp2list(solve((x-1)*(x-2))) |
|