Updates:
Labels: Matching
Comment #2 on issue 1335 by asmeurer: WildFunction() broken
http://code.google.com/p/sympy/issues/detail?id=1335
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you
Comment #1 on issue 1335 by fab...@fseoane.net: WildFunction() broken
http://code.google.com/p/sympy/issues/detail?id=1335
Issue 1350 has been merged into this issue.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
Status: Accepted
Owner: Vinzent.Steinberg
Labels: Type-Defect Priority-High
New issue 1335 by Vinzent.Steinberg: WildFunction() broken
http://code.google.com/p/sympy/issues/detail?id=1335
From our tutorial:
>>> from sympy import *
>>> x = Symbol('x')
>>> p = Wild('p')
>>> f = WildFunction('f',