In (1+x) can be approximated using the following Taylor series expansion: for (12x>-1) 2 3 4 Create a MATLAB function that implements the Taylor series above. The program should use a while-loop and add a term to the series with each iteration. Calculate the true percent relative error (E,) defined by: true value-approximation true value *100 for each iteration. The true value can be found using the MATLAB’s log function and the
OR
OR