Question 1:
- Solve the following system using the black-box solver.
- Draw both curves with a software of your choice (e.g. Maple) and check if the real solutions you found with phc make sense.
- Can you change the constants of the parabola such there are 4 real intersection points? Verify this with phc.
Question 2:
Consider the following polynomial.
- How many roots do you expect? Why is this an extremal example regarding Descartes' Rule of Signs?
- Compute the roots for
using phc -b. (The output will be slightly different from what we described above, but since it's short you will find the information you need.)
Question 3:
- Solve the system
using the black-box solver. (This may take a few minutes.)
- While phc is working for you, look up Kouchnirenko's Conjecture and apply it to the above system.
- Compare the prediction of the Conjecture and the number of solutions that phc found. See [1] fro details.
Question 4:
- Solve the system
- Give the multiplicity of the roots and say if they are regular or singular. (You will have to look at the long output file to see that.)
- Compute the Jacobian of the system and verify the singular solutions.
Question 5:
Consider the following graph with prescribed edge lengths
We fix the first and second vertex as
and
. Furthermore we give the following values for the edge lengths.
- Model this situation as a system of polynomial equations.
- Use phc -m to compute the mixed volume of this system.
- Use phc to compute the solutions to this system. How many do you get? Does this agree with the mixed volume?
- Look up Bernshtein's second theorem (see the courses homepage if you can't find it anywhere else).
- According to the theorem there has to be a direction
such that
has a solution in
. Find such a
.
Question 6:
Cut the unit sphere in
with the following two hyperplanes.
- Construct a start system for the polynomial continuation using phc -r.
- Perform the continuation with this start sytem using phc -p.
Reinhard Steffens
2007-07-30