Distribute
Distribute(f(x1, x2, x3,...))
distributes
f
overPlus
appearing in any of thexi
.
See:
Examples
>> Distribute((a+b)*(x+y+z))a*x+a*y+a*z+b*x+b*y+B*z
Implementation status
- ✅ - full supported
Distribute(f(x1, x2, x3,...))
distributes
f
overPlus
appearing in any of thexi
.
See:
>> Distribute((a+b)*(x+y+z))a*x+a*y+a*z+b*x+b*y+B*z