[2, 4, 5] [2, 4, 5] |
-3*x - 4 x^2 + 8*x + 12 (x - 2)*(x + 2)*(x + 3)*x^2 2*(a - 5)*(a + 5)*a*b^3 2*(a^3 - 25*a)*b^3 -3*x - 4 x^2 + 8*x + 12 (x - 2)*(x + 2)*(x + 3)*x^2 2*(a - 5)*(a + 5)*a*b^3 2*(a^3 - 25*a)*b^3 |
-1/(x + 3) -1/(x + 3) -1/(x + 3) -1/(x + 3) |
|
Traceback (click to the left of this block for traceback) ... TypeError: unsupported operand type(s) for ** or pow(): 'list' and 'int' Traceback (most recent call last): show(h2)
File "", line 1, in <module>
File "/tmp/tmpsJuFp9/___code___.py", line 4, in <module>
h=log((a**_sage_const_3 *b**(-_sage_const_1 ))/(c**(-_sage_const_1 )))
File "integer.pyx", line 1871, in sage.rings.integer.Integer.__pow__ (sage/rings/integer.c:12477)
TypeError: unsupported operand type(s) for ** or pow(): 'list' and 'int'
|
|
|