hey guys o have question about log ...

6 views (last 30 days)
if i have function = log5(X) and he wants the taaylor how can i deal with the log5(x)
  3 Comments
Steven Lord
Steven Lord on 1 Aug 2018
What is the body of the log5 function? There is no function by that name in any MathWorks product as far as I am aware (and searching the website didn't find any such functions.)
What is the full text (everything in red) of the error message you received when you ran that code?

Sign in to comment.

Accepted Answer

the cyclist
the cyclist on 1 Aug 2018
Edited: the cyclist on 1 Aug 2018
You can get the base-5 log of a number x as follows
log(x)/log(5)
A simple explanation of why this works can be found here.
Then, you can simply use the Taylor expansion of log(x).

More Answers (0)

Categories

Find more on Time Series in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!