Hi,

I am wondering whether there is any policy/framework
for hooking-up a specialized integration code as a part
of integration algorithm in new symbolic?

I have been writing code for integration involving Dirac delta
generalized function to include the same in Sage.
The form of  integrand that I am implementing is

integrand =    f(x)*dirac_delta( g(x) ).diff(x,n)

where f(x) is any arbitrary function and as g(x) is a
real-valued function with real roots of the eqn "g(x) = 0".
I now have codes for doing the above integration fairly well
for common situations. I can call the sub-routine directly
to evaluate the integration.

So my question: what is the preferred way to hook up
the code in new symbolic?

Thanks,
Golam

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to