Skip to content

Commit

Permalink
Corrected doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
25shriya committed Nov 5, 2024
1 parent d841b58 commit 79d3371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/matroids/matroid.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -8082,9 +8082,9 @@ cdef class Matroid(SageObject):
(Aabf, Aace, Aadg, Abcd, Abeg, Acfg, Adef, Aabcdefg)
sage: Aabf, Aace, Aadg, Abcd, Abeg, Acfg, Adef, Aabcdefg = G
sage: Aabf*Aabf
2*Aabcdefgf^2
sage: Aabf*Acfg
-Aabcdefg^2
sage: Aabf*Acfg
0
sage: matrix([[x * y for x in G] for y in G])
[-Aabcdefg^2 0 0 0 0 0 0 0]
[ 0 -Aabcdefg^2 0 0 0 0 0 0]
Expand Down

0 comments on commit 79d3371

Please sign in to comment.