From: Marduk B. <mar...@ma...> - 2015-05-19 16:34:43
|
I hope you do not mind if I ask a related question in this thread. How does one call scanmap with a function that takes arguments? If that is not possible, how does one recursively apply such a function? I am asking because I would like to extract the coefficient of x in the following expression exp:sqrt(a*x^2 + b*x + 3*x); Thank you. |