Hello,
I'm relatively new to SymPy. I'm using it to verify some of my
algebraic manipulations. I have the following expression I'm trying to
simplify:
             1                         3*Y
- ------------------------ + ------------------------
        ________                        3/2
       /      2                 /     2\
      /      Y   / 2    2\    2 |    Y |    / 2    2\
     /   1 + -- *\X  + Y /   X *|1 + --|   *\X  + Y /
    /         2                 |     2|
  \/         X                  \    X /

Hopefully the above expression looks okay if you view it in a fixed
font.

I'd like to collect the sqrt(1+Y^2/X^2) and (X^2 +Y^2) factors in the
denominators. I've tried a few things that I've come across in the
documentation, but nothing seems to produce the result I'm looking
for.

Any suggestions would be appreciated.
Thanks,
David

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to