File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ cdef class acb_mat(flint_mat):
666
666
>>> sum( acb_mat( arb_mat. hilbert( 20,20)) . eig( nonstop=True))
667
667
nan + nanj
668
668
>>> 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
670
670
671
671
With default options, the method only succeeds if all eigenvalues can be
672
672
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):
616
616
magnitude have been replaced by exact zeros.
617
617
618
618
>>> 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]
623
623
>>> print(arb_mat.stirling(4, 4).inv().chop(1e-6).str(5, radius=False))
624
624
[1.0000, 0, 0, 0]
625
625
[ 0, 1.0000, 0, 0]
You can’t perform that action at this time.
0 commit comments