File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ cdef class acb_mat(flint_mat):
666666 >>> sum( acb_mat( arb_mat. hilbert( 20,20)) . eig( nonstop=True))
667667 nan + nanj
668668 >>> showgood( lambda: sum( acb_mat( arb_mat. hilbert( 20,20)) . eig( nonstop=True)) , parts=False)
669- 2. 47967321036454 + [ +/- 1.48e-56 ]j
669+ 2. 47967321036454 + 0e-55j
670670
671671 With default options, the method only succeeds if all eigenvalues can be
672672 isolated. Multiple ( overlapping) eigenvalues can be handled by
Original file line number Diff line number Diff line change @@ -616,10 +616,10 @@ cdef class arb_mat(flint_mat):
616616 magnitude have been replaced by exact zeros.
617617
618618 >>> print(arb_mat.stirling(4, 4).inv().str(5, radius=False))
619- [1.0000, 0, 0, 0]
620- [ 0, 1.0000, [+/- 1.20e-15], [+/- 5.00e-16] ]
621- [ 0, -1.0000, 1.0000, [+/- 1.67e-16] ]
622- [ 0, 1.0000, -3.0000, 1.0000]
619+ [1.0000, 0, 0, 0]
620+ [ 0, 1.0000, 0e-14, 0e-15 ]
621+ [ 0, -1.0000, 1.0000, 0e-15 ]
622+ [ 0, 1.0000, -3.0000, 1.0000]
623623 >>> print(arb_mat.stirling(4, 4).inv().chop(1e-6).str(5, radius=False))
624624 [1.0000, 0, 0, 0]
625625 [ 0, 1.0000, 0, 0]
You can’t perform that action at this time.
0 commit comments