Hello, Rob. You wrote 11 августа 2010 г., 1:10:25: > I have an undergraduate student who is funded this summer to develop > some routines for Sage which create random matrices with "nice" > properties for beginning students of linear algebra to practice with > (or for faculty to put on exams, or to put in problem-generating > interacts). Which is a great thing.
Are you talking about RealField/ComplexField matrices? If yes, then you can take a look at http://www.alglib.net/matrixops/randommatrix.php - it contains description of several functions that generate random matrices with desired properties. ALGLIB is accessible as Sage package now (see recent thread 'Next version of alglib.spkg'), so he can easily add this functionality to his project. -- With best regards, Sergey mailto:sergey.bochka...@alglib.net -- 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