Skip to content

Commit 048009b

Browse files
xcarusokryzar
andauthored
Update src/sage/modules/free_module.py
Co-authored-by: Antoine Leudière <[email protected]>
1 parent 90b7ca8 commit 048009b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/sage/modules/free_module.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3156,6 +3156,16 @@ def pseudohom(self, f, twist, codomain=None, side="left"):
31563156
f(\lambda x) = \theta(\lambda) f(x) + \delta(\lambda) x
31573157
31583158
When `\delta` is nonzero, this requires that `M` coerces into `M'`.
3159+
.. WARNING::
3160+
3161+
At the moment, it is not possible to specify both a twisting
3162+
endomorphism and a twisting derivation. Only one of those can be
3163+
used, preferably using the `twist` argument.
3164+
3165+
We represent pseudo morphisms by matrices with coefficient in the base
3166+
ring `R`. See class
3167+
:class:`sage.modules.free_module_pseudomorphism.FreeModulePseudoMorphism`
3168+
for details.
31593169
31603170
INPUT:
31613171

0 commit comments

Comments
 (0)