Hi, On 4 June 2013 01:55, Aaron Meurer <[email protected]> wrote:
> At http://docs.sympy.org/tutorial/tutorial/simplification.html at the > bottom, I added a little example to show how to use some of the > polynomial simplification functions like cancel() and apart(). But I > can't think of any good examples to show the other types of > simplifications, like trig, power, log, and special functions. Any > suggestions of a good problem or fun example that I can walk through > that would use some of those? > Maybe https://gist.github.com/mattpap/5704366 could work. It uses ratsimpmodprime() to do trigonometric simplification. > (btw, in case your idea uses them, technically I haven't introduced > derivatives or integrals yet, but I think they could be moved forward. > The only reason I put simplification first was that I thought it was > more important) > > Aaron Meurer > > -- > 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?hl=en-US. > For more options, visit https://groups.google.com/groups/opt_out. > > > Mateusz -- 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?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
