Prove that every univariate polynomial with complex


Math and Computers, Math 165 Programming Project homework 1-

1. Prove that every univariate polynomial with complex coefficients and degree m has at most m distinct roots.

2. Use MAPLE to find all the real roots of the polynomial 3x5-25x3 + 60x - 20.

3. Is the polynomial x2 - 4 in the ideal generated by the polynomials x3 + x2 - 4x - 4, x3 - x2 - 4x + 4, -2x2 - x - 2.

4. Given univariate polynomials f1, . . . , fs. Prove that the set of common roots of these polynomials (the variety) is empty if and only if their GCD is 1.

5. Use MAPLE to find the square-free part of the polynomial x11 - x10 + 2x8 - 4x7 + 3x5 - 3x4 + x3 + 3x2 - x - 1.

6. FIRST PROJECT ASSIGNMENT:

  • Read the article "the death of proof" in Scientific American October 1993 (available from this course's web page). Write an essay, of no more than two pages of length, expressing your opinion as to why computer-based proofs are acceptable or not acceptable in modern mathematics. Try to answer the question "why do we need proofs in mathematics?" Try to give some justification of your statements.
  • Carry on the following experiment with MAPLE: Learn how to generate random univariate polynomials with fixed number of terms using randpoly. For many such polynomials use the solve command to find its roots and count the number of real roots you have,tabulate this against the degree and the number of terms. Make sure your polynomials take on a wide range of coefficients. Can you extract some kind of rule as to what is the largest possible number of real roots?
  • Write a MAPLE program that implements the classical extended Euclidean algorithm over Q[x]. Experiment with 100 pairs of random polynomials with coefficients over Z (calculations are done over the rationals). Do you notice something on the coefficients of ri rem ri-1? How often are the polynomials relatively prime?

Request for Solution File

Ask an Expert for Answer!!
Mathematics: Prove that every univariate polynomial with complex
Reference No:- TGS01464083

Expected delivery within 24 Hours