Simplify solutions to the form of: ( 1 / ( a + b * x ) ) ^ ( r1 + r2 + r3 )

22 views
Skip to first unread message

djseg...@gmail.com

unread,
Apr 21, 2017, 12:35:34 PM4/21/17
to sympy
I'm trying to simplify

`
-2282.55434896033*(1/(-175329.0*sigma_v + 196349.540849362))^(93/100)/(sigma_v^(69/100)*(-1/(87664500000000.0*sigma_v - 98174770424681.0))^(97/100)*(87664500000000.0*sigma_v - 98174770424681.0))
`

using:

 `( 1 - K_CD() * sigma_v )`

---------


Do you know how this could be done? I've been trying the slew of SymPy methods, but can't get any of them to work.

One thing I'd really like is to do is a `collect` on:

`collect_symbol = ( 1 - K_CD() * sigma_v )`
Reply all
Reply to author
Forward
0 new messages