First time here? Check out the FAQ!

Ask Your Question
0

random selection

asked 10 years ago

anonymous user

Anonymous

How I do randomly select a element in GO(n,RR)?

Preview: (hide)

Comments

Do you mean GL(n,RR)?

kcrisman gravatar imagekcrisman ( 10 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 10 years ago

kcrisman gravatar image

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?

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 10 years ago

Seen: 374 times

Last updated: Feb 18 '14