Macaulay2 » Documentation
Packages » InvolutiveBases :: janetMultVar
next | previous | forward | backward | up | index | toc

janetMultVar -- return table of multiplicative variables for given module elements as determined by Janet division

Synopsis

Description

i1 : R = QQ[x1,x2,x3];
i2 : M = matrix {{ x1*x2*x3, x2^2*x3, x1*x2*x3^2 }};

             1      3
o2 : Matrix R  <-- R
i3 : janetMultVar M

o3 = {set {x1, x2}, set {x2, x3}, set {x1, x2, x3}}

o3 : List

See also

Ways to use janetMultVar :

For the programmer

The object janetMultVar is a method function.