On Sat, Sep 4, 2010 at 8:15 AM, andrew ewart <[email protected]> wrote: > How do u stick a matrix on the bottom of antoher martix, in particular > the identity matrix > so if had M (l,k) how do I stick Id(k) on the bottom to produce a new > matrix > N=M and N is dimension (l+k,k) > Id
Look at M.stack() and M.augment(). - Robert -- 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 URL: http://www.sagemath.org
