Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168703
Image: ubuntu2004

 

\item Compute the leading term and the leading coefficient of 
f=4xy2z+4z25x3+7xy27y4f = 4xy^2z + 4z^2 -5x^3 + 7xy^2 -7y^4
with respect to the orderings:
\begin{itemize}
\item {\tt lex} on Q[x,y,z]\mathbb Q[x,y,z]
\item {\tt deglex} on (Z/2Z)[z,y,x]\left(\mathbb Z / 2\mathbb Z\right)[z,y,x]
\end{itemizeCompute the leading term and the leading coefficient of 

  1. Compute the leading term and leading coefficient of:

f=4xy2z+4z25x3+7xy27y4f = 4xy^2z + 4z^2 -5x^3 + 7xy^2 -7y^4

with respect to the orderings:

  • 'lex' on Q[x,y,z]\mathbb Q[x,y,z]
  •  'deglex' on (Z/2Z)[z,y,x]\left(\mathbb Z / 2\mathbb Z\right)[z,y,x]

 

2. Determine matrices defining the orderings (for 33 variables): 'lex', 'neglex', 'degrevlex', 'deglex', 'negdegrevlex' and 'negdeglex'.

3. Give one possible realization of the following rings in SAGE:

  • \item Q[x,y,z]\mathbb Q[x,y,z]
    \item F5[y,x,z]\mathbb F_5[y,x,z]
    \item Q[x,y,z]/x5+y3+z2\mathbb Q[x,y,z] / \langle x^5 + y^3 + z^2\rangle
    \end{column}
    \begin{column}{4cm}
    \item (Z/Z2)[x1,,x10]\left(\mathbb Z / \mathbb Z_2\right)[x_1, \ldots, x_{10}]
    \item F5[x,y,z]x,y,z\mathbb F_5[x,y,z]_{\langle x,y,z\rangle}
    \item Q[x,y,z]x,y\mathbb Q[x,y,z]_{\langle x,y \rangle}
    Q[x,y,z]\mathbb Q[x,y,z]
  • F5[y,x,z]\mathbb F_5[y,x,z]
  • Q[x,y,z]/x5+y3+z2\mathbb Q[x,y,z] / \langle x^5 + y^3 + z^2\rangle
  • (Z/Z2)[x1,,x10]\left(\mathbb Z / \mathbb Z_2\right)[x_1, \ldots, x_{10}]
  • F5[x,y,z]x,y,z\mathbb F_5[x,y,z]_{\langle x,y,z\rangle}
  • Q[x,y,z]x,y\mathbb Q[x,y,z]_{\langle x,y \rangle}

HINT: Let \succ be a local ordering on K[x1,,xn]\mathbb K[x_1, \ldots, x_n] then: K[x1,,xn,y1,,ym]=K(y1,,ym)[x1,,xn].\mathbb K[x_1, \ldots, x_n, y_1, \ldots, y_m] = \mathbb K(y_1, \ldots, y_m) [x_1, \ldots, x_n]_{\succ}.

 

Which of the following orderings are elimination orderings: 
{\tt lex}, {\tt neglex} or {\tt (lex(n), neglex(m))}.
\item[] Compute a standard basis of the ideal xt2,yt3,zt4\langle x-t^2, y-t^3, z-t^4\rangle for all those orderings.

 

4. Which of the following orderings are elimination orderings: 'lex', 'neglex' or '(lex(n), neglex(m))'.

Compute a standard basis of the ideal xt2,yt3,zt4\langle x-t^2, y-t^3, z-t^4\rangle for all those orderings.

 

 

 

Obtain an standard basis of the ideal IK[x,y,z]\mathcal I\cap \mathbb K[x,y,z] where I=t2+x2+y2+z2,t2+2x2xyz2K[x,y,z,t]\mathcal I = \langle t^2 + x^2 + y^2+z^2, t^2+2x^2-xy-z^2\rangle\subset \mathbb K[x,y,z,t].

5. Obtain an standard basis of the ideal IK[x,y,z]\mathcal I\cap \mathbb K[x,y,z] where I=t2+x2+y2+z2,t2+2x2xyz2K[x,y,z,t]\mathcal I = \langle t^2 + x^2 + y^2+z^2, t^2+2x^2-xy-z^2\rangle\subset \mathbb K[x,y,z,t].

 

6. Check whether the following polynomials are contained in the ideal I=x10+x9y2,y8x2y7\mathcal I =\langle x^{10}+x^9y^2, y^8-x^2y^7\rangle of the ring Q[x,y,z]\mathbb Q[x,y,z] and the local ring Q[x,y,z]x,y,z\mathbb Q[x,y,z]_{\langle x,y,z\rangle}:

 

f1=x2y7+y14f_1=x^2y^7+y^{14}
\item f2=xy13+y12f_2=xy^{13}+y^{12}.

 

f1=x2y7+y14f2=xy13+y12\begin{array}{c}f_1=x^2y^7+y^{14} \\ f_2=xy^{13}+y^{12}\end{array}

 

 

 

 Use SAGE to solve the following linear system of equation:
$\begin{array}{c}
x+5y=2 \\
-3x+6y=15
\end{array}$
\item[] Compared the standard basis algorithm with the Gaussian elimination algorithm in this case. Try also the procedure {\tt solve}.

 

7. Use SAGE to solve the following linear system of equation:

$$\begin{array}{c}

x+5y=2 \\

-3x+6y=15

\end{array}$$

Compared the standard basis algorithm with the Gaussian elimination algorithm in this case. Try also the procedure {\tt solve}.

 

 

8. Apply the corresponding procedures from SAGE to check whether an ideal or a polynomial is homogeneous and to compute its homogenization.