-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Description
Expand lacks a rule for equations.
I expected Expand[eq1==eq2]
to give Expand[eq1]==Expand[eq2]
.
Instead the original input is returned.

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
Labels
No labels