Hi!

I'm new to SymPy so excuse me if this question is misplaced.

Basically I would like to teach SymPy how to integrate my custom function:

```
from sympy import Function

tau = symbols("tau")
fn = Function("fn")
gn = Function("gn")

result = integrate(fn(tau), tau)
```
Is there a way to add my own rules to `integrate` routine?

-- 
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 visit 
https://groups.google.com/d/msgid/sympy/6d3ef1f4-d6eb-43d0-8809-4d9fea262335n%40googlegroups.com.

Reply via email to