How to check the positivity of a function?
2 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!