Problem 1183. Polynomial division

Divide a polynomial u by polynomial v and return the quotients only.

Example:

 u = x^4+3*x^3+5*x+3
 v = x^2+1

Answer:

 x^3+2*x+3

Solution Stats

76.06% Correct | 23.94% Incorrect
Last Solution submitted on Jan 05, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers99

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!