Learn R Programming

ThreeWay (version 1.1.3)

orth: Orthonormalization of a matrix

Description

Returns an orthonormal basis for the range of A.

Usage

orth(A)

Arguments

A
Matrix to be orthogonalized

Value

Q
Orthonormal basis for the range of A

Examples

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

Run the code above in your browser using DataLab