Skip to content

full_simplify involving square root without success #19995

Open
@dkrenn

Description

@dkrenn
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions