Meant to mention that something will need to be added for limit handling. For example:
>>> laplacian(1/r) 0 Which is correct when r does not equal zero, but we should have the full answer: >>> laplacian(1/r) -4 * Pi * Dirac_Delta(r*dr) I can't imagine how to go about this right now, but will keep it in mind when mapping out the class hierarchy. Any thoughts on implementing the divergence theorem in special cases like these, or plans for the dirac delta? Cheers, Justin -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/82bcbc44-dab1-43fe-aed0-356539b5926a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
