Luiz Gustavo

Results 1 comments of Luiz Gustavo

Having this issue as well. setup: ```python n = Symbol('n', integer=True) x = MatrixSymbol('x', n, 1) f = Function('f') ``` without variable an error is raised: ```python >>> f(x).diff() .......