Unfortunately, for integer powers, SymPy automatically denests them, so (sin(x)/x)**17 is automatically rewritten as sin(x)**17/x**17.
Aaron Meurer On Mon, Jun 22, 2015 at 2:12 PM, Paul Royik <[email protected]> wrote: > Can't rewrite sin(x)**17/x**17 as (sin(x)/x)**17. > Is there any way to do that? > > -- > 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/9c3ad9a2-82aa-454f-9d6e-27d279efbbb3%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/CAKgW%3D6L7dm_FAj4KTb8wUSwS9Pjq4WWytvdYGp6yoKX%3Dt1DE0g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
