Question: Without using syms or sym commands, anser the following question: Definite Integrals of Power Functions The purpose of this exercise is to write the user-defined
Without using "syms" or sym" commands, anser the following question:
Definite Integrals of Power Functions The purpose of this exercise is to write the user-defined MATLAB function powerint.m that calculates the value of the definite integral and graphs the function 2C on the interval [a, b]. The plot should be smooth. Your inputs will be the vector of coefficients [A1, A2,... . An], the vector of exponents [p1,p2,...,pn], the lower limit a, and the upper limit b. In that order. You must ensure that your function works when one of the exponents equals -1. Re- member that the antiderivative of x~1 equals In(x). Also, the MATLAB command for In(x) is log(x) Your function should give an error when the length of the coefficient vector is not equal to the length of the vector of exponents
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
