Given polynomial, output the integral (with k = 1 for simplicity purposes)
Example:
input = [2 1] % 2x+1 output = [1 1 1] %x^2 + x + k
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers57
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2573 Solvers
-
575 Solvers
-
363 Solvers
-
393 Solvers
-
Calculate roots of polynomial given as vector array.
90 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Learned to use an extra argument. Thanks!