Sorry .. I solved this way:
String total = ml.evaluateToInputForm("Expand[6 + c (3 + c)]", 0);
Thanks
G
It Works! :-)
Very Thanks
Hello Galasi,
You can expand your expression using
Expand[6 + c (3 + c)]
Cheers, Xavier