Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
increase rel tol in de/tutorial/tour_linalg.rst to prevent doctest fa…
Browse files Browse the repository at this point in the history
…ilures
  • Loading branch information
strogdon committed Oct 27, 2014
1 parent 57bb552 commit 48e582e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/de/tutorial/tour_linalg.rst
Expand Up @@ -114,10 +114,10 @@ standardmässig die Körper ``RR`` oder ``CC`` verwendet, welche allerdings nich
alle der folgenden Berechnungen unterstützen::

sage: ARDF = matrix(RDF, [[1.2, 2], [2, 3]])
sage: ARDF.eigenvalues()
sage: ARDF.eigenvalues() # rel tol 8e-16
[-0.09317121994613098, 4.293171219946131]
sage: ACDF = matrix(CDF, [[1.2, I], [2, 3]])
sage: ACDF.eigenvectors_right() # rel tol 1e-15
sage: ACDF.eigenvectors_right() # rel tol 2e-15
[(0.8818456983293743 - 0.8209140653434135*I, [(0.7505608183809549, -0.616145932704589 + 0.2387941530333261*I)], 1),
(3.3181543016706256 + 0.8209140653434133*I, [(0.14559469829270957 + 0.3756690858502104*I, 0.9152458258662108)], 1)]

Expand Down

0 comments on commit 48e582e

Please sign in to comment.