Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
(%i1)plot3d(exp(log(0.3)/5*((x-2)^2+(y-1)^2)),[x,-5,5],[y,-4,4],[z,0,1.5],[azimuth,-120]); plot
plot3d(exp(log(0.3)/5*((x-2)^2+(y-1)^2)),[x,-5,5],[y,-4,4],[z,0,1],[elevation,20]); plot
plot3d(exp(log(0.3)/5*((x-2)^2+(y-1)^2)),[x,-5,5],[y,-4,4],[z,0,1.5],[azimuth,190]); plot