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

96 Solutions

56 Solvers

Last Solution submitted on Feb 20, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...