M
mollitz@mollitz-laptop:~$ maxima
Maxima 5.13.0 http://maxima.sourceforge.net
Using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (aka GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) solve([-2*ax*zx -2*ay*zy -2*az*zz - x^2 = -ax^2 -ay^2 -az^2, bx2-2*bx*zx+zx2+by^2 -2*by*zy+zy2+bz2-2*bz*zz+zz2=x2 + 2*mx + m^2, cx2-2*cx*zx+zx2+cy2-2*cy*zy*zy2 +cz2-2*cz*zz+zz2=x2+2*n*x+n2,dx2-2*dx*zx+zx2+dy2-2*dy*zy*zy2+dz^2-2*dz*zz +zz2=x2+2*o*x+o^2], [x,zx, zy, zz]);
Unrecoverable error: invocation history stack overflow.
Aborted
mollitz@mollitz-laptop:~$
Die Syntax stimmt doch warum macht er das nich durch?