Home > K25104 > LinearSystems > Gaussian_total_script.m

Gaussian_total_script

PURPOSE ^

Usage example for Gaussian_total

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for Gaussian_total

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for Gaussian_total
0002 
0003 A = hilb(4);
0004 
0005 b = [4;
0006     3;
0007     2;
0008     1];
0009 
0010 [U,c,P] = Gaussian_total(A,b);
0011 
0012 y = Backward(U,c);
0013 
0014 x = P*y    % Remember P' = P and P'*P = I

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