Home | Trees | Indices | Help |
|
---|
|
|
|||
Matrix A matrix. |
|
|||
|
|
Makes an n times n hyper-invertible square matrix. The matrix entries will belong to field. A hyper-invertible matrix is a matrix where every sub-matrix is invertible. A sub-matrix consists of an arbitrary subset of the rows and columns of the original matrix (and is not necessarily a contiguous region). >>> from field import GF >>> Zp = GF(47) >>> print hyper(2, Zp) [[{46} {2}] [{45} {3}]] >>> print hyper(3, Zp) [[ {1} {44} {3}] [ {3} {39} {6}] [ {6} {32} {10}]] |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 19 16:43:37 2009 | http://epydoc.sourceforge.net |