| Author |
Comment/Response |
Peter
|
10/22/03 1:38pm
Hi,
I'm looking for a command that extracts all variables from a boolean expression and returns a list of these variables.
For example
UnknownFunction[x || y || z]
should return
{x, y, z}
Is there such a function or do I have to make one myself?
Thanks, Peter
URL: www.pkos17.at, |
|