algebranch icon indicating copy to clipboard operation
algebranch copied to clipboard

figure way to cope with N-ary identities

Open trebor opened this issue 9 years ago • 0 comments

spotting:

a(b + c)  ->  ab + ac

is easy. spotting:

a(n1 + n2 + n3...) -> an1 + an2 + an3 ...

is a bit tricker.

trebor avatar Oct 27 '16 22:10 trebor