Query Regarding Maxima



Dear Sir,

 

I am trying to solve a system of non linear equations in Maxima but I get an
error stating "The storage for CONS is exhausted". 

How can I solve this problem or its is that my hardware can't support it.

 

Can you please help me with solving this command.

 

algsys([(xp-xf1)*(2*x1-xf1-xp)+(yp-yf1)*(2*y1-yf1-yp)+(zp-zf1)*(2*z1-zf1-zp)
-f1*f1+l1+l1,
(xp-xf2)*(2*x1+2*a*d-xf2-xp)+(yp-yf2)*(2*y1+2*b*d-yf2-yp)+(zp-zf2)*(2*z1+2*c
*d-zf2-zp)-f2*f2+l2+l2,
(xp-xf3)*(2*x1+4*a*d-xf3-xp)+(yp-yf3)*(2*y1+4*b*d-yf3-yp)+(zp-zf3)*(2*z1+4*c
*d-zf3-zp)-f3*f3+l2+l2,
(xp-xf4)*(2*x1+6*a*d-xf4-xp)+(yp-yf4)*(2*y1+6*b*d-yf4-yp)+(zp-zf4)*(2*z1+6*c
*d-zf4-zp)-f4*f4+l1+l1, 2*d*d*(a*a+b*b+c*c)-l1*l1+l2*l2,
(x1-xp)*(x1-xp)+(y1-yp)*(y1-yp)+(z1-zp)*(z1-zp)-l1*l1,
4*a*d*(x1-xp)+4*b*d*(y1-yp)+4*c*d*(z1-zp)-3*(l2*l2-l1*l1)],
[x1,y1,z1,a,b,c]);

 

Thank you in advance

 

Best Regards

Sourabh Bajaj

Analog Devices