Status: Valid Owner: ---- Labels: Type-Defect Priority-High Live
New issue 3361 by [email protected]: Multiline inputs do not set variables correctly in SymPy Live
http://code.google.com/p/sympy/issues/detail?id=3361 This is perhaps related to issue 3357.
eq = dsolve(x*f(x).diff(x) - f(x) - x*sin(f(x)/x), f(x),
... hint='1st_homogeneous_coeff_subs_indep_div_dep_Integral', ... simplify=False)
pprint(eq)
Traceback (most recent call last): File "<string>", line 1, in <module> NameError: name 'eq' is not defined -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
