Calculadora de Concavidad


\( ( \) \( ; \) \( ) \)
Sintaxis

鈿狅笍 Esta calculadora utiliza la notaci贸n de Python/SymPy.

Por ejemplo, la expresion:

x**2 + 3*y - (x + y)*(z - 2)+ sin(x) / 6 + y**3 + exp(t) + sqrt(w)

Representa la funcion: $$x^2 + 3y - (x + y) \; (z - 2) + \frac{sen(x)}{6} + y^3 + e^t + \sqrt{w}$$

Se han implementado algunas flexibilidades como aceptar "3x" en vez de "3*x" o "x^2" en vez de "x**2". Sin embargo, se recomienda respetar la notacion de Python.