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

Commit

Permalink
example lift_idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
avirmaux committed Aug 29, 2014
1 parent 57fbdc0 commit aa1a19c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/sage/categories/algebras.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,10 @@ def _lift_idempotent(self):
EXAMPLES::
sage: A3 = SymmetricGroup(3).algebra(QQ)
sage: Z3 = A3.center()
sage: Z3._refine_category_(SemisimpleAlgebras(QQ))
sage: orth = Z3.orthogonal_idempotents()
sage: x = orth[2]._lift_idempotent()
sage: x not in Z3 and x in A3
True
sage: A = FiniteDimensionalAlgebrasWithBasis(QQ).example().semisimple_quotient()
sage: orth = A.orthogonal_idempotents()
sage: orth[1]._lift_idempotent()
x
TODO: better documentation.
"""
Expand Down

0 comments on commit aa1a19c

Please sign in to comment.