Skip to content

i raised to exponents bigger than 4 is not calculated correctly #175

Description

@Sekqies

We came across an issue in which when algebrite tries to calculate i raised to a power "n" such as n%4 = 1 and n>1, it evaluates it incorrectly

Examples:
image
image

In reality, i^5 = i^2 * i^2 * i = -1 * -1 * i = 1* i = i
Same goes for i^9

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions