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