Hi there,
How do I make submatrices (or minors, or block submatrices) in SAGE? I
have a 5x5 matrix
{{{
[    0     1     0     0     0]
[    0     0     0     0     1]
[    0     0     0     1     0]
[  5/3    -2    -1   2/3   5/3]
[-17/3     1     4   4/3   1/3]
}}}

and I would like to extract from it the first block 2x2 submatrix, ie
[0 1]
[0 0]

Any ideas on how to do this?

didier


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to