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!