Dear All, Here is the full content of the file linear.py... I particularly like the second comment (2006-12) from William :-). I was just wondering if there is a reason to keep this file other than anyone didi take care of removing it...
Cheers, Florent """ Linear Groups AUTHORS: - William Stein: initial version - David Joyner: degree, base_ring, random, order methods; examples - David Joyner (2006-05): added center, more examples, renamed random attributes, bug fixes. - William Stein (2006-12): total rewrite REFERENCES: - [KL] Peter Kleidman and Martin Liebeck. The subgroup structure of the finite classical groups. Cambridge University Press, 1990. - [C] R. W. Carter. Simple groups of Lie type, volume 28 of Pure and Applied Mathematics. John Wiley and Sons, 1972. EXAMPLES: """ #***************************************************************************** # Copyright (C) 2006 David Joyner and William Stein <wst...@gmail.com> # # Distributed under the terms of the GNU General Public License (GPL) # # http://www.gnu.org/licenses/ #***************************************************************************** --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---