Problem 1370. Derivative of polynomial
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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers257
Suggested Problems
-
6311 Solvers
-
Reverse the Words (not letters) of a String
450 Solvers
-
Replace multiples of 5 with NaN
449 Solvers
-
Back to basics - mean of corner elements of a matrix
428 Solvers
-
1809 Solvers
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!