Learn R Programming

ThreeWay (version 1.1.4)

orth: Orthonormalization of a matrix

Description

Returns an orthonormal basis for the range of A.

Usage

orth(A)

Value

Q

Orthonormal basis for the range of A

Arguments

A

Matrix to be orthogonalized

Author

Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it

Examples

Run this code
X <- matrix(rnorm(6*3),ncol=3)
Y <- orth(X)

Run the code above in your browser using DataLab