Skip to content

A polynomial from a string #2168

@sumiya11

Description

@sumiya11

Hi. Is it possible to construct a polynomial from a string? Like this:

using Nemo
R, _ = QQ["x","y"]
R("x + y")

If possible, I would like to avoid eval, which is discussed in #781, because I have observed it to be quite slow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions