00:27 -!- Prax01D(n=Prax01D@tor58-23b-94-83.dynamic.rogerstelecom.net) has joined #maxima 06:32 -!- Prax01D(n=Prax01D@149.99.86.240) has joined #maxima 12:33 -!- Prax01D(n=Prax01D@tor58-10-93-106.dynamic.rogerstelecom.net) has joined #maxima 13:07 Hmm... 13:16 ? 14:15 Still waiting. 14:59 Loox like the weekend is not a good time... 14:59 Hope you're scouring the dox... 14:59 ;> 16:44 -!- rtoym_(n=chatzill@user-0c8hpk0.cable.mindspring.com) has joined #maxima 16:47 rtoy_: Help this poor soul. 16:48 rtoym: Help this poor soul. 16:48 plot3d(sqrt(1-x^2-y^2),[x,-1,1],[y,-1,1]); plots the upper hemisphere. Don't know how to do the whole sphere. Maybe some parametric form will plot the whole sphere. 16:49 Hmm... 16:53 ? plot3d will give you some documentation, if you haven't already tried that. 16:56 So it's not like Maple, where you can just put in 3 variables? 17:00 Not having Maple, I can't really say. But maxima doens't seem to have any kind of implicit plot. But I could be wrong. 17:04 plot3d([sin(phi)*cos(theta),sin(phi)*sin(theta),cos(phi)],[phi,-%pi,%pi],[theta,0,%pi]); 17:04 Googling for parametric equation for sphere gives several hits. That's one of them. 17:06 (Except it looks more like an ellipsoid because the axes aren't square) 17:06 Isn't the the spherical coordinates? 17:06 *that the 17:06 Yes, (I think I got the limits wrong.) 18:30 -!- Prax01D10D(n=Prax01D@tor58-10-92-157.dynamic.rogerstelecom.net) has joined #maxima 19:01 -!- HaraldG(n=rldprog@chello080108070152.13.11.univie.teleweb.at) has joined #maxima 19:09 There is the implicit_plot package by Andrej Vodopivec, but it seems it only handles two dimensions. 19:35 Where is that implicit_plot ? 19:37 I don't know when it became available. I have 5.10.99rc3. 19:42 I have 5.9.2 19:42 I see it's in contrib/ 19:42 share/contrib/