Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Live
New issue 2600 by asmeurer: Variable definitions do not always work at
SymPy Live
http://code.google.com/p/sympy/issues/detail?id=2600
I was playing around with the new live extension in the docs, when I found
this example from the ODEs that did not work:
genform = g(f(x)/x) + h(f(x)/x)*f(x).diff(x)
genform
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'genform' 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.