Representemos la gráfica de la siguiente función definida a tramos: $$f(x)=\left\{\begin{matrix}x+1 & \text{si} & x \lt 0 \\ 2^{-x} & \text{si} & x \ge 0 \end{matrix}\right.$$
Para hacerlo con la ayuda de GNU MAXIMA, escribimos la siguiente instrucción en el panel correspondiente:
(%i33) wxplot2d([if x<0 then x+1 else 2^-x],[x,-4,4]);
$\diamond$
No hay comentarios:
Publicar un comentario
Gracias por tus comentarios