Here is an example:

sage: G.<x>=GF(2^8)
sage: M=random_matrix(G,2,2)
sage: map(int,M.row(0))
[152, 58]
sage: map_threaded(int,M)
TypeError: base_ring (=<type 'int'>) must be a ring

Why won't map_threaded work where map does?

Thanks,
Alasdair

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to