Info

This question is closed. Reopen it to edit or answer.

function that accepts as an input a polynomial P written through the standard basis then calculates indefinite integral of the polynomial assigning a value 1 to an arbitrary constant.

1 view (last 30 days)
Hi All. I need to create a function that accepts as an input a polynomial P written through the standard basis. The function has to calculate indefinite integral of the polynomial assigning a value 1 to an arbitrary constant. The output has to be a polynomial written through the standard basis as well.
Any suggestions will be greatly appreciated.

Answers (1)

Walter Roberson
Walter Roberson on 24 Oct 2015
polyint()
  1 Comment
Julian
Julian on 27 Oct 2015
would you give me an example how to use that function? For example, how do you use it for a polynomial P=3x^3+2x^2+x+1?
Thank you.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!