Skip to content

Improve sqrt products simplification #22621

@rwst

Description

@rwst

Let the argument be positive. I think the following should give sqrt(6), and 6*sqrt(2) respectively.

sage: (sqrt(2) * sqrt(3)).simplify_full()
sqrt(3)*sqrt(2)
sage: (sqrt(12) * sqrt(6)).simplify_full()
2*sqrt(6)*sqrt(3)

There is a Pynac ticket for this but we appreciate improvements of Maxima as well.

CC: @orlitzky

Component: calculus

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

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