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
Can't rewrite sin(x)**17/x**17 as (sin(x)/x)**17.
Is there any way to do that?
Aaron Meurer
unread,
Jun 22, 2015, 3:37:26 PM6/22/15
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
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 <distan...@gmail.com> wrote:
> Can't rewrite sin(x)**17/x**17 as (sin(x)/x)**17.
> Is there any way to do that?
>