Skip to content

Symbolic factor_list() should do integer factorisation of integers/rationals #21067

Open
@rwst

Description

@rwst

Let symbolic factor_list() do integer factorisation if given an integer or fraction.

sage: SR(50).factor_list()
[(50, 1)]
sage: SR(49/100).factor_list()
[(49/100, 1)]

Too much surprise for new users.

Component: symbolics

Author: Ralf Stephan, Vincent Delecroix

Branch/Commit: u/rws/21067 @ a821fb6

Reviewer: Daniel Krenn

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

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