'Find k(a,b,c)=center of circle through complex points a, b and c.' 'Find k(a,b,c)=center of circle through complex points a, b and c.' |
|
|
|
|
|
|
|
|
|
|
|
|
(1, [1, 1, 1]) (1, [1, 1, 1]) |
(2*I + 1, [1, 1, 1]) (2*I + 1, [1, 1, 1]) |
(1/2*I + 1/2, [1/2, 1/2, 1/2]) (1/2*I + 1/2, [1/2, 1/2, 1/2]) |
Traceback (click to the left of this block for traceback) ... RuntimeError: power::eval(): division by zero Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_54.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("a2soMSwyLDMp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/tmp/tmpJi9eg0/___code___.py", line 3, in <module>
exec compile(u'kk(_sage_const_1 ,_sage_const_2 ,_sage_const_3 )
File "", line 1, in <module>
File "/tmp/tmpDUXnyz/___code___.py", line 3, in kk
r = k(a,b,c)
File "expression.pyx", line 3653, in sage.symbolic.expression.Expression.__call__ (sage/symbolic/expression.cpp:16197)
File "/sagenb/sage_install/sage-4.7.2/local/lib/python2.6/site-packages/sage/symbolic/callable.py", line 478, in _call_element_
return SR(_the_element.substitute(**d))
File "expression.pyx", line 3504, in sage.symbolic.expression.Expression.substitute (sage/symbolic/expression.cpp:15561)
RuntimeError: power::eval(): division by zero
|
(3/2*I + 3/2, [5/2, 5/2, 5/2]) (3/2*I + 3/2, [5/2, 5/2, 5/2]) |
(21/10*I + 41/10, [481/50, 481/50, 481/50]) (21/10*I + 41/10, [481/50, 481/50, 481/50]) |
|
|