Skip to content

Commit

Permalink
src/sage/matrix/matrix2.pyx: Fix doctest dataflow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 31, 2023
1 parent 8402a7b commit c3b6f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix2.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -7159,7 +7159,7 @@ cdef class Matrix(Matrix1):

The second eigenvector is contained in the left kernel of `B`::

sage: (P[1, :] * B).norm() < 1e-14 # needs sage.rings.complex_double sage.symbolic
sage: (P[1, :] * B).norm() < 1e-14 # needs scipy sage.rings.complex_double sage.symbolic
True

.. SEEALSO::
Expand Down

0 comments on commit c3b6f2f

Please sign in to comment.