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

97 Solutions

57 Solvers

Last Solution submitted on May 29, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...