Skip to main content
Tweeted twitter.com/StackMma/status/653896778224418816
Add link to Maple online help, small code enhancements.
Source Link
jkuczm
  • 15.2k
  • 2
  • 55
  • 89

In Maple it is possible to definedefine a multilinear, orderless operator with:

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in Mathematica.

I would like it to do something like:

A[x,x]/.x->0+bx+cx^2>0+b x+c x^2 (* b^2 A[x,x]+2 b c A[x, x^2]+c^2 A[x^2,x^2] *) 

In Maple it is possible to define a multilinear operator with:

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in Mathematica.

I would like it to do something like:

A[x,x]/.x->0+bx+cx^2 (* b^2 A[x,x]+2 b c A[x, x^2]+c^2 A[x^2,x^2] *) 

In Maple it is possible to define a multilinear, orderless operator with:

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in Mathematica.

I would like it to do something like:

A[x,x]/.x->0+b x+c x^2 (* b^2 A[x,x]+2 b c A[x, x^2]+c^2 A[x^2,x^2] *) 
added 16 characters in body
Source Link
simon
  • 227
  • 1
  • 5

In Maple it is possible to define a multilinear operator with:

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in Mathematica.

I would like it to do something like:

A[x,x]/.x->0+bx+cx^2 (* b^2 A[x,x]+c^2x]+2 b c A[x, x^2]+c^2 A[x^2,x^2] *) 

In Maple it is possible to define a multilinear operator with:

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in Mathematica.

I would like it to do something like:

A[x,x]/.x->0+bx+cx^2 (* b^2 A[x,x]+c^2 A[x^2,x^2] *) 

In Maple it is possible to define a multilinear operator with:

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in Mathematica.

I would like it to do something like:

A[x,x]/.x->0+bx+cx^2 (* b^2 A[x,x]+2 b c A[x, x^2]+c^2 A[x^2,x^2] *) 

In mapleMaple it is possible to define a multilinear operator with:

define(A,'orderless',multilinear):

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in MathematicaMathematica.

I would like it to do something like:

In[]:= A[x,x]/.x->0+bx+cx^2 Out[]:= b^2 A[x,x]+c^2 A[x^2,x^2]

A[x,x]/.x->0+bx+cx^2 (* b^2 A[x,x]+c^2 A[x^2,x^2] *) 

In maple it is possible to define a multilinear operator with

define(A,'orderless',multilinear):

I can't seem to find the equivalent in Mathematica.

I would like it to do something like

In[]:= A[x,x]/.x->0+bx+cx^2 Out[]:= b^2 A[x,x]+c^2 A[x^2,x^2]

In Maple it is possible to define a multilinear operator with:

define(A,'orderless',multilinear): 

I can't seem to find the equivalent in Mathematica.

I would like it to do something like:

A[x,x]/.x->0+bx+cx^2 (* b^2 A[x,x]+c^2 A[x^2,x^2] *) 
Source Link
simon
  • 227
  • 1
  • 5
Loading