Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 5 years ago

arpit gravatar image

sub-module membership test

I have a submodule of the module Z2[x,y,z]3 given by the 6 generators which are the columns of the matrix

\begin{align} \left(0001+x+y+xy1+y+z+yz1+x+z+xz1+z1+x00y+z001+x1+yx+y0z2\right) \end{align}

How can I implement the sub-module membership test in sage? For example, I want to check whether \begin{align} \left(x+zx+yy+z\right) \end{align}

belongs to the above submodule or not?

sub-module membership test

I have a submodule of the module Z2[x,y,z]3 given by the 6 generators which are the columns of the matrix

below \begin{align} \left(\begin{array}{cccccc} 0 & 0 & 0 & 1+x+y+xy & 1+y+z+yz & 1+x+z+xz\newline 1+z & 1+x & 0 & 0 & y+z & 0\newline 0 & 1+x& 1+y & x+y & 0 & z^2 \end{array}\right) \end{array} \right) \end{align}

How can I implement the sub-module membership test in sage? For example, I want to check whether \begin{align} \left(x+zx+yy+z\right) \end{align}

belongs to the above submodule or not? not?

sub-module membership test

I have a submodule of the module Z2[x,y,z]3 given by the 6 generators which are the columns below \begin{align} \left(\begin{array}{cccccc} \begin{array}{cccccc} 0 & 0 & 0 & 1+x+y+xy & 1+y+z+yz & 1+x+z+xz\newline 1+z & 1+x & 0 & 0 & y+z & 0\newline 0 & 1+x& 1+y & x+y & 0 & z^2 \end{array} \right) \end{align}\end{array}

How can I implement the sub-module membership test in sage? For example, I want to check whether \begin{align} \left(\begin{array}{c} \begin{array}{c} x+z \newline x+y\newline y+z \end{array}\right) \end{align}

\end{array} belongs to the above submodule or not?

sub-module membership test

I have a submodule of the module Z2[x,y,z]3 given Z2[x,y,z]3, which can be specified by the its 6 generators which that are the columns below 0001+x+y+xy1+y+z+yz1+x+z+xz1+z1+x00y+z001+x1+yx+y0z2

How can I implement the sub-module membership test in sage? For example, I want to check whether x+zx+yy+z belongs to the above submodule or not?