It would definitely be useful (at least to me). But the word "algorithm" looks strange to me. What if we do want a unimodular skew-symmetric matrix? I would rather go for keywords
sage: random_matrix(ZZ, 4, unimodular=True, skew_symmetric=True) [ 0 0 5 -1] [ 0 0 6 -1] [-5 -6 0 1] [ 1 1 -1 0] Vincent On 08/04/2015, Jori Mantysalo <[email protected]> wrote: > I was asked to test a hypothesis about skew-symmetric matrices, so I'll > generate some at random. > > Could this kind of function be useful to others? If so, would best way for > it be to add "algorithm='skew-symmetric'" to > sage.matrix.constructor.random_matrix()? > > -- > Jori Mäntysalo > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
