apply_Gram_Schmidt: Function: Gram-Schmidt

Description Usage Arguments Value Examples

Description

This functions performs the orthonormalization the set of vectors using the Gram-Schmidt process.

Usage

1

Arguments

A

matrix of real numbers, where the set of vectors is represented by each row of the matrix.

Value

Returns a matrix, where each row corresponds to the vector normalized by the Gram-Schimit process.

Examples

1
2
3

JessicaSousa/INF2471.P1 documentation built on May 21, 2019, 4:03 a.m.