Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The natural logarithm of a number x > 1 2 can be approximated by the series l n ( x ) ~~ n = 1
The natural logarithm of a number can be approximated by the series
~~
Write a Matlab function myLog that takes as input and the number and outputs as the estimate of using Eq and the corresponding true relative error tre. For the true value of use Matlab's buildin function here and in the following problems. Code the function such that it can handle both scalar and column vector inputs for resulting in scalar, respective column vector outputs for and tre. If any of the values for are ie Eq is not applicable, call Matlab's 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