Using the code below, I am unsure why I cannot form the identity map (or 
others such as constant maps) via dictionary. I have done the same process 
for finite simplicial complexes, so maybe this isn't implemented for 
posets? Thanks for any help.


The input:


X=Poset({1:[],2:[1]})
Hom(X,X)({1:1,2:2})


The output error message:


TypeError: Unable to coerce x (={1: 1, 2: 2}) to a morphism in Set of 
Morphisms from Finite poset containing 2 elements to Finite poset 
containing 2 elements in Join of Category of finite posets and Category of 
finite enumerated sets and Category of facade sets

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to