How to check the positivity of a function?

조회 수: 2 (최근 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 CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by