You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
It's really silly but may i know that " am i supposed to write some code for this issue". I am new to sympy. I have been through the tutorial of sympy http://docs.sympy.org/latest/tutorial/ .. and also suggest some method to solve this paricular issue.
Tim Lahey
unread,
Aug 16, 2014, 12:46:56 PM8/16/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
If you look at summation.py (inside the concrete directory), you'll see
that there's an _eval_derivative function. What summation.py needs to
evaluate integrals is the corresponding function for integrals,
_eval_integral. Look at integrals.py and some of the other classes that
implement it. It should be pretty straightforward to implement.