Home > K25104 > ODEs > multistep_order_script_3.m

multistep_order_script_3

PURPOSE ^

Usage example for multistep_order

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for multistep_order
 related to Exercise 6.11

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for multistep_order
0002 % related to Exercise 6.11
0003 
0004 rho = [-2/11; 9/11; -18/11; 1];
0005 sigma = [0; 0; 0; 6/11];
0006 [ p ] = multistep_order( rho,sigma )

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