Go to the first, previous, next, last section, table of contents.
- sm1_mul(f,g,v|proc=p)
-
:: ask the sm1 server to multiply f and g in the ring of differential operators over v.
- return
-
Polynomial or List
- p
-
Number
- f, g
-
Polynomial or List
- v
-
List
- Ask the sm1 server to multiply f and g in the ring of differential operators over v.
sm1_mul_h
is for homogenized Weyl algebra.
[277] sm1_mul(dx,x,[x]);
x*dx+1
[278] sm1_mul([x,y],[1,2],[x,y]);
x+2*y
[279] sm1_mul([[1,2],[3,4]],[[x,y],[1,2]],[x,y]);
[[x+2,y+4],[3*x+4,3*y+8]]
Go to the first, previous, next, last section, table of contents.