Skip to content

Symbolic power of zero does not return zero and is not evaluated #1667

@ay111

Description

@ay111

Powers of zero to a symbolic number is not evaluated in Symbolics.jl. In the examples below, the answer to 0^x should be 0 but Symbolics.jl returns 0^x.

using Symbolics
@variables x
0^x
simplify(0^x)

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