Skip to content

Add reduce_trig() to applied "full simplify" methods #22607

@rwst

Description

@rwst
sage: sqrt(-2*sin(1/2*arctan(x))^2 + 1).simplify_full()
sqrt(-2*sin(1/2*arctan(x))^2 + 1)
sage: _.reduce_trig()
(x^2 + 1)^(-1/4)

Component: calculus

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

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