Skip to content

Expand and equations #1390

@soegaard

Description

@soegaard

Description

Expand lacks a rule for equations.

I expected Expand[eq1==eq2] to give Expand[eq1]==Expand[eq2].
Instead the original input is returned.

Image

How to Reproduce

Enter: Expand[(x-1)*(x^2+1)==0]

Expected behavior

From WolframScript:

In[66]:= Expand[(x-1)*(x^2+1)==0]                                                        

                   2    3
Out[66]= -1 + x - x  + x  == 0

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