AngouriMath icon indicating copy to clipboard operation
AngouriMath copied to clipboard

(x+1)^2(x+2-1)^2 cannot be expanded

Open Happypig375 opened this issue 3 years ago • 5 comments

(x+1)^2(x+2-1)^2 cannot be expanded

Happypig375 avatar Jul 23 '20 09:07 Happypig375

Seems to be a fault of a low MaxExpansionTermCount default at 50.

Happypig375 avatar Jul 23 '20 09:07 Happypig375

Each term of the expanded result should be simplified to avoid this.

Happypig375 avatar Jul 23 '20 09:07 Happypig375

We cannot afford calling .Simplify in Expand. We might need to work on some kind of fast Simplify that unites terms by their common multiplier.

WhiteBlackGoose avatar Jul 25 '20 08:07 WhiteBlackGoose

Also should fix ((x-1)*(x-2))^3 not expanding.

Happypig375 avatar Aug 03 '20 15:08 Happypig375

@Happypig375 is it still an issue?

WhiteBlackGoose avatar Sep 07 '20 10:09 WhiteBlackGoose