You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@soegaard As a workaround, perhaps you can come up with such a rewrite rule, suggest that, and use this in the interim.
When I look at the current Expand[] Python evaluation code, it could use an overhaul. So for myself, I would not contemplate expanding Expand until the internal code overhaul is done.
Description
Expand lacks a rule for equations.
I expected
Expand[eq1==eq2]
to giveExpand[eq1]==Expand[eq2]
.Instead the original input is returned.
How to Reproduce
Enter: Expand[(x-1)*(x^2+1)==0]
Expected behavior
From WolframScript:
The text was updated successfully, but these errors were encountered: