Home > K25104 > LinearSystems > Gram_Schmidt_script.m

Gram_Schmidt_script

PURPOSE ^

Usage example for Gram_Schmidt

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for Gram_Schmidt
 related to Exercise 2.7

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for Gram_Schmidt
0002 % related to Exercise 2.7
0003 
0004 A = [3 6 -1;
0005     -6 -6 1;
0006     2 1 -1];
0007 
0008 [ Q,R ] = Gram_Schmidt( A )

Generated on Mon 18-Jan-2016 10:25:49 by m2html © 2005