1 | initial version |
For creating random matrices, you should have a look at http://doc.sagemath.org/html/en/reference/matrices/sage/matrix/constructor.html#sage.matrix.constructor.random_matrix
For eigenvalues, you should have a look at: http://doc.sagemath.org/html/en/constructions/linear_algebra.html#eigenvectors-and-eigenvalues
To work with floating-point real numbers, you should search for "real double field".
Please do not hesitate to ask for more with concrete examples if there is something unclear.
2 | No.2 Revision |
For creating random matrices, you should have a look at http://doc.sagemath.org/html/en/reference/matrices/sage/matrix/constructor.html#sage.matrix.constructor.random_matrix
For eigenvalues, you should have a look at: http://doc.sagemath.org/html/en/constructions/linear_algebra.html#eigenvectors-and-eigenvalues
To work with floating-point real numbers, you should search for "real double field".
Please do not hesitate to ask for more with (by providing concrete examples examples) if there is something unclear.
3 | No.3 Revision |
For creating random matrices, you should have a look at http://doc.sagemath.org/html/en/reference/matrices/sage/matrix/constructor.html#sage.matrix.constructor.random_matrix
For computing eigenvalues, you should have a look at: http://doc.sagemath.org/html/en/constructions/linear_algebra.html#eigenvectors-and-eigenvalues
To work with floating-point real numbers, you should search for "real double field".
Please do not hesitate to ask for more (by providing concrete examples) if there is something unclear.