In [1]: (sin(x)/x)**17
Out[1]: 
   17   
sin  (x)
--------
   17   
  x     

In [2]: Pow(sin(x)/x, 17, evaluate=False)
Out[2]: 
        17
/sin(x)\  
|------|  
\  x   /  


Set evaluation to False.

On Monday, 22 June 2015 21:12:30 UTC+2, Paul Royik 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/abf8e166-3bc7-46c9-b817-7eab3c6002df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to