Problem 1370. Derivative of polynomial

  • Created by Dan

Compute the derivative of a given polynomial. The input is an array of coefficients of polynomials.

Example:

 Input is  [2 0 5]
 Output is [4 0]

Solution Stats

68.2% Correct | 31.8% Incorrect
Last Solution submitted on Mar 17, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers248

Suggested Problems

More from this Author2

Problem Tags

Community Treasure Hunt

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

Start Hunting!