Home > K25104 > LinearSystems > Householder_script.m

Householder_script

PURPOSE ^

Usage example for Householder

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for Householder
 related to Exercise 2.9

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

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