Dear Saurav, On Tue, 2006-02-07 at 16:13 -0500, Saurav Pathak wrote: > + string str = "pow(x, 2)"; Change this into string str = "x^2"; and you're fine. Best, Chris