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

Commit

Permalink
FiniteRankFreeModule.dual_symmetric_power: Update for changes in #34474
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 4, 2022
1 parent 0648daa commit fc66ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/tensor/modules/finite_rank_free_module.py
Expand Up @@ -1413,8 +1413,8 @@ def dual_symmetric_power(self, p):
sage: e = M.basis('e')
sage: M.dual_symmetric_power(0)
Free module of type-(0,0) tensors on the Rank-3 free module M over the Integer Ring
sage: M.dual_symmetric_power(1) # return the module itself
Free module of type-(0,1) tensors on the Rank-3 free module M over the Integer Ring
sage: M.dual_symmetric_power(1) # return the dual module
Dual of the Rank-3 free module M over the Integer Ring
sage: M.dual_symmetric_power(2)
Free module of fully symmetric type-(0,2) tensors
on the Rank-3 free module M over the Integer Ring
Expand Down

0 comments on commit fc66ad1

Please sign in to comment.