Skip to content

Commit

Permalink
Rewriting tests for the PR
Browse files Browse the repository at this point in the history
Changed the final answer given by test of this PR.
  • Loading branch information
RuchitJagodara committed Dec 10, 2023
1 parent 3042d2a commit ab1ec91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/matrix/matrix2.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -18619,8 +18619,8 @@ def _matrix_power_symbolic(A, n):
sage: n = var('n'); n
n
sage: An = A^n; An
[ 0^n 0^(n - 1)*n]
[ 0 0^n]
[ kronecker_delta(0, n) n*kronecker_delta(1, n)]
[ 0 kronecker_delta(0, n)]
"""
from sage.rings.qqbar import AlgebraicNumber
from sage.matrix.constructor import matrix
Expand Down

0 comments on commit ab1ec91

Please sign in to comment.