Question: Exercise 2: Using Gauss Quadrature Given the function f(x) in the template, write a MATLAB function that integrates the function from x=a to x=b function

Exercise 2: Using Gauss Quadrature Given the function f(x) in the template, write a MATLAB function that integrates the function from x=a to x=b function newx, area=integral (a,b,n) end function y=f(x) y=2000log(140000/(1400002100x))9.8x; end Code to call your function: a=1+10rand(); b=a+20rand(); n=1+round(5rand(),0) new x, area=integral (a,b,n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
