[(a*b + b^2)*c + (a^2 + b*c)*a (a*b + b^2)*b + (a^2 + b*c)*b] [(b^2 + b*c)*c + (a*c + b*c)*a (b^2 + b*c)*b + (a*c + b*c)*b] [(a*b + b^2)*c + (a^2 + b*c)*a (a*b + b^2)*b + (a^2 + b*c)*b] [(b^2 + b*c)*c + (a*c + b*c)*a (b^2 + b*c)*b + (a*c + b*c)*b] |
[[a == 0, b == 0, c == r28, d == r29], [a == r30, b == -r30, c == r30, d == r31]] [[a == 0, b == 0, c == r28, d == r29], [a == r30, b == -r30, c == r30, d == r31]] |
([{a: b*c/d}], [2])
([{a: b*c/d}], [2])
|
|
|
[a*j + b*m + c*p a*k + b*n + c*q a*l + b*o + c*r] [d*j + e*m + f*p d*k + e*n + f*q d*l + e*o + f*r] [g*j + h*m + I*p g*k + h*n + I*q g*l + h*o + I*r] [a*j + b*m + c*p a*k + b*n + c*q a*l + b*o + c*r] [d*j + e*m + f*p d*k + e*n + f*q d*l + e*o + f*r] [g*j + h*m + I*p g*k + h*n + I*q g*l + h*o + I*r] |
[a*j + d*k + g*l b*j + e*k + h*l c*j + f*k + I*l] [a*m + d*n + g*o b*m + e*n + h*o c*m + f*n + I*o] [a*p + d*q + g*r b*p + e*q + h*r c*p + f*q + I*r] [a*j + d*k + g*l b*j + e*k + h*l c*j + f*k + I*l] [a*m + d*n + g*o b*m + e*n + h*o c*m + f*n + I*o] [a*p + d*q + g*r b*p + e*q + h*r c*p + f*q + I*r] |
|
|
[a*d + 1/2*b^2 + 1/2*c^2 - 1/2*(b + c)*sqrt(4*a*d + b^2 - 2*b*c + c^2), a*d + 1/2*b^2 + 1/2*c^2 + 1/2*(b + c)*sqrt(4*a*d + b^2 - 2*b*c + c^2)] [a*d + 1/2*b^2 + 1/2*c^2 - 1/2*(b + c)*sqrt(4*a*d + b^2 - 2*b*c + c^2), a*d + 1/2*b^2 + 1/2*c^2 + 1/2*(b + c)*sqrt(4*a*d + b^2 - 2*b*c + c^2)] |
|
|
Traceback (click to the left of this block for traceback) ... TypeError: unsupported operand parent(s) for '*': 'Full MatrixSpace of 5 by 5 dense matrices over Real Double Field' and 'Full MatrixSpace of 2 by 2 dense matrices over Rational Field' Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_18.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("QSpC"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/tmp/tmpeM3h2w/___code___.py", line 2, in <module>
exec compile(u'A*B
File "", line 1, in <module>
File "element.pyx", line 2467, in sage.structure.element.Matrix.__mul__ (sage/structure/element.c:16791)
File "coerce.pyx", line 795, in sage.structure.coerce.CoercionModel_cache_maps.bin_op (sage/structure/coerce.c:7489)
TypeError: unsupported operand parent(s) for '*': 'Full MatrixSpace of 5 by 5 dense matrices over Real Double Field' and 'Full MatrixSpace of 2 by 2 dense matrices over Rational Field'
|
|
|