please is there any inbuilt function for harmonic function?
Show older comments
Please write a script of function for harmonic function summation of 1/n for n=1 to infinity
Answers (1)
Rik
on 25 Jan 2022
There actually is a builtin that will give you the answer:
inf
As for implementing the function yourself, that is probably homework, so I'll leave it to you try something. Feel free to post a comment with your efforts and what questions you have.
Categories
Find more on Language Fundamentals in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!