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

Macro: 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 

Library: pp
See also: plotgt orthonormal

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

Author: Sigbert Klinke, 971110
(C) MD*TECH Method and Data Technologies, 28.6.1999