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 comments
Loading...
Problem Recent Solvers274
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
Solve the set of simultaneous linear equations
504 Solvers
-
Flag largest magnitude swings as they occur
691 Solvers
-
Basics: 'Find the eigenvalues of given matrix
439 Solvers
-
399 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!