Home > K25104 > NonlinearSystems > inv_quad_it_script_1.m

inv_quad_it_script_1

PURPOSE ^

Usage example for inv_quad_it

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for inv_quad_it
 related to Exercise 4.6

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for inv_quad_it
0002 % related to Exercise 4.6
0003 
0004 p = [ 1 1 0 -2];
0005 x0 = 0.1;
0006 x1 = 0.7;
0007 x2 = 1.5;
0008 tol = 1e-6;
0009 max = 100;
0010 [ x,k ] = inv_quad_it( p,x0,x1,x2,tol,max )

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