Home > K25104 > LinearSystems > deflation_alt_2_script.m

deflation_alt_2_script

PURPOSE ^

Usage example for deflation_alt_2

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for deflation_alt_2
 related to Exercise 2.20

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for deflation_alt_2
0002 % related to Exercise 2.20
0003 
0004 A = [1 1/4 0 -3/4;
0005     3 1/2 2 -1/2;
0006     0 -3/4 1 1/4;
0007     2 -1/2 3 1/2];
0008 v1 = [1;
0009     4;
0010     1;
0011     4];
0012 v2 = [-1;
0013     5;
0014     -1;
0015     5];
0016 
0017 [ D ] = deflation_alt_2( A,v1,v2 )

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