random selection
How I do randomly select a element in GO(n,RR)?
How I do randomly select a element in GO(n,RR)?
The random_matrix command seems to be the ticket if you use an exact base ring
A=random_matrix(QQ, 4, 4, algorithm='echelonizable', rank=4, upper_bound=60); A
But this is not implemented for RR
. Would floating-point issues even allow this?
Asked: 11 years ago
Seen: 385 times
Last updated: Feb 18 '14
Do you mean GL(n,RR)?