フィルターのクリア

How to check the positivity of a function?

1 回表示 (過去 30 日間)
Andrea Strappato
Andrea Strappato 2021 年 9 月 29 日
回答済み: Walter Roberson 2021 年 9 月 29 日
Hi,
Given a function f(x), with x defined as a symbolic variable, how can I check the positivity function of f(x)?
Any kind of help?

採用された回答

Walter Roberson
Walter Roberson 2021 年 9 月 29 日
First two checks: is limit(f(x),x,infinity) negative? Is limit(f(x),x,-infinity) negative?
After that: find the critical points of f(x) using calculus, and check to see if f is negative at any of them.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by