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]
337 Solvers
Back to basics 19 - character types
189 Solvers
Basics: 'Find the eigenvalues of given matrix
257 Solvers
296 Solvers
Find the dimensions of a matrix
267 Solvers
Problem Tags