random selection
How I do randomly select a element in GO(n,RR)?
asked 2014-02-18 05:16:19 +0100
Anonymous
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?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-02-18 05:16:19 +0100
Seen: 349 times
Last updated: Feb 18 '14
Easy way to get repeatable random number sequences.
How do I generate a random number according to the binomial distribution?
how to calculate in SAGE the cumulative distribution function of a "stable distribution"?
Problem calling np.random.multinomial from notebook
Do you mean GL(n,RR)?