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.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Distribute⁡f⁡a,c+d+e
f⁡a,c+f⁡a,d+f⁡a,e
Distribute⁡f⁡g⁡x,g⁡y,g
g⁡g⁡f⁡x,y
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Distribute[ (a)*(x+y) ]`,evaluate
a⁢x+a⁢y
The MmaTranslator[Mma][Distribute] command was updated in Maple 2017.
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document