フィルターのクリア

Integration of constants - having 1 variable

2 ビュー (過去 30 日間)
Sebastian Ciuban
Sebastian Ciuban 2015 年 2 月 25 日
コメント済み: John D'Errico 2015 年 2 月 25 日
Hi guys, I want to implement this integral in Matlab and I have some dificulties
The known parameters are: h0, K2_prime, e, T and K3. How do I evaluate this integral?
basically ZWD=10^-3*(K2_prime*.....e/T^2) * Integral from h0 to Inf..
This integral is part of a function, and the parameters are given in the input of that function.

採用された回答

John D'Errico
John D'Errico 2015 年 2 月 25 日
So you have the integral of a constant (well, a sum of known, non-zero constants) from some number h0, to infinity.
Calc 101: What do I remember about the integral of a constant over an infinite interval...
I'm not sure where you got this from, but inf is the only result that makes sense.
Can I suggest you need to think about whether those numbers are truly constants, or if the limits are as you have stated them?
  4 件のコメント
Sebastian Ciuban
Sebastian Ciuban 2015 年 2 月 25 日
Indeed, you are right :)
John D'Errico
John D'Errico 2015 年 2 月 25 日
:)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by