Hey, everyone. How can i substitute a function, e.g. Cos[x] to an expression like Cos(x) I tried it with the replacement rule:
Cos[a_] -> StringJoin["cos(", ToString[a, ")"]
Unfortunately than a is a string and i want it to stay a symbol. Thanks for you help!