Problem 43621. Get derivarive of polynomial given as vector array.
Get derivarive of polynomial given as vector array.
Example
p=[ 1 2 0 5 0 3 ];
result=[ 5 8 0 10 0 ];
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers77
Suggested Problems
-
788 Solvers
-
383 Solvers
-
471 Solvers
-
641 Solvers
-
Multiply two polynomials p and q given in in vector representation.
72 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!