I want to parse something like `f(x) - 2 sin 3x`. If I use `parse_expr` without `implicit_multiplication_application`, then `f(x)` is parsed correctly, but not `2 sin 3x`.
If I include `implicit_multiplication_application`, then `f(x)` is parsed as `fx`. Is this a bug? -- 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/be36bb6b-dc6c-44be-8f6f-5c975f593cafn%40googlegroups.com.
