René Birkner
unread,Nov 11, 2009, 11:33:07 AM11/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Macaulay2
Hi,
I would really like to have the following method for liftable:
liftable(Matrix,ZZ) to check if a matrix is in fact a matrix over ZZ
Right now I use my own silly code:
liftable (Matrix,ZZ) := (M,R) -> all(flatten entries M, e -> liftable
(e,R))
Thanks
René