MmaTranslator[Mma]
Distribute
distribute an expression over an argument
Calling Sequence
Parameters
Description
Examples
Compatibility
Distribute(f)
Distribute(f,g)
f
-
expression
g
The Distribute command distributes an expression over to another
The calling sequence Distribute(f(x,y,...)) distributes f over + appearing in any of the arguments x, y, ...
The calling sequence Distribute(f(...), g) distributes the expression over g.
withMmaTranslatorMma:
Use the command with the Maple translation.
Distributefa,c+d+e
fa,c+fa,d+fa,e
Distributefgx,gy,g
ggfx,y
Alternatively, you can use the FromMma command with the evaluate option specified.
withMmaTranslator:
FromMma`Distribute[ (a)*(x+y) ]`,evaluate
ax+ay
The MmaTranslator[Mma][Distribute] command was updated in Maple 2017.
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document