Borrar filtros
Borrar filtros

How to check the positivity of a function?

1 visualización (últimos 30 días)
Andrea Strappato
Andrea Strappato el 29 de Sept. de 2021
Respondida: Walter Roberson el 29 de Sept. de 2021
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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Sept. de 2021
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.

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by