I want to know harmonic progression code

1 次查看(过去 30 天)
I want to know harmonic progression code. I have tried making a code, but It is failed. So, I will compare another correct code.

回答(1 个)

MathReallyWorks
MathReallyWorks 2017-5-27
Hello,
If you have starting term(a) and common difference(d) then make a series till some definite number as:
a, a+d, a+2d, a+3d....
Keep then in a 1D array.
Now call each element and take inverse of that.
This will give you harmonic progression.

类别

Help CenterFile Exchange 中查找有关 모델링 的更多信息

Community Treasure Hunt

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

Start Hunting!