| Author |
Comment/Response |
Nasser M. Abbasi
|
11/24/12 4:57pm
you can't.
expr={a,b,c}
can not be made to be
expr=a,b,c
The above is not valid expression. Each expression must have a head, but
a,b,c
have no head. Not valid Mathematica code. Do not waste your time trying.
URL: , |
|