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

full_simplify involving square root without success #19995

Open
dkrenn opened this issue Feb 1, 2016 · 0 comments
Open

full_simplify involving square root without success #19995

dkrenn opened this issue Feb 1, 2016 · 0 comments

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Feb 1, 2016

sage: var('r')
r
sage: t = (sqrt(3) + 4/(sqrt(3) + I) + I)/r^(1/2)
sage: t.full_simplify()
(2*I*sqrt(3) + 6)/(sqrt(r)*(sqrt(3) + I))

Note that simplify by getting rid of the factor r^(1/2) it works::

sage: (t*r^(1/2)).full_simplify()
2*sqrt(3)

Component: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/19995

@dkrenn dkrenn added this to the sage-7.1 milestone Feb 1, 2016
@mkoeppe mkoeppe removed this from the sage-7.1 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants