Skip to content

factor() does not factorize polynomial and returns expanded form #309

@314systems

Description

@314systems

Steps to Reproduce

console.log(factor('x^2 + 5x + 6').latex);

Actual Result

x^2+5x+6

Expected Result

https://mathlive.io/compute-engine/guides/simplify/#explicit-factoring-and-expansion

(x+2)(x+3)

Environment

Compute Engine version: 0.58.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions