Home > K25104 > LinearSystems > Backward_script.m

Backward_script

PURPOSE ^

Usage example for Backward

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for Backward
 related to Exercise 2.2

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for Backward
0002 % related to Exercise 2.2
0003 
0004 U = [8 6 -2 1;
0005     0 2 -1 -1;
0006     0 0 -3/4 3;
0007     0 0 0 1/2];
0008 
0009 c = [-2;
0010     2;
0011     -2;
0012     8/3];
0013 
0014 [x] = Backward(U,c);

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