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.
Function: room ()
![Room Example x(u,v):=sin(u)*cos(v);
y(u,v):=sin(u)*sin(v);
z(u,v):=cos(u);
plot3d([x(u,v),y(u,v),z(u,v)], [u,0,2*%pi], [v,0,2*%pi], [grid,60,60]);
room();](http://maxima-online.org//plot.html?g=p-1409068992.png&t=img&db=r1403179422)
Function: room (true)
Function: room (false) Prints out a description of the state of storage and stack management in Maxima. room calls the Lisp function of the same name.
* room () prints out a moderate description.
* room (true) prints out a verbose description.
* room (false) prints out a terse description.
(%o1) true (%i2)