Ask Your Question

Sebastian's profile - activity

2016-12-03 11:17:04 +0200 received badge  Popular Question (source)
2016-12-03 11:17:04 +0200 received badge  Notable Question (source)
2016-12-03 11:17:04 +0200 received badge  Famous Question (source)
2015-11-30 14:51:48 +0200 received badge  Student (source)
2015-11-30 12:08:54 +0200 asked a question elementary matrices for elementary row operations

Hello,

I'm using Sage to get random_matrix for Students.

random_matrix(QQ,4,4, algorithm="echelonizable", rank=4, upper_bound=15)

Is there an option to get all elementary matrices for all elementary matrix-operations by using for example matrix.inverse()?

Thanks for the help!