I donot quite get the meaning of "Wild" class, If I have an equation, say, a*f(x).diff(x,x) + b*diff(f(x), x) + c*f(x) +d =0
Does a = Wild('a', exclude=[f(x)]) b= Wild('b', exclude=[f(x)]) c = Wild('c', exclude=[f(x)]) give the coefficients of f(x).diff(x,x) , diff(f(x), x) , f(x) , respectively? Or is there a better way to extract the coefficients even when a, b, c, d may be functions about x? In fact, the above code is in "solves.py" and I get confused there. Hope you guys can help me out. Pan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---