Home > K25104 > LinearSystems > QR_Householder_1_script.m

QR_Householder_1_script

PURPOSE ^

Usage example for QR_Householder_1

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for QR_Householder_1
 related to Exercise 2.9

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

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