On 07/12/11 22:07, robin wrote: > Hi again > > [replying to self] > > I didn't make myself clear here. What I meant to ask was, I think, > > "Look, sage doesn't seem to know this fact about psi(). Does sage > store a list of known facts about the psi function anywhere? > > Because, if it does, I would like to suggest that the following list > of identities > be added to sage's list, so that this simplification works nicely".
Sage calls out to Maxima for all of the simplify_foo() functions. It wouldn't be too hard to tell Sage about the identity and make the substitution yourself (I was going to attempt it), but doing so is dependent on having some notion of "simpler" since you don't want it to return a more complicated expression. If there isn't one, I will probably try to think up a crazy heuristic. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org