Math and Computers, Math 165 homework 2-
1. Using Descartes' rule of signs find as much information as you can about the possible number of roots (counting multiplicities) of each of the following polynomials:
a) x4 - x2 + x - 2
b) x9 - x5 + x2 + 2
c) x5 + 2x3 - x2 + x - 1
2. Apply Sturm's sequences and find out exactly how many distinct roots are there for each of the polynomials of problem one.
3. Is the polynomial x2 - 4 in the ideal generated by the polynomials x3 + x2 - 4x - 4, x3 - x2 - 4x + 4, x3 - 2x2 - x + 2?
4. Explain why GCD(f, g, h) = GCD(GCD(f, g), h). Also explain why for univariate polynomials the ideal (f1, f2, . . . , fk) is equal to (GCD(f1, f2, . . . , fk)).
5. Sketch the following affine varieties (or at least the real parts of it!). in R2:
a) V (x2 - y2),
b) V (x2 + 4y2 + 2x - 16y + 1) in R3:
c) V (xz2 - xy),
d) V (x4 - zx, x3 - yz).
6. Consider the set {(x, x): x ∈ R, x ≠ 1} ⊂ R2. This is a straight line minimus a point. Show that this set is not an affine variety (Hint: Prove that if a polynomial vanishes at the set must also vanish at (1, 1).
7. The basis of an ideal is different from a basis in linear algebra in that we do not care about linear independence! As a consequence when we write an element f ∈ (f1, . . . , fs) as f = ∑hifi the coefficients hi are not always unique. As an example, write x2 + xy + y2 ∈ (x, y) in two different ways.
8. Each of the following polynomials is written with its monomials ordered according to exactly one of the monomial orders: Lex, graded lex, or graded reverse lex. Determine which monomial order was used in each case.
(a) 7x2y4z-2xy6+x2y2
(b) xy3z+xy2z2+x2z3
(c) x4y5z+2x3y2z-4xy2z4
9. Show that graded reverse lexicographic order is indeed a monomial order.
10. Let > be a monomial order in S = C[x1, . . . , xn].
(a) Let f ∈ S and let m be a monomial. Show that LT(m·f) = m·LT(f).
(b) Let f, g ∈ S. Is LT(f · g) necessarily the same as LT(f) · LT(g)?