Question: l n ( x ) ~~ n = 1 N ( x - 1 ) n n x n Write a Matlab function myLog that

ln(x)~~n=1N(x-1)nnxn
Write a Matlab function myLog that takes as inpot x and the number +1 and outpots as y the estimate of lu(x) using Eq.(1) and the corresponding true relative error tre. For the true value of ln(x) use Matlab's build-in function log(x) here and in the following problems. Code the function such that it can handle both scalar and column vector inputs for x, resulting in scalar, respective column vector outputs for y and tre. If any of the values for x are x12, i.e., Eq.1 is not applicable, call Matlab's error function and output an appropriate crror message. Do not print any results to sereen or do any plotting within the function.
Required submission:
well commented seript source code submitted to Canvas link "Exam I - Problem 2":
 ln(x)~~n=1N(x-1)nnxn Write a Matlab function myLog that takes as inpot x

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!