CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

| Download
Views: 8
Visibility: Unlisted (only visible to those who know the link)
Image: ubuntu2004
maxima("build_info()") maxima("""unorder()$ orderless(w1, w2, W1, W2, k1, k2, g, f1, f2, K)$ eq : -%i*W1*B10 = K * ((%i*g*f1^3)/((%i*w1-%i*W1+k1)*((-%i*w1)+%i*W1+k1) *((-w1*w2)+(w1+w2)*W1-W1^2 +(%i*w2-%i*W1)*k1 +(%i*w1-%i*W1+k1) *k2)) -(%i*g*f1*f2^2)/((%i*w1-%i*W1+k1)*(%i*w2-%i*W2+k2) *((-w1*w2)+(w1+w2)*W2-W2^2 +((-%i*w2)+%i*W2) *k1 +((-%i*w1) +%i*W2+k1) *k2)) +(%i*g^3*f1*f2^2)/(((-w1*w2)+(w1+w2)*W1-W1^2+(%i*w2-%i*W1)*k1 +(%i*w1-%i*W1+k1)*k2) *((-w1*w2)+(w1+w2)*W2-W2^2+(%i*w2-%i*W2)*k1 +(%i*w1-%i*W2+k1)*k2) *((-w1*w2)+(w1+w2)*W2-W2^2 +((-%i*w2)+%i*W2)*k1 +((-%i*w1)+%i*W2+k1)*k2))) +(%i*g *(((-w1*w2^2)+w2^2*W1+(2*w1*w2-2*w2*W1)*W2 +((-w1)+W1)*W2^2 +(%i*w2^2-2*%i*w2*W2+%i*W2^2)*k1 +((-w1)+W1+%i*k1)*k2^2) *f1 +f1*f2^2*K)) /((-w1^2*w2^2)+2*w1*w2^2*W1-w2^2*W1^2 +(2*w1^2*w2-4*w1*w2*W1+2*w2*W1^2)*W2 +((-w1^2)+2*w1*W1-W1^2)*W2^2 +(2*%i*w1*w2^2-2*%i*w2^2*W1 +((-4*%i*w1*w2)+4*%i*w2*W1)*W2 +(2*%i*w1-2*%i*W1)*W2^2) *k1+(w2^2-2*w2*W2+W2^2)*k1^2 +((-w1^2)+2*w1*W1-W1^2+(2*%i*w1-2*%i*W1)*k1 +k1^2) *k2^2)$ ratsimp(eq); """)
%build_info("5.45.0","2022-09-20 17:53:45","x86_64-pc-linux-gnu","ECL", "21.2.1","/home/user/.sage/maxima","/tmp", "/home/user/.sage/maxima/binary/5_45_0/ecl/21_2_1",false, false)
Error in lines 2-2 Traceback (most recent call last): File "/cocalc/lib/python3.10/site-packages/smc_sagews/sage_server.py", line 1244, in execute exec( File "", line 1, in <module> File "/ext/sage/9.7/src/sage/interfaces/interface.py", line 296, in __call__ return cls(self, x, name=name) File "/ext/sage/9.7/src/sage/interfaces/maxima.py", line 1179, in __init__ ExpectElement.__init__(self, parent, value, is_name=False, name=None) File "/ext/sage/9.7/src/sage/interfaces/expect.py", line 1493, in __init__ self._name = parent._create(value, name=name) File "/ext/sage/9.7/src/sage/interfaces/interface.py", line 514, in _create self.set(name, value) File "/ext/sage/9.7/src/sage/interfaces/maxima.py", line 1023, in set self._batch(cmd, batchload=True) File "/ext/sage/9.7/src/sage/interfaces/maxima.py", line 913, in _batch self._error_check(cmd, out) File "/ext/sage/9.7/src/sage/interfaces/maxima.py", line 957, in _error_check self._error_msg(cmd, out) File "/ext/sage/9.7/src/sage/interfaces/maxima.py", line 974, in _error_msg raise TypeError("Error executing code in Maxima\nCODE:\n\t%s\nMaxima ERROR:\n\t%s"%(cmd, out.replace('-- an error. To debug this try debugmode(true);',''))) TypeError: Error executing code in Maxima CODE: batchload("/tmp/tmpa756txdv.input-647550605");1+1744930943; Maxima ERROR: batchload("/tmp/tmpa756txdv.input-647550605");1+1744930943; PQUOTIENT: Quotient by a polynomial of higher degree (case 2b) -- an error. To debug this try: debugmode(true); (%o46)