So I have this equation:
x^2 + 4*(z+10)^2 = e^(-0.05*z)
How cant I plot it using, for example, Matplotlib.pyplot and Numpy packages?
Use the plot_implicit function of sympy http://docs.sympy.org/latest/modules/plotting.html or use Sage http://www.sagemath.org/.