Home > K25104 > LinearSystems > QR_Givens_script.m

QR_Givens_script

PURPOSE ^

Usage example for QR_Givens

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for QR_Givens
 related to Exercise 2.8

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

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