Home > K25104 > LinearSystems > deflation_alt_1_script.m

deflation_alt_1_script

PURPOSE ^

Usage example for deflation_alt_1

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for deflation_alt_1
 related to Exercise 2.19

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for deflation_alt_1
0002 % related to Exercise 2.19
0003 
0004 A = [3 2 4;
0005     2 0 2;
0006     4 2 3];
0007 v = [2;
0008     1;
0009     2];
0010 
0011 [ D ] = deflation_alt_1( A,v )

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