Home > K25104 > LinearSystems > Gaussian_scaledpartial_script.m

Gaussian_scaledpartial_script

PURPOSE ^

Usage example for Gaussian_scaledpartial

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for Gaussian_scaledpartial

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for Gaussian_scaledpartial
0002 
0003 A = hilb(4);
0004 
0005 b = [4;
0006     3;
0007     2;
0008     1];
0009 
0010 [U,c] = Gaussian_scaledpartial(A,b);
0011 
0012 x = Backward(U,c)

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