Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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 x>12 can be approximated by the series
ln(x)~~n=1N(x-1)nnxn
Write a Matlab function myLog that takes as input x and the number N and outputs as y the estimate of ln(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 error message. Do not print any results to screen or do any plotting within the function.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions