Learn R Programming

flatness (version 0.1.4)

orthonormalize: Make a vector set orthonormal

Description

This function uses the Grahm-Schmidt method to make a set of vector orthonormal.

Usage

orthonormalize(set)

Arguments

set

a matrix. The convention used here is that each row of set contains a vector.

Value

A matrix with the same dimension as set containing an orthonormal set of vector. The vector are stored in each row.