Question: MatLab Polynomials In this exercise you are given a polynomial and you will write a code that outputs an antiderivative of the polynomial. Please follow
MatLab Polynomials

In this exercise you are given a polynomial and you will write a code that outputs an antiderivative of the polynomial. Please follow the format requirements that are the same for each exercise in this project. Write a MATLAB function B=poIint(P) which accepts as an input a polynomial P written through the standard basis (see Part II). 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. Suggested commands within your code: A single for loop or a MATLAB function int(P) can be used ** Type the function point in your diary file and run it for the following polynomials: P = x^5+ 2x^4+3x^3+4x^2 + 5x + 6, P = x^6-4x^3 + 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
