Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: pp
See also: plotgt orthonormal

Quantlet: givenrot
Description: Decomposes an orthonormal matrix into a set of rotations by Givens rotation

Link:
Usage: out = givenrot (in)
Input:
in p x p matrix Outout
al p x (p-1)/2 vector

Example:
; loads the library pp
library("pp")
; generate some vectors
x = normal(6,4)
; orthonormalize x
o = orthonormal(x)
; check it
o'*o

Result:
gives the appropriate (4x4) identity matrix



Author: S. Klinke, 19971110
(C) MD*TECH Method and Data Technologies, 05.02.2006