Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 2 / MatlabGrader ( 1 6 points ) The natural logarithm of a number x > 1 = 2 can be approximated by the
Problem MatlabGrader points
The natural logarithm of a number x can be approximated by the series
lnx
XN
n
x n
nxn :
Write a Matlab function myLog that takes as input x and the number N and outputs as y the estimate of lnx using Eq and the
corresponding true relative error tre. For the true value of lnx use Matlabs buildin function logx 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 x ie Eq is not applicable, call Matlabs error
function and output an appropriate error message. Do not print any results to screen or do any plotting within the function.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started