random orthogonal matrix
- From: "Fedor" <malabar_carotte@xxxxxxxxx>
- Date: 25 Apr 2006 15:00:34 -0700
Hello,
for my work, I have to write a program that gives random orthogonal
matrices, that is that if mu is the Haar measure on O_n(R) and S a
borel set of O_n(R), the probability that my program gives a matrix in
S is mu(X). This is why I wonder if the following algorithm works:
take (v_1,..,v_n) some random vectors in R^n, each coordinate of v_k is
a random number in [-1;+1]. Then, with Gram-Schmidt one can obtain a
sequence of unit orthogonal vectors (w_1,..,w_n). Then the program
returns [w_1,..,w_n].
Does it work ? If yes, is there a better way to do this ? (from the
numerical point of view ..)
thanx in advance,
regards
.
- Follow-Ups:
- Re: random orthogonal matrix
- From: Zdislav V. Kovarik
- Re: random orthogonal matrix
- From: Herman Rubin
- Re: random orthogonal matrix
- From: Michael Orion
- Re: random orthogonal matrix
- From: Stephen Montgomery-Smith
- Re: random orthogonal matrix
- Prev by Date: Re: Twin Primes
- Next by Date: Re: weak* topology
- Previous by thread: Red, White and Blue
- Next by thread: Re: random orthogonal matrix
- Index(es):
Relevant Pages
|