| Original Message (ID '143805') By Nasser M. Abbasi: |
| 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.
|
|