Problem 543. deconvolution

  • Suppose there is a vector v like [1 0 0 -1], representing polynomial coefficients.
  • In this example, the polynimial is 1*x^3+0*x^2+0*x-1 or (x^3-1).
  • Suppose there is another vector w like [1 -1].
  • In this example, the second polynomial is (x-1).
  • If x is any integer then the polynomial represented by (v/w) is integer?

Solution Stats

43.75% Correct | 56.25% Incorrect
Last Solution submitted on Mar 06, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers59

Suggested Problems

More from this Author100

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!