Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radsimp not simplifying denominator #7408

Closed
absoludity opened this issue Apr 15, 2014 · 0 comments · Fixed by #7480
Closed

radsimp not simplifying denominator #7408

absoludity opened this issue Apr 15, 2014 · 0 comments · Fixed by #7480

Comments

@absoludity
Copy link

from sympy import radsimp, sqrt, symbols
v1, v2 = symbols('v1 v2')

radsimp(sqrt(v1) / sqrt(v2))

Expected result:

  ______
╲╱ v₁⋅v₂
────────
   v₂

Actual result:

  ____
╲╱ v₁ 
──────
  ____
╲╱ v₂ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants