Let's think of general quadratic function: a*x**2 + b*x + c. Commonly, this function is represented as f(x) = a*x**2 + b*x + c. However, we can also write it as f(x; a,b,c), which implies that a,b and c can also be replaced by other values. Does sympy have algorithm for such notation, so that `f(x, evaluate=False)` returns `f(x; a,b,c)`?
-- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/1c1acbc3-0a13-4ede-9110-b879bb3a310d%40googlegroups.com.
