Skip to content

Commit

Permalink
add import for sqrt
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwalters committed Dec 26, 2024
1 parent 9f28745 commit f2b1c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/matrix/matrix2.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -12990,6 +12990,7 @@ cdef class Matrix(Matrix1):

"""
from sage.matrix.constructor import identity_matrix
from sage.misc.functional import sqrt

F = self._base_ring
n = self.nrows()
Expand Down

0 comments on commit f2b1c40

Please sign in to comment.